Searched defs:dcd_disk (Results 1 – 1 of 1) sorted by relevance
112 struct dcd_disk { struct113 struct dcd_device *un_dcd; /* back pointer to dcd_device */114 struct dcd_drivetype *un_dp; /* drive type table */115 struct buf *un_sbufp; /* for use in special io */116 char *un_srqbufp; /* sense buffer for special io */117 kcondvar_t un_sbuf_cv; /* Conditional Variable on sbufp */118 kcondvar_t un_state_cv; /* Conditional variable for state */119 union ocmap un_ocmap; /* open partition map, block && char */120 uchar_t un_last_pkt_reason; /* used for suppressing multiple msgs */121 struct diskhd un_utab; /* for queuing */[all …]