Searched defs:scsi_tape (Results 1 – 1 of 1) sorted by relevance
956 struct scsi_tape { struct957 struct scsi_device *un_sd; /* back pointer to SCSI_DEVICE */958 struct scsi_pkt *un_rqs; /* ptr to request sense command */959 struct scsi_pkt *un_mkr_pkt; /* ptr to marker packet */960 kcondvar_t un_sbuf_cv; /* cv on ownership of special buf */961 kcondvar_t un_queue_cv; /* cv on all queued commands */962 struct buf *un_sbufp; /* for use in special io */963 char *un_srqbufp; /* sense buffer for special io */964 kcondvar_t un_clscv; /* closing cv */965 struct buf *un_quef; /* head of wait queue */[all …]