BPXYPOE — Map poe syscall parameters

This structure is passed to the poe syscall.

                                                      
            BPXYPOE   ,                                                         
POE      DSECT                                                                  
POEOPTIONS DS  1FL4      +00 Options for POE                                    
POEENTRYTYPE DS 1FL4     +04 Point Of Entry Type                                
POEENTRYLEN DS 1FL4      +08 Point Of Entry Length                              
         DS    1CL0004   +0C Reserved                                           
POEENTRYPTR64 DS 0CL0008 +10 64 Address of Port of Entry                        
         DS    1CL0004   +10 Padding                                            
POEENTRYPTR DS 1AL4      +14 Address of Point Of Entry                          
POE#LEN  EQU   24        Length of POE                                          
POE#ENTRYSOCKET EQU 1    Entry is a file descriptor for a socket file           
POE#ENTRYSOCKETLEN EQU 4 Length of file descriptor of a socket file             
POE#ENTRYFILE EQU 2      Entry is a file descriptor for a non-socket   X        
                         file                                                   
POE#ENTRYFILELEN EQU 4   Length of file descriptor for a non-socket    X        
                         file                                                   
*                                                                               
*     Options for Poe                                                           
*                                                                               
*                                                                               
POE#SCOPETHREAD EQU 1    Thread scope                                           
POE#SCOPEPROCESS EQU 2   Process scope                                          
POE_LEN  EQU   *-POE