Home
last modified time | relevance | path

Searched defs:ccb_enable_lun (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/os/device/
H A DCAM.h259 typedef struct ccb_enable_lun struct
261 CCB_HEADER cam_ch; /* Header information fields */
262 uint16 cam_grp6_length; /* Group 6 Vendor Unique CDB Lengths */
263 uint16 cam_grp7_length; /* Group 7 Vendor Unique CDB Lengths */
264 uchar* cam_immed_notify_list; /* Ptr to Immediate Notify CCB list */
265 uint32 cam_immed_notify_cnt; /* Number of Immediate Notify CCBs */
266 uchar* cam_accept_targ_list; /* Ptr to Accept Target I/O CCB list */
267 uint32 cam_accept_targ_cnt; /* Number of Accept Target I/O CCBs */
268 uchar cam_sim_priv[SIM_PRIV]; /* SIM private data area */