Home
last modified time | relevance | path

Searched refs:scsi_start_stop_unit (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/dev/usb/
HDusb_msctest.c98 static uint8_t scsi_start_stop_unit[] = { 0x1b, 0x00, 0x00, 0x00, 0x02, 0x00 }; variable
952 &scsi_start_stop_unit, sizeof(scsi_start_stop_unit), in usb_msc_eject()
/NextBSD/sys/cam/ctl/
HDctl_backend_ramdisk.c873 struct scsi_start_stop_unit *cdb; in ctl_backend_ramdisk_config_write()
875 cdb = (struct scsi_start_stop_unit *)io->scsiio.cdb; in ctl_backend_ramdisk_config_write()
HDctl_util.c494 struct scsi_start_stop_unit *cdb; in ctl_scsi_start_stop()
496 cdb = (struct scsi_start_stop_unit *)io->scsiio.cdb; in ctl_scsi_start_stop()
HDctl_backend_block.c2740 struct scsi_start_stop_unit *cdb; in ctl_be_block_config_write()
2743 cdb = (struct scsi_start_stop_unit *)io->scsiio.cdb; in ctl_be_block_config_write()
HDctl.c5210 struct scsi_start_stop_unit *cdb; in ctl_start_stop()
5217 cdb = (struct scsi_start_stop_unit *)ctsio->cdb; in ctl_start_stop()
/NextBSD/sys/cam/
HDcam_periph.c1168 struct scsi_start_stop_unit *scsi_cmd; in camperiphdone()
1171 scsi_cmd = (struct scsi_start_stop_unit *) in camperiphdone()
/NextBSD/sys/dev/aacraid/
HDaacraid_cam.c616 struct scsi_start_stop_unit *ss = in aac_container_special_command()
617 (struct scsi_start_stop_unit *)cmdp; in aac_container_special_command()
/NextBSD/sys/cam/scsi/
HDscsi_all.c8375 struct scsi_start_stop_unit *scsi_cmd; in scsi_start_stop()
8378 scsi_cmd = (struct scsi_start_stop_unit *)&csio->cdb_io.cdb_bytes; in scsi_start_stop()
HDscsi_all.h1381 struct scsi_start_stop_unit struct