Searched defs:dadk (Results 1 – 1 of 1) sorted by relevance
35 struct dadk { struct36 struct tgdk_ext *dad_extp; /* back pointer to ext data */37 struct scsi_device *dad_sd; /* back pointer to SCSI_DEVICE */39 struct tgdk_geom dad_logg; /* logical disk geometry */40 struct tgdk_geom dad_phyg; /* physical disk geometry */42 unsigned dad_rmb : 1; /* removable device */43 unsigned dad_rdonly : 1; /* read only device */44 unsigned dad_cdrom : 1; /* cdrom device */45 unsigned dad_noflush : 1; /* flush cmd unsupported */46 unsigned dad_wce : 1; /* disk write cache enabled */[all …]