00001 #ifndef dptdef_h 00002 #define dptdef_h 00003 00004 #define DPT_S_DPTDEF 160 00005 00006 #define DPT_K_STEP_1 1 00007 #define DPT_K_STEP_2 2 00008 #define DPT_K_STEP1_V1 1 00009 #define DPT_K_STEP1_V2 2 00010 #define DPT_K_STEP2_V1 1 00011 #define DPT_K_STEP2_V2 2 00012 #define DPT_K_STEP2_V3 3 00013 #define DPT_K_STEP2_V4 4 00014 #define DPT_K_STEP2_V5 5 00015 #define DPT_K_IOGEN_REQ_STEP2VER 5 00016 #define DPT_M_SUBCNTRL 0x1 00017 #define DPT_M_SVP 0x2 00018 #define DPT_M_NOUNLOAD 0x4 00019 #define DPT_M_SCS 0x8 00020 #define DPT_M_DUSHADOW 0x10 00021 #define DPT_M_SCSCI 0x20 00022 #define DPT_M_BVPSUBS 0x40 00023 #define DPT_M_UCODE 0x80 00024 #define DPT_M_SMPMOD 0x100 00025 #define DPT_M_DECW_DECODE 0x200 00026 #define DPT_M_TPALLOC 0x400 00027 #define DPT_M_SNAPSHOT 0x800 00028 #define DPT_M_NO_IDB_DISPATCH 0x1000 00029 #define DPT_M_SCSI_PORT 0x2000 00030 #define DPT_M_ATM 0x4000 00031 #define DPT_M_CSMACD 0x8000 00032 #define DPT_M_FDDI 0x10000 00033 #define DPT_M_TR 0x20000 00034 #define DPT_M_SHARED_INT 0x40000 00035 #define DPT_M_DEVPATH_SUP 0x80000 00036 #define DPT_M_MULTIPATH_SUP 0x100000 00037 #define DPT_M_QSVR 0x200000 00038 #define DPT_M_ATM_FORE 0x400000 00039 #define DPT_M_USB_SUP 0x800000 00040 #define DPT_M_HOTSWAP_SUP 0x1000000 00041 #define DPT_K_BASE_LEN 152 00042 #define DPT_C_BASE_LEN 152 00043 00044 struct _dpt { 00045 struct _dpt *dpt_ps_flink; 00046 struct _dpt *dpt_ps_blink; 00047 unsigned short int dpt_w_size; 00048 unsigned char dpt_b_type; 00049 unsigned char dpt_b_refc; 00050 unsigned short int dpt_iw_step; 00051 unsigned short int dpt_iw_stepver; 00052 unsigned char dpt_b_adptype; 00053 unsigned char dpt_b_res; 00054 unsigned short int dpt_w_ucbsize; 00055 unsigned int dpt_l_flags; 00056 00057 unsigned short int dpt_w_defunits; 00058 unsigned short int dpt_w_maxunits; 00059 void (*dpt_ps_init_pd)(); 00060 void (*dpt_ps_reinit_pd)(); 00061 int (*dpt_ps_deliver_2)(); 00062 int (*dpt_ps_unload)(); 00063 struct _ddt *dpt_ps_ddt; 00064 struct _ddb *dpt_ps_ddb_list; 00065 int dpt_is_btorder; 00066 union { 00067 int dpt_l_vector; 00068 struct { 00069 void *dpt_ps_vector; 00070 }; 00071 }; 00072 union { 00073 char dpt_t_name [16]; 00074 struct { 00075 unsigned char dpt_b_name_len; 00076 char dpt_t_name_str [15]; 00077 }; 00078 }; 00079 union { 00080 unsigned int dpt_l_ecolevel; 00081 struct { 00082 unsigned int dpt_il_ecolevel; 00083 }; 00084 }; 00085 unsigned int dpt_l_ucode; 00086 unsigned long long dpt_q_linktime; 00087 union { 00088 unsigned long long dpt_iq_image_name; 00089 struct { 00090 unsigned short int dpt_iw_iname_len; 00091 unsigned char dpt_ib_iname_type; 00092 unsigned char dpt_ib_iname_class; 00093 void *dpt_ps_iname_ptr; 00094 }; 00095 }; 00096 unsigned int dpt_il_loader_handle [4]; 00097 union { 00098 int dpt_l_decw_sname; 00099 struct { 00100 void *dpt_ps_decw_sname; 00101 }; 00102 }; 00103 void *dpt_ps_customer; 00104 unsigned int dpt_il_devpath_size; 00105 unsigned int dpt_il_devpath_ucb_ofs; 00106 unsigned int dpt_il_dsplypath_size; 00107 unsigned int dpt_il_dsplypath_ucb_ofs; 00108 unsigned char dpt_t_image_name; 00109 char dpt_b_fill_23_ [7]; 00110 }; 00111 00112 #if 0 00113 #define dpt_t_name dpt$dptunion.dpt$t_name 00114 #endif 00115 00116 #endif 00117 00118