/**/ /***************************************************************************/ /** **/ /** © Copyright 2010, Hewlett-Packard Development Company, L.P. **/ /** **/ /** Confidential computer software. Valid license from HP and/or **/ /** its subsidiaries required for possession, use, or copying. **/ /** **/ /** Consistent with FAR 12.211 and 12.212, Commercial Computer Software, **/ /** Computer Software Documentation, and Technical Data for Commercial **/ /** Items are licensed to the U.S. Government under vendor's standard **/ /** commercial license. **/ /** **/ /** Neither HP nor any of its subsidiaries shall be liable for technical **/ /** or editorial errors or omissions contained herein. The information **/ /** in this document is provided "as is" without warranty of any kind and **/ /** is subject to change without notice. The warranties for HP products **/ /** are set forth in the express limited warranty statements accompanying **/ /** such products. Nothing herein should be construed as constituting an **/ /** additional warranty. **/ /** **/ /***************************************************************************/ /********************************************************************************************************************************/ /* Created: 30-Mar-2010 17:26:43 by OpenVMS SDL EV3-3 */ /* Source: 21-SEP-2006 12:33:18 $1$DGA7274:[LIB_H.SRC]SYSGDEF.SDL;1 */ /********************************************************************************************************************************/ /*** MODULE $SYSGDEF ***/ #ifndef __SYSGDEF_LOADED #define __SYSGDEF_LOADED 1 #pragma __nostandard /* This file uses non-ANSI-Standard features */ #pragma __member_alignment __save #pragma __nomember_alignment #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __save /* Save the previously-defined required ptr size */ #pragma __required_pointer_size __short /* And set ptr size default to 32-bit pointers */ #endif #ifdef __cplusplus extern "C" { #define __unknown_params ... #define __optional_params ... #else #define __unknown_params #define __optional_params ... #endif #ifndef __struct #if !defined(__VAXC) #define __struct struct #else #define __struct variant_struct #endif #endif #ifndef __union #if !defined(__VAXC) #define __union union #else #define __union variant_union #endif #endif #define SYSG$M_UCB_CONFIG_CONS 0x1 #define SYSG$M_UCB_CONFIG_PPORT 0x2 #define SYSG$M_UCB_CONFIG_KBIO 0x4 #define SYSG$M_WORKSTATION_PRESENT 0x1 #define SYSG$M_WIND_SYS_ACTIVE 0x2 #define SYSG$M_ALT_CONSOLE 0x4 #define SYSG$M_WIND_SYS_CONSOLE 0x8 #define SYSG$M_UNIT0_TX 0x1 #define SYSG$M_UNIT0_RX 0x2 #define SYSG$M_UNIT1_TX 0x4 #define SYSG$M_UNIT1_RX 0x8 #define SYSG$M_UNIT2_TX 0x10 #define SYSG$M_UNIT2_RX 0x20 #define SYSG$M_UNIT3_TX 0x40 #define SYSG$M_UNIT3_RX 0x80 #define SYSG$M_UNIT4_TX 0x100 #define SYSG$M_UNIT4_RX 0x200 #define SYSG$M_IPF_CONSOLE_POLLED 0x1 #define SYSG$M_IPF_CON_POLLED_INPUT 0x2 #define SYSG$M_IPF_CON_POLLED_OUTPUT 0x4 #define SYSG$M_IPF_SETCHAR_SUPPORTED 0x8 #define SYSG$M_IPF_INTERRUPTS_ALLOWED 0x10 #define SYSG$M_IPF_VGA_CONSOLE 0x20 #ifdef __cplusplus /* Define structure prototypes */ struct _ucb; struct _ctb; #endif /* #ifdef __cplusplus */ #if !defined(__NOBASEALIGN_SUPPORT) && !defined(__cplusplus) /* If using pre DECC V4.0 or C++ */ #pragma __nomember_alignment __quadword #else #pragma __nomember_alignment #endif typedef struct _sysg { #pragma __nomember_alignment __union { unsigned __int64 sysg$iq_kb_ucb; /* Address of UCB for the workstation KB */ __struct { struct _ucb *sysg$il_kb_ucb_l; unsigned int sysg$il_kb_ucb_h; } sysg$r_kb_ucb_fields; } sysg$r_kb_ucb_overlay; __union { unsigned __int64 sysg$iq_mouse_ucb; /* Address of UCB for the workstation mouse */ __struct { struct _ucb *sysg$il_mouse_ucb_l; unsigned int sysg$il_mouse_ucb_h; } sysg$r_mouse_ucb_fields; } sysg$r_mouse_ucb_overlay; unsigned int sysg$il_sysg_size; /* Length of structure. */ unsigned int sysg$il_spare1; /* Spare use */ __union { #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __long /* And set ptr size default to 64-bit pointers */ void *sysg$pq_ctb_ptr; /* Console Terminal Block pointer. */ #else unsigned __int64 sysg$pq_ctb_ptr; #endif __struct { #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __short /* And set ptr size default to 32-bit pointers */ #endif struct _ctb *sysg$pl_ctb_ptr_l; unsigned int sysg$il_ctb_ptr_h; } sysg$r_ctb_ptr_fields; } sysg$r_ctb_ptr_overlay; __union { unsigned int sysg$il_ucb_config; /* Tells autoconfig which opa lines should be configured */ __struct { unsigned sysg$v_ucb_config_cons : 1; /* OPA0 (always configured) */ unsigned sysg$v_ucb_config_pport : 1; /* Printer port (unit 1) */ unsigned sysg$v_ucb_config_kbio : 1; /* KB I/O for windows (unit 2) */ unsigned sysg$v_fill_0_ : 5; } sysg$r_ucb_config_bits; } sysg$r_ucb_config_def; __union { unsigned int sysg$il_flags; /* Flags for the window system */ __struct { unsigned sysg$v_workstation_present : 1; /* System is a workstation */ /* */ unsigned sysg$v_wind_sys_active : 1; /* Windowing system has been activated */ /* (Bit set by server) */ unsigned sysg$v_alt_console : 1; /* alternate console in use. */ unsigned sysg$v_wind_sys_console : 1; /* Use windowing system console */ /* (Bit set by server) */ unsigned sysg$v_fill_1_ : 4; } sysg$r_flags_bits; } sysg$r_flagsdef; __union { /* This used to be OPWIN UP */ unsigned __int64 sysg$iq_opwin_updown_pd; /* Console Visibility Toggle */ unsigned __int64 sysg$iq_opwin_up_pd; __struct { unsigned int sysg$il_opwin_up_pd_l; unsigned int sysg$il_opwin_up_pd_h; } sysg$r_opwin_up_pd_fields; } sysg$r_opwin_up_pd_overlay; __union { /* This used to be OPWIN RESIZE */ unsigned __int64 sysg$iq_opwin_resize_pd; /* Console Window Resize */ unsigned __int64 sysg$iq_opwin_down_pd; __struct { unsigned int sysg$il_opwin_down_pd_l; unsigned int sysg$il_opwin_down_pd_h; } sysg$r_opwin_down_pd_fields; } sysg$r_opwin_down_pd_overlay; __union { unsigned __int64 sysg$iq_unit_int; /* Unit interrupt bits */ __struct { unsigned sysg$v_unit0_tx : 1; unsigned sysg$v_unit0_rx : 1; unsigned sysg$v_unit1_tx : 1; unsigned sysg$v_unit1_rx : 1; unsigned sysg$v_unit2_tx : 1; unsigned sysg$v_unit2_rx : 1; unsigned sysg$v_unit3_tx : 1; unsigned sysg$v_unit3_rx : 1; unsigned sysg$v_unit4_tx : 1; unsigned sysg$v_unit4_rx : 1; unsigned sysg$v_fill_2_ : 6; } sysg$r_unit_bits; } sysg$r_unit_int_def; __union { unsigned __int64 sysg$iq_opwin_reset_pd; /* Reset console */ __struct { unsigned int sysg$il_opwin_reset_pd_l; unsigned int sysg$il_opwin_reset_pd_h; } sysg$r_opwin_reset_pd_fields; } sysg$r_opwin_reset_pd_overlay; __union { unsigned __int64 sysg$iq_opwin_puts_pd; /* Put string to console */ __struct { unsigned int sysg$il_opwin_puts_pd_l; unsigned int sysg$il_opwin_puts_pd_h; } sysg$r_opwin_puts_pd_fields; } sysg$r_opwin_puts_pd_overlay; __union { unsigned __int64 sysg$iq_opwin_visible_pd; /* Test visibility */ __struct { unsigned int sysg$il_opwin_visible_pd_l; unsigned int sysg$il_opwin_visible_pd_h; } sysg$r_opwin_visible_pd_fields; } sysg$r_opwin_visible_pd_overlay; __union { unsigned __int64 sysg$iq_opwin_halt_pd; /* Handle HALT */ __struct { unsigned int sysg$il_opwin_halt_pd_l; unsigned int sysg$il_opwin_halt_pd_h; } sysg$r_opwin_halt_pd_fields; } sysg$r_opwin_halt_pd_overlay; __union { unsigned __int64 sysg$iq_opwin_continue_pd; /* Handle CONTINUE */ __struct { unsigned int sysg$il_opwin_comtinue_pd_l; unsigned int sysg$il_opwin_continue_pd_h; } sysg$r_opwin_continue_pd_fields; } sysg$r_opwin_continue_pd_overlay; __union { unsigned __int64 sysg$iq_console_language_pd; /* Get console language */ __struct { unsigned int sysg$il_console_language_pd_l; unsigned int sysg$il_console_language_pd_h; } sysg$r_console_language_pd_fields; } sysg$r_console_language_pd_overlay; unsigned __int64 sysg$iq_spare_1_pd; /* Reserved */ unsigned __int64 sysg$iq_spare_2_pd; /* Reserved */ unsigned __int64 sysg$iq_spare_3_pd; /* Reserved */ unsigned __int64 sysg$iq_spare_4_pd; /* Reserved */ __union { unsigned __int64 sysg$iq_kbd_getc_pd; __struct { void *sysg$il_kbd_getc_pd_l; unsigned int sysg$il_kbd_getc_pd_h; } sysg$r_kbd_getc_fields; } sysg$r_kbd_getc_overlay; __union { /* IPF CONSOLE flags */ unsigned int sysg$l_ipf_console_flags; __struct { unsigned sysg$v_ipf_console_polled : 1; /* Polled mode requested */ unsigned sysg$v_ipf_con_polled_input : 1; /* Polled input supported */ unsigned sysg$v_ipf_con_polled_output : 1; /* Polled output supported */ unsigned sysg$v_ipf_setchar_supported : 1; /* Can change line characteristics */ unsigned sysg$v_ipf_interrupts_allowed : 1; /* System now capable of taking interrupts */ unsigned sysg$v_ipf_vga_console : 1; /* Indicates VGA Console */ unsigned sysg$v_fill_3_ : 2; } sysg$r_ipf_console_flag_bits; } sysg$r_ifp_console_flags_overlay; __union { unsigned __int64 sysg$iq_ipf_conin_ucb; /* Address of UCB for the console input device */ __struct { struct _ucb *sysg$il_ipf_conin_ucb_l; unsigned int sysg$il_ipf_conin_ucb_h; } sysg$r_ipf_conin_ucb_fields; } sysg$r_ipf_conin_ucb_overlay; __union { unsigned __int64 sysg$iq_ipf_conout_ucb; /* Address of UCB for the console input device */ __struct { struct _ucb *sysg$il_ipf_conout_ucb_l; unsigned int sysg$il_ipf_conout_ucb_h; } sysg$r_ipf_conout_ucb_fields; } sysg$r_ipf_conout_ucb_overlay; __union { unsigned __int64 sysg$iq_ipf_setchar_ucb; /* Address of UCB for the console device that supports characteristics changing */ __struct { struct _ucb *sysg$il_ipf_setchar_ucb_l; unsigned int sysg$il_ipf_setchar_ucb_h; } sysg$r_ipf_setchar_ucb_fields; } sysg$r_ipf_setchar_ucb_overlay; __union { /* OPDRIVER pseudo-input interrupt */ unsigned __int64 sysg$iq_ipf_con_intin; /* routine. */ __struct { void *sysg$il_ipf_con_intin_l; unsigned int sysg$il_ipf_con_intin_h; } sysg$r_ipf_con_intin_fields; } sysg$r_ipf_con_intin_overlay; __union { /* OPDRIVER pseudo-output interrupt */ unsigned __int64 sysg$iq_ipf_con_intout; /* routine. */ __struct { void *sysg$il_ipf_con_intout_l; unsigned int sysg$il_ipf_con_intout_h; } sysg$r_ipf_con_intout_fields; } sysg$r_ipf_con_intout_overlay; __union { /* Routine OPDRIVER calls to get */ unsigned __int64 sysg$iq_ipf_con_getchar; /* characters from the console */ __struct { void *sysg$il_ipf_con_getchar_l; unsigned int sysg$il_ipf_con_getchar_h; } sysg$r_ipf_con_getchar_fields; } sysg$r_ipf_con_getchar_overlay; __union { /* Routine OPDRIVER calls to send */ unsigned __int64 sysg$iq_ipf_con_outchar; /* characters to the console */ __struct { void *sysg$il_ipf_con_putchar_l; unsigned int sysg$il_ipf_con_putchar_h; } sysg$r_ipf_con_putchar_fields; } sysg$r_ipf_con_putchar_overlay; __union { /* Routine OPDRIVER calls to */ unsigned __int64 sysg$iq_ipf_con_setchar; /* change console line speed */ __struct { /* only meaningful for serial */ void *sysg$il_ipf_con_setchar_l; /* consoles */ unsigned int sysg$il_ipf_con_setchar_h; } sysg$r_ipf_con_setchar_fields; } sysg$r_ipf_con_setchar_overlay; __union { /* Routine OPDRIVER calls to */ unsigned __int64 sysg$iq_ipf_set_intin_state; /* change console input */ __struct { /* interrupt state */ void *sysg$il_ipf_set_intin_state_l; unsigned int sysg$il_ipf_set_intin_state_h; } sysg$r_ipf_set_intin_state_fields; } sysg$r_ipf_set_intin_state_overlay; __union { /* Routine OPDRIVER calls to */ unsigned __int64 sysg$iq_ipf_set_intout_state; /* change console output */ __struct { /* interrupt state */ void *sysg$il_ipf_set_intout_state_l; unsigned int sysg$il_ipf_set_intout_state_h; } sysg$r_ipf_set_intout_state_fields; } sysg$r_ipf_set_intout_state_overla; char sysg$b_fill_4_ [4]; } SYSG; #if !defined(__VAXC) #define sysg$iq_kb_ucb sysg$r_kb_ucb_overlay.sysg$iq_kb_ucb #define sysg$il_kb_ucb_l sysg$r_kb_ucb_overlay.sysg$r_kb_ucb_fields.sysg$il_kb_ucb_l #define sysg$il_kb_ucb_h sysg$r_kb_ucb_overlay.sysg$r_kb_ucb_fields.sysg$il_kb_ucb_h #define sysg$iq_mouse_ucb sysg$r_mouse_ucb_overlay.sysg$iq_mouse_ucb #define sysg$il_mouse_ucb_l sysg$r_mouse_ucb_overlay.sysg$r_mouse_ucb_fields.sysg$il_mouse_ucb_l #define sysg$il_mouse_ucb_h sysg$r_mouse_ucb_overlay.sysg$r_mouse_ucb_fields.sysg$il_mouse_ucb_h #define sysg$pq_ctb_ptr sysg$r_ctb_ptr_overlay.sysg$pq_ctb_ptr #define sysg$pl_ctb_ptr_l sysg$r_ctb_ptr_overlay.sysg$r_ctb_ptr_fields.sysg$pl_ctb_ptr_l #define sysg$il_ctb_ptr_h sysg$r_ctb_ptr_overlay.sysg$r_ctb_ptr_fields.sysg$il_ctb_ptr_h #define sysg$il_ucb_config sysg$r_ucb_config_def.sysg$il_ucb_config #define sysg$v_ucb_config_cons sysg$r_ucb_config_def.sysg$r_ucb_config_bits.sysg$v_ucb_config_cons #define sysg$v_ucb_config_pport sysg$r_ucb_config_def.sysg$r_ucb_config_bits.sysg$v_ucb_config_pport #define sysg$v_ucb_config_kbio sysg$r_ucb_config_def.sysg$r_ucb_config_bits.sysg$v_ucb_config_kbio #define sysg$il_flags sysg$r_flagsdef.sysg$il_flags #define sysg$v_workstation_present sysg$r_flagsdef.sysg$r_flags_bits.sysg$v_workstation_present #define sysg$v_wind_sys_active sysg$r_flagsdef.sysg$r_flags_bits.sysg$v_wind_sys_active #define sysg$v_alt_console sysg$r_flagsdef.sysg$r_flags_bits.sysg$v_alt_console #define sysg$v_wind_sys_console sysg$r_flagsdef.sysg$r_flags_bits.sysg$v_wind_sys_console #define sysg$iq_opwin_updown_pd sysg$r_opwin_up_pd_overlay.sysg$iq_opwin_updown_pd #define sysg$iq_opwin_up_pd sysg$r_opwin_up_pd_overlay.sysg$iq_opwin_up_pd #define sysg$il_opwin_up_pd_l sysg$r_opwin_up_pd_overlay.sysg$r_opwin_up_pd_fields.sysg$il_opwin_up_pd_l #define sysg$il_opwin_up_pd_h sysg$r_opwin_up_pd_overlay.sysg$r_opwin_up_pd_fields.sysg$il_opwin_up_pd_h #define sysg$iq_opwin_resize_pd sysg$r_opwin_down_pd_overlay.sysg$iq_opwin_resize_pd #define sysg$iq_opwin_down_pd sysg$r_opwin_down_pd_overlay.sysg$iq_opwin_down_pd #define sysg$il_opwin_down_pd_l sysg$r_opwin_down_pd_overlay.sysg$r_opwin_down_pd_fields.sysg$il_opwin_down_pd_l #define sysg$il_opwin_down_pd_h sysg$r_opwin_down_pd_overlay.sysg$r_opwin_down_pd_fields.sysg$il_opwin_down_pd_h #define sysg$iq_unit_int sysg$r_unit_int_def.sysg$iq_unit_int #define sysg$v_unit0_tx sysg$r_unit_int_def.sysg$r_unit_bits.sysg$v_unit0_tx #define sysg$v_unit0_rx sysg$r_unit_int_def.sysg$r_unit_bits.sysg$v_unit0_rx #define sysg$v_unit1_tx sysg$r_unit_int_def.sysg$r_unit_bits.sysg$v_unit1_tx #define sysg$v_unit1_rx sysg$r_unit_int_def.sysg$r_unit_bits.sysg$v_unit1_rx #define sysg$v_unit2_tx sysg$r_unit_int_def.sysg$r_unit_bits.sysg$v_unit2_tx #define sysg$v_unit2_rx sysg$r_unit_int_def.sysg$r_unit_bits.sysg$v_unit2_rx #define sysg$v_unit3_tx sysg$r_unit_int_def.sysg$r_unit_bits.sysg$v_unit3_tx #define sysg$v_unit3_rx sysg$r_unit_int_def.sysg$r_unit_bits.sysg$v_unit3_rx #define sysg$v_unit4_tx sysg$r_unit_int_def.sysg$r_unit_bits.sysg$v_unit4_tx #define sysg$v_unit4_rx sysg$r_unit_int_def.sysg$r_unit_bits.sysg$v_unit4_rx #define sysg$iq_opwin_reset_pd sysg$r_opwin_reset_pd_overlay.sysg$iq_opwin_reset_pd #define sysg$il_opwin_reset_pd_l sysg$r_opwin_reset_pd_overlay.sysg$r_opwin_reset_pd_fields.sysg$il_opwin_reset_pd_l #define sysg$il_opwin_reset_pd_h sysg$r_opwin_reset_pd_overlay.sysg$r_opwin_reset_pd_fields.sysg$il_opwin_reset_pd_h #define sysg$iq_opwin_puts_pd sysg$r_opwin_puts_pd_overlay.sysg$iq_opwin_puts_pd #define sysg$il_opwin_puts_pd_l sysg$r_opwin_puts_pd_overlay.sysg$r_opwin_puts_pd_fields.sysg$il_opwin_puts_pd_l #define sysg$il_opwin_puts_pd_h sysg$r_opwin_puts_pd_overlay.sysg$r_opwin_puts_pd_fields.sysg$il_opwin_puts_pd_h #define sysg$iq_opwin_visible_pd sysg$r_opwin_visible_pd_overlay.sysg$iq_opwin_visible_pd #define sysg$il_opwin_visible_pd_l sysg$r_opwin_visible_pd_overlay.sysg$r_opwin_visible_pd_fields.sysg$il_opwin_visible_pd_l #define sysg$il_opwin_visible_pd_h sysg$r_opwin_visible_pd_overlay.sysg$r_opwin_visible_pd_fields.sysg$il_opwin_visible_pd_h #define sysg$iq_opwin_halt_pd sysg$r_opwin_halt_pd_overlay.sysg$iq_opwin_halt_pd #define sysg$il_opwin_halt_pd_l sysg$r_opwin_halt_pd_overlay.sysg$r_opwin_halt_pd_fields.sysg$il_opwin_halt_pd_l #define sysg$il_opwin_halt_pd_h sysg$r_opwin_halt_pd_overlay.sysg$r_opwin_halt_pd_fields.sysg$il_opwin_halt_pd_h #define sysg$iq_opwin_continue_pd sysg$r_opwin_continue_pd_overlay.sysg$iq_opwin_continue_pd #define sysg$il_opwin_comtinue_pd_l sysg$r_opwin_continue_pd_overlay.sysg$r_opwin_continue_pd_fields.sysg$il_opwin_comtinue_pd_l #define sysg$il_opwin_continue_pd_h sysg$r_opwin_continue_pd_overlay.sysg$r_opwin_continue_pd_fields.sysg$il_opwin_continue_pd_h #define sysg$iq_console_language_pd sysg$r_console_language_pd_overlay.sysg$iq_console_language_pd #define sysg$il_console_language_pd_l sysg$r_console_language_pd_overlay.sysg$r_console_language_pd_fields.sysg$il_console_language\ _pd_l #define sysg$il_console_language_pd_h sysg$r_console_language_pd_overlay.sysg$r_console_language_pd_fields.sysg$il_console_language\ _pd_h #define sysg$iq_kbd_getc_pd sysg$r_kbd_getc_overlay.sysg$iq_kbd_getc_pd #define sysg$il_kbd_getc_pd_l sysg$r_kbd_getc_overlay.sysg$r_kbd_getc_fields.sysg$il_kbd_getc_pd_l #define sysg$il_kbd_getc_pd_h sysg$r_kbd_getc_overlay.sysg$r_kbd_getc_fields.sysg$il_kbd_getc_pd_h #define sysg$l_ipf_console_flags sysg$r_ifp_console_flags_overlay.sysg$l_ipf_console_flags #define sysg$v_ipf_console_polled sysg$r_ifp_console_flags_overlay.sysg$r_ipf_console_flag_bits.sysg$v_ipf_console_polled #define sysg$v_ipf_con_polled_input sysg$r_ifp_console_flags_overlay.sysg$r_ipf_console_flag_bits.sysg$v_ipf_con_polled_input #define sysg$v_ipf_con_polled_output sysg$r_ifp_console_flags_overlay.sysg$r_ipf_console_flag_bits.sysg$v_ipf_con_polled_output #define sysg$v_ipf_setchar_supported sysg$r_ifp_console_flags_overlay.sysg$r_ipf_console_flag_bits.sysg$v_ipf_setchar_supported #define sysg$v_ipf_interrupts_allowed sysg$r_ifp_console_flags_overlay.sysg$r_ipf_console_flag_bits.sysg$v_ipf_interrupts_allowed #define sysg$v_ipf_vga_console sysg$r_ifp_console_flags_overlay.sysg$r_ipf_console_flag_bits.sysg$v_ipf_vga_console #define sysg$iq_ipf_conin_ucb sysg$r_ipf_conin_ucb_overlay.sysg$iq_ipf_conin_ucb #define sysg$il_ipf_conin_ucb_l sysg$r_ipf_conin_ucb_overlay.sysg$r_ipf_conin_ucb_fields.sysg$il_ipf_conin_ucb_l #define sysg$il_ipf_conin_ucb_h sysg$r_ipf_conin_ucb_overlay.sysg$r_ipf_conin_ucb_fields.sysg$il_ipf_conin_ucb_h #define sysg$iq_ipf_conout_ucb sysg$r_ipf_conout_ucb_overlay.sysg$iq_ipf_conout_ucb #define sysg$il_ipf_conout_ucb_l sysg$r_ipf_conout_ucb_overlay.sysg$r_ipf_conout_ucb_fields.sysg$il_ipf_conout_ucb_l #define sysg$il_ipf_conout_ucb_h sysg$r_ipf_conout_ucb_overlay.sysg$r_ipf_conout_ucb_fields.sysg$il_ipf_conout_ucb_h #define sysg$iq_ipf_setchar_ucb sysg$r_ipf_setchar_ucb_overlay.sysg$iq_ipf_setchar_ucb #define sysg$il_ipf_setchar_ucb_l sysg$r_ipf_setchar_ucb_overlay.sysg$r_ipf_setchar_ucb_fields.sysg$il_ipf_setchar_ucb_l #define sysg$il_ipf_setchar_ucb_h sysg$r_ipf_setchar_ucb_overlay.sysg$r_ipf_setchar_ucb_fields.sysg$il_ipf_setchar_ucb_h #define sysg$iq_ipf_con_intin sysg$r_ipf_con_intin_overlay.sysg$iq_ipf_con_intin #define sysg$il_ipf_con_intin_l sysg$r_ipf_con_intin_overlay.sysg$r_ipf_con_intin_fields.sysg$il_ipf_con_intin_l #define sysg$il_ipf_con_intin_h sysg$r_ipf_con_intin_overlay.sysg$r_ipf_con_intin_fields.sysg$il_ipf_con_intin_h #define sysg$iq_ipf_con_intout sysg$r_ipf_con_intout_overlay.sysg$iq_ipf_con_intout #define sysg$il_ipf_con_intout_l sysg$r_ipf_con_intout_overlay.sysg$r_ipf_con_intout_fields.sysg$il_ipf_con_intout_l #define sysg$il_ipf_con_intout_h sysg$r_ipf_con_intout_overlay.sysg$r_ipf_con_intout_fields.sysg$il_ipf_con_intout_h #define sysg$iq_ipf_con_getchar sysg$r_ipf_con_getchar_overlay.sysg$iq_ipf_con_getchar #define sysg$il_ipf_con_getchar_l sysg$r_ipf_con_getchar_overlay.sysg$r_ipf_con_getchar_fields.sysg$il_ipf_con_getchar_l #define sysg$il_ipf_con_getchar_h sysg$r_ipf_con_getchar_overlay.sysg$r_ipf_con_getchar_fields.sysg$il_ipf_con_getchar_h #define sysg$iq_ipf_con_outchar sysg$r_ipf_con_putchar_overlay.sysg$iq_ipf_con_outchar #define sysg$il_ipf_con_putchar_l sysg$r_ipf_con_putchar_overlay.sysg$r_ipf_con_putchar_fields.sysg$il_ipf_con_putchar_l #define sysg$il_ipf_con_putchar_h sysg$r_ipf_con_putchar_overlay.sysg$r_ipf_con_putchar_fields.sysg$il_ipf_con_putchar_h #define sysg$iq_ipf_con_setchar sysg$r_ipf_con_setchar_overlay.sysg$iq_ipf_con_setchar #define sysg$il_ipf_con_setchar_l sysg$r_ipf_con_setchar_overlay.sysg$r_ipf_con_setchar_fields.sysg$il_ipf_con_setchar_l #define sysg$il_ipf_con_setchar_h sysg$r_ipf_con_setchar_overlay.sysg$r_ipf_con_setchar_fields.sysg$il_ipf_con_setchar_h #define sysg$iq_ipf_set_intin_state sysg$r_ipf_set_intin_state_overlay.sysg$iq_ipf_set_intin_state #define sysg$il_ipf_set_intin_state_l sysg$r_ipf_set_intin_state_overlay.sysg$r_ipf_set_intin_state_fields.sysg$il_ipf_set_intin_st\ ate_l #define sysg$il_ipf_set_intin_state_h sysg$r_ipf_set_intin_state_overlay.sysg$r_ipf_set_intin_state_fields.sysg$il_ipf_set_intin_st\ ate_h #define sysg$iq_ipf_set_intout_state sysg$r_ipf_set_intout_state_overla.sysg$iq_ipf_set_intout_state #define sysg$il_ipf_set_intout_state_l sysg$r_ipf_set_intout_state_overla.sysg$r_ipf_set_intout_state_fields.sysg$il_ipf_set_intout\ _state_l #define sysg$il_ipf_set_intout_state_h sysg$r_ipf_set_intout_state_overla.sysg$r_ipf_set_intout_state_fields.sysg$il_ipf_set_intout\ _state_h #endif /* #if !defined(__VAXC) */ #define SYSG$K_LENGTH 240 /* Length */ #define SYSG$C_LENGTH 240 /* Length (with a C!) */ #define S_SYSG$ 240 /* Old size name - synonym */ #pragma __member_alignment __restore #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __restore /* Restore the previously-defined required ptr size */ #endif #ifdef __cplusplus } #endif #pragma __standard #endif /* __SYSGDEF_LOADED */