00001 #ifndef sbdef_h 00002 #define sbdef_h 00003 00004 #define SB_M_LOCAL 0x1 00005 #define SB_M_LOCAL_DIRECTORY 0x2 00006 00007 #define SB_K_LENGTH 120 00008 #define SB_C_LENGTH 120 00009 #define SB_S_SBDEF 120 00010 00011 struct _sb { 00012 void *sb_l_flink; 00013 void *sb_l_blink; 00014 unsigned short int sb_w_size; 00015 unsigned char sb_b_type; 00016 unsigned char sb_b_subtyp; 00017 struct _pb *sb_l_pbfl; 00018 struct _pb *sb_l_pbbl; 00019 struct _pb *sb_l_pbconnx; 00020 00021 int sb_$_fill_2; 00022 unsigned char sb_b_systemid [6]; 00023 short int sb_$_fill_1; 00024 unsigned short int sb_w_maxdg; 00025 unsigned short int sb_w_maxmsg; 00026 char sb_t_swtype [4]; 00027 char sb_t_swvers [4]; 00028 unsigned long long sb_q_swincarn; 00029 char sb_t_hwtype [4]; 00030 unsigned char sb_b_hwvers [12]; 00031 char sb_t_nodename [16]; 00032 struct _ddb *sb_l_ddb; 00033 short int sb_w_timeout; 00034 unsigned char sb_b_enbmsk [2]; 00035 struct _csb *sb_l_csb; 00036 unsigned int sb_l_port_map; 00037 unsigned int sb_l_status; 00038 void *sb_ps_proc_names; 00039 unsigned int sb_l_mount_lkid; 00040 void *sb_ps_allocls_list; 00041 }; 00042 00043 #endif 00044 00045