Searched refs:scsi_prevent (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_all.h | 904 struct scsi_prevent struct 3851 void scsi_prevent(struct ccb_scsiio *csio, u_int32_t retries,
|
| HD | scsi_all.c | 7740 scsi_prevent(struct ccb_scsiio *csio, u_int32_t retries, in scsi_prevent() function 7745 struct scsi_prevent *scsi_cmd; in scsi_prevent() 7758 scsi_cmd = (struct scsi_prevent *)&csio->cdb_io.cdb_bytes; in scsi_prevent()
|
| HD | scsi_da.c | 3707 scsi_prevent(&ccb->csio, in daprevent()
|
| HD | scsi_cd.c | 2182 scsi_prevent(&ccb->csio, in cdprevent()
|
| HD | scsi_sa.c | 4593 scsi_prevent(&ccb->csio, 5, sadone, MSG_SIMPLE_Q_TAG, action, in saprevent()
|
| /NextBSD/sys/cam/ctl/ |
| HD | ctl.c | 5266 struct scsi_prevent *cdb; in ctl_prevent_allow() 5273 cdb = (struct scsi_prevent *)ctsio->cdb; in ctl_prevent_allow()
|