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