/**/ /***************************************************************************/ /** **/ /** © 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: 15-FEB-2007 15:06:31 $1$DGA7274:[LIB_H.SRC]SWRPBDEF.SDL;1 */ /********************************************************************************************************************************/ /*** MODULE $SWRPBDEF ***/ #ifndef __SWRPBDEF_LOADED #define __SWRPBDEF_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 SWRPB_BOOT_FLAGS$M_CONV 0x1 #define SWRPB_BOOT_FLAGS$M_DEBUG 0x2 #define SWRPB_BOOT_FLAGS$M_INIBPT 0x4 #define SWRPB_BOOT_FLAGS$M_DIAG 0x8 #define SWRPB_BOOT_FLAGS$M_BOOBPT 0x10 #define SWRPB_BOOT_FLAGS$M_NOHEADER 0x20 #define SWRPB_BOOT_FLAGS$M_NOTEST 0x40 #define SWRPB_BOOT_FLAGS$M_SOLICIT 0x80 #define SWRPB_BOOT_FLAGS$M_HALT 0x100 #define SWRPB_BOOT_FLAGS$M_SHADOW 0x200 #define SWRPB_BOOT_FLAGS$M_ISL 0x400 #define SWRPB_BOOT_FLAGS$M_PALCHECK 0x800 #define SWRPB_BOOT_FLAGS$M_DEBUG_BOOT 0x1000 #define SWRPB_BOOT_FLAGS$M_CRDFAIL 0x2000 #define SWRPB_BOOT_FLAGS$M_ALIGN_FAULTS 0x4000 #define SWRPB_BOOT_FLAGS$M_REM_DEBUG 0x8000 #define SWRPB_BOOT_FLAGS$M_DBG_INIT 0x10000 #define SWRPB_BOOT_FLAGS$M_USER_MSGS 0x20000 #define SWRPB_BOOT_FLAGS$M_RSM 0x40000 #define SWRPB_BOOT_FLAGS$M_FOREIGN 0x80000 #define SWRPB_BOOT_FLAGS$M_QIOSERVER 0x100000 #define SWRPB_BOOT_FLAGS$M_MEMORY_DISK 0x200000 #define SWRPB_BOOT_FLAGS$M_HW_CONFIG 0x400000 #define SWRPB_BOOT_FLAGS$M_SIM_HINT 0x800000 #define SWRPB_BOOT_FLAGS$M_GRAPHIC_CONS 0x1000000 #define SWRPB_BOOT_FLAGS$M_ROOT 0xFFFF0000 #define SWRPB$M_LOAD_SCS 0x1 #define SWRPB$M_TAKENODMP 0x2 #define SWRPB$M_DUMP_DEV_OK 0x4 #define SWRPB$M_MCHECK 0x8 #define SWRPB$M_MEMTEST 0x10 #define SWRPB$M_SATELLITE_BOOT 0x20 #define SWRPB_LAVC_FLAGS$M_CONV_BOOT_OK 0x1 #define SWRPB$C_LENGTH 180 /* Length of SWRPB */ #define SWRPB$K_LENGTH 180 /* Length of SWRPB */ #define SWRPB$S_SWRPBDEF 180 /* Old size name - synonym */ #ifdef __cplusplus /* Define structure prototypes */ struct _btadp; #endif /* #ifdef __cplusplus */ typedef struct _swrpb { __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 *swrpb$pq_iovec_flink; /* IOVEC forward link */ #else unsigned __int64 swrpb$pq_iovec_flink; #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 void *swrpb$pl_iovec_flink_l; unsigned int swrpb$il_iovec_flink_h; } swrpb$r_iovec_flink_fields; } swrpb$r_iovec_flink_overlay; __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 *swrpb$pq_iovec_blink; /* IOVEC backward link */ #else unsigned __int64 swrpb$pq_iovec_blink; #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 void *swrpb$pl_iovec_blink_l; unsigned int swrpb$il_iovec_blink_h; } swrpb$r_iovec_blink_fields; } swrpb$r_iovec_blink_overlay; __union { unsigned __int64 swrpb$iq_boot_flags; /* System variation */ __struct { __union { unsigned int swrpb$il_boot_flags_l; __struct { unsigned swrpb_boot_flags$v_conv : 1; /* Conversational bootstrap */ unsigned swrpb_boot_flags$v_debug : 1; /* Map XDELTA to running system */ unsigned swrpb_boot_flags$v_inibpt : 1; /* Stop at initial system BPT */ unsigned swrpb_boot_flags$v_diag : 1; /* Diagnostic bootstrap */ unsigned swrpb_boot_flags$v_boobpt : 1; /* Stop at bootstrap breakpoints */ unsigned swrpb_boot_flags$v_noheader : 1; /* No header on 2nd bootstrap */ unsigned swrpb_boot_flags$v_notest : 1; /* Inhibit memory test */ unsigned swrpb_boot_flags$v_solicit : 1; /* Prompt for 2nd bootstrap file */ unsigned swrpb_boot_flags$v_halt : 1; /* Halt before 2nd bootstrap */ unsigned swrpb_boot_flags$v_shadow : 1; /* Boot from shaddow set */ unsigned swrpb_boot_flags$v_isl : 1; /* LAD/LAST bootstrap */ unsigned swrpb_boot_flags$v_palcheck : 1; /* Disable PAL rev check halt */ unsigned swrpb_boot_flags$v_debug_boot : 1; /* Xfer to 2nd primary bootstrap */ unsigned swrpb_boot_flags$v_crdfail : 1; /* Mark CRD pages bad */ unsigned swrpb_boot_flags$v_align_faults : 1; /* Report bootstrap unaligned data traps */ unsigned swrpb_boot_flags$v_rem_debug : 1; /* Allow remote high level lang sys debug */ unsigned swrpb_boot_flags$v_dbg_init : 1; /* Toggle verbose mode in EXEC_INIT */ unsigned swrpb_boot_flags$v_user_msgs : 1; /* user messages displayed (subset of verbose mode) */ unsigned swrpb_boot_flags$v_rsm : 1; /* Boot is controlled by Remote System Manager */ unsigned swrpb_boot_flags$v_foreign : 1; /* Boot involves a foreign disk, either as system */ /* device or as installation target */ unsigned swrpb_boot_flags$v_qioserver : 1; /* Boot device is QIOServer controlled */ unsigned swrpb_boot_flags$v_memory_disk : 1; /* Boot from memory disk */ unsigned swrpb_boot_flags$v_hw_config : 1; /* Dump and trace hw config during booting */ unsigned swrpb_boot_flags$v_sim_hint : 1; /* Enable simulator shortcuts */ unsigned swrpb_boot_flags$v_graphic_cons : 1; /* Force Graphic console on IA64 systems with no PCDP support */ /* */ /* symbol names with the swrpb_boot_flags$m or swrpb_boot_flags$v prefix */ /* cannot exceed 31 characters total. */ /* */ unsigned swrpb_boot_flags$v_fill_0_ : 7; } swrpb$r_boot_flags_field_l; } swrpb$r_boot_flags_overlay_l; __union { unsigned int swrpb$il_boot_flags_h; __struct { unsigned swrpb_boot_flags$v_fill2 : 16 /** WARNING: bitfield array has been reduced to a string **/ ; unsigned swrpb_boot_flags$v_root : 16; /* System root */ } swrpb$r_boot_flags_field_h; } swrpb$r_boot_flags_overlay_h; } swrpb$r_boot_flags_fields; } swrpb$r_boot_flags_overlay; __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 */ struct _btadp *swrpb$pq_btadp; /* BOOT ADAPTER BLOCK */ #else unsigned __int64 swrpb$pq_btadp; #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 _btadp *swrpb$pl_btadp_l; unsigned int swrpb$il_btadp_h; } swrpb$r_btadp_fields; } swrpb$r_btadp_overlay; __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 *swrpb$pq_booparam; /* EXEC_INIT Param block */ #else unsigned __int64 swrpb$pq_booparam; #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 void *swrpb$pl_booparam_l; unsigned int swrpb$il_booparam_h; } swrpb$r_booparam_fields; } swrpb$r_booparam_overlay; __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 *swrpb$pq_iochan; /* IOCHAN of boot driver */ #else unsigned __int64 swrpb$pq_iochan; #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 void *swrpb$pl_iochan_l; unsigned int swrpb$il_iochan_h; } swrpb$r_iochan_fields; } swrpb$r_iochan_overlay; __union { unsigned __int64 swrpb$iq_boot_time; /* Time that system was booted */ __struct { unsigned int swrpb$il_boot_time_l; unsigned int swrpb$il_boot_time_h; } swrpb$r_boot_time_fields; } swrpb$r_boot_time_overlay; __union { unsigned __int64 swrpb$iq_flags; /* Other bootstrap flags */ __struct { __union { unsigned int swrpb$il_flags_l; __struct { unsigned swrpb$v_load_scs : 1; /* Load SCS code */ unsigned swrpb$v_takenodmp : 1; /* Do not take dump, master */ /* changed for shadowed system */ /* disk. Note: On VAX, */ /* TAKENODMP was added to RPB */ /* to pass to console reboot */ /* logic. */ unsigned swrpb$v_dump_dev_ok : 1; /* Take the dump device is */ /* under dump_dev E.V. control */ unsigned swrpb$v_mcheck : 1; /* Set when a hard memory error occurs. */ unsigned swrpb$v_memtest : 1; /* Set when memory testing is in progress */ unsigned swrpb$v_satellite_boot : 1; /* This is an IA64 satellite boot */ /* currently not set on Alpha */ unsigned swrpb$v_fill1 : 26 /** WARNING: bitfield array has been reduced to a string **/ ; } swrpb$r_flags_field1; } swrpb$r_flags_fields_overlay; unsigned int swrpb$il_flags_h; } swrpb$r_flags_fields; } swrpb$r_flags_overlay; __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 *swrpb$pq_port_chan; /* PORT_CHAN of port boot driver */ #else unsigned __int64 swrpb$pq_port_chan; #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 void *swrpb$pl_port_chan_l; unsigned int swrpb$il_port_chan_h; } swrpb$r_port_chan_fields; } swrpb$r_port_chan_overlay; __union { unsigned __int64 swrpb$iq_scb_size; /* Size of the runtime SCB */ __struct { unsigned int swrpb$il_scb_size_l; unsigned int swrpb$il_scb_size_h; } swrpb$r_scb_size_fields; } swrpb$r_scb_size_overlay; /* The following fields are filled in by APB if a NISCA */ /* boot is being performed on a LAVc satellite. These */ /* fields are cluster specific fields. */ char swrpb$t_scsnode [8]; /* System's SCS node name. */ unsigned __int64 swrpb$iq_scssystemid; /* System's SCSSYSTEMID value. */ /* The following fields are filled in by APB if a NISCA */ /* boot is being performed on a LAVc satellite. */ unsigned __int64 swrpb$iq_lavc_auth; /* LAVc authorization code. */ unsigned int swrpb$il_lavc_group; /* LAVc group number. */ unsigned int swrpb$il_lavc_port_services; /* NISCA port services. */ __union { unsigned int swrpb$il_lavc_flags; /* LAVc boot control flags. */ __struct { unsigned swrpb_lavc_flags$v_conv_boot_ok : 1; /* Allow converstational boot. */ unsigned swrpb_lavc_flags$v_fill_1_ : 7; } swrpb$r_lavc_flags_field; } swrpb$r_lavc_flags_overlay; int swrpb$l_lavc_fill; /* Preserve quadword alignment. */ /* End of fields used for LAVc satellite booting. */ /* Define the file system data. */ char swrpb$t_sysroot [40]; /* Root directory on the system disk. Counted string */ /* End of the file system data. */ __int64 (*swrpb$ps_sva_to_pa)(); /* Vector to routine converting SVA to PA */ unsigned int swrpb$l_gh_ps [4]; /* GH to page size vector */ } SWRPB; #if !defined(__VAXC) #define swrpb$pq_iovec_flink swrpb$r_iovec_flink_overlay.swrpb$pq_iovec_flink #define swrpb$pl_iovec_flink_l swrpb$r_iovec_flink_overlay.swrpb$r_iovec_flink_fields.swrpb$pl_iovec_flink_l #define swrpb$il_iovec_flink_h swrpb$r_iovec_flink_overlay.swrpb$r_iovec_flink_fields.swrpb$il_iovec_flink_h #define swrpb$pq_iovec_blink swrpb$r_iovec_blink_overlay.swrpb$pq_iovec_blink #define swrpb$pl_iovec_blink_l swrpb$r_iovec_blink_overlay.swrpb$r_iovec_blink_fields.swrpb$pl_iovec_blink_l #define swrpb$il_iovec_blink_h swrpb$r_iovec_blink_overlay.swrpb$r_iovec_blink_fields.swrpb$il_iovec_blink_h #define swrpb$iq_boot_flags swrpb$r_boot_flags_overlay.swrpb$iq_boot_flags #define swrpb$il_boot_flags_l swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$il_boot_flags\ _l #define swrpb_boot_flags$v_conv swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_flag\ s_field_l.swrpb_boot_flags$v_conv #define swrpb_boot_flags$v_debug swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_fla\ gs_field_l.swrpb_boot_flags$v_debug #define swrpb_boot_flags$v_inibpt swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_fl\ ags_field_l.swrpb_boot_flags$v_inibpt #define swrpb_boot_flags$v_diag swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_flag\ s_field_l.swrpb_boot_flags$v_diag #define swrpb_boot_flags$v_boobpt swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_fl\ ags_field_l.swrpb_boot_flags$v_boobpt #define swrpb_boot_flags$v_noheader swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_\ flags_field_l.swrpb_boot_flags$v_noheader #define swrpb_boot_flags$v_notest swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_fl\ ags_field_l.swrpb_boot_flags$v_notest #define swrpb_boot_flags$v_solicit swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_f\ lags_field_l.swrpb_boot_flags$v_solicit #define swrpb_boot_flags$v_halt swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_flag\ s_field_l.swrpb_boot_flags$v_halt #define swrpb_boot_flags$v_shadow swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_fl\ ags_field_l.swrpb_boot_flags$v_shadow #define swrpb_boot_flags$v_isl swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_flags\ _field_l.swrpb_boot_flags$v_isl #define swrpb_boot_flags$v_palcheck swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_\ flags_field_l.swrpb_boot_flags$v_palcheck #define swrpb_boot_flags$v_debug_boot swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boo\ t_flags_field_l.swrpb_boot_flags$v_debug_boot #define swrpb_boot_flags$v_crdfail swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_f\ lags_field_l.swrpb_boot_flags$v_crdfail #define swrpb_boot_flags$v_align_faults swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_b\ oot_flags_field_l.swrpb_boot_flags$v_align_faults #define swrpb_boot_flags$v_rem_debug swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot\ _flags_field_l.swrpb_boot_flags$v_rem_debug #define swrpb_boot_flags$v_dbg_init swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_\ flags_field_l.swrpb_boot_flags$v_dbg_init #define swrpb_boot_flags$v_user_msgs swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot\ _flags_field_l.swrpb_boot_flags$v_user_msgs #define swrpb_boot_flags$v_rsm swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_flags\ _field_l.swrpb_boot_flags$v_rsm #define swrpb_boot_flags$v_foreign swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_f\ lags_field_l.swrpb_boot_flags$v_foreign #define swrpb_boot_flags$v_qioserver swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot\ _flags_field_l.swrpb_boot_flags$v_qioserver #define swrpb_boot_flags$v_memory_disk swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_bo\ ot_flags_field_l.swrpb_boot_flags$v_memory_disk #define swrpb_boot_flags$v_hw_config swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot\ _flags_field_l.swrpb_boot_flags$v_hw_config #define swrpb_boot_flags$v_sim_hint swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_boot_\ flags_field_l.swrpb_boot_flags$v_sim_hint #define swrpb_boot_flags$v_graphic_cons swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_l.swrpb$r_b\ oot_flags_field_l.swrpb_boot_flags$v_graphic_cons #define swrpb$il_boot_flags_h swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_h.swrpb$il_boot_flags\ _h #define swrpb_boot_flags$v_root swrpb$r_boot_flags_overlay.swrpb$r_boot_flags_fields.swrpb$r_boot_flags_overlay_h.swrpb$r_boot_flag\ s_field_h.swrpb_boot_flags$v_root #define swrpb$pq_btadp swrpb$r_btadp_overlay.swrpb$pq_btadp #define swrpb$pl_btadp_l swrpb$r_btadp_overlay.swrpb$r_btadp_fields.swrpb$pl_btadp_l #define swrpb$il_btadp_h swrpb$r_btadp_overlay.swrpb$r_btadp_fields.swrpb$il_btadp_h #define swrpb$pq_booparam swrpb$r_booparam_overlay.swrpb$pq_booparam #define swrpb$pl_booparam_l swrpb$r_booparam_overlay.swrpb$r_booparam_fields.swrpb$pl_booparam_l #define swrpb$il_booparam_h swrpb$r_booparam_overlay.swrpb$r_booparam_fields.swrpb$il_booparam_h #define swrpb$pq_iochan swrpb$r_iochan_overlay.swrpb$pq_iochan #define swrpb$pl_iochan_l swrpb$r_iochan_overlay.swrpb$r_iochan_fields.swrpb$pl_iochan_l #define swrpb$il_iochan_h swrpb$r_iochan_overlay.swrpb$r_iochan_fields.swrpb$il_iochan_h #define swrpb$iq_boot_time swrpb$r_boot_time_overlay.swrpb$iq_boot_time #define swrpb$il_boot_time_l swrpb$r_boot_time_overlay.swrpb$r_boot_time_fields.swrpb$il_boot_time_l #define swrpb$il_boot_time_h swrpb$r_boot_time_overlay.swrpb$r_boot_time_fields.swrpb$il_boot_time_h #define swrpb$iq_flags swrpb$r_flags_overlay.swrpb$iq_flags #define swrpb$il_flags_l swrpb$r_flags_overlay.swrpb$r_flags_fields.swrpb$r_flags_fields_overlay.swrpb$il_flags_l #define swrpb$v_load_scs swrpb$r_flags_overlay.swrpb$r_flags_fields.swrpb$r_flags_fields_overlay.swrpb$r_flags_field1.swrpb$v_load_\ scs #define swrpb$v_takenodmp swrpb$r_flags_overlay.swrpb$r_flags_fields.swrpb$r_flags_fields_overlay.swrpb$r_flags_field1.swrpb$v_take\ nodmp #define swrpb$v_dump_dev_ok swrpb$r_flags_overlay.swrpb$r_flags_fields.swrpb$r_flags_fields_overlay.swrpb$r_flags_field1.swrpb$v_du\ mp_dev_ok #define swrpb$v_mcheck swrpb$r_flags_overlay.swrpb$r_flags_fields.swrpb$r_flags_fields_overlay.swrpb$r_flags_field1.swrpb$v_mcheck #define swrpb$v_memtest swrpb$r_flags_overlay.swrpb$r_flags_fields.swrpb$r_flags_fields_overlay.swrpb$r_flags_field1.swrpb$v_memtest #define swrpb$v_satellite_boot swrpb$r_flags_overlay.swrpb$r_flags_fields.swrpb$r_flags_fields_overlay.swrpb$r_flags_field1.swrpb$v\ _satellite_boot #define swrpb$il_flags_h swrpb$r_flags_overlay.swrpb$r_flags_fields.swrpb$il_flags_h #define swrpb$pq_port_chan swrpb$r_port_chan_overlay.swrpb$pq_port_chan #define swrpb$pl_port_chan_l swrpb$r_port_chan_overlay.swrpb$r_port_chan_fields.swrpb$pl_port_chan_l #define swrpb$il_port_chan_h swrpb$r_port_chan_overlay.swrpb$r_port_chan_fields.swrpb$il_port_chan_h #define swrpb$iq_scb_size swrpb$r_scb_size_overlay.swrpb$iq_scb_size #define swrpb$il_scb_size_l swrpb$r_scb_size_overlay.swrpb$r_scb_size_fields.swrpb$il_scb_size_l #define swrpb$il_scb_size_h swrpb$r_scb_size_overlay.swrpb$r_scb_size_fields.swrpb$il_scb_size_h #define swrpb$il_lavc_flags swrpb$r_lavc_flags_overlay.swrpb$il_lavc_flags #define swrpb_lavc_flags$v_conv_boot_ok swrpb$r_lavc_flags_overlay.swrpb$r_lavc_flags_field.swrpb_lavc_flags$v_conv_boot_ok #endif /* #if !defined(__VAXC) */ #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 /* __SWRPBDEF_LOADED */