Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/storage/
H A Dcfumass.c556 struct scsi_start_stop_unit *sssu; in cfumass_quirk()
574 sssu = (struct scsi_start_stop_unit *)cdb; in cfumass_quirk()
/freebsd/sys/cam/ctl/
H A Dctl_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()
H A Dctl_backend_ramdisk.c832 struct scsi_start_stop_unit *cdb; in ctl_backend_ramdisk_scsi_config_write()
834 cdb = (struct scsi_start_stop_unit *)io->scsiio.cdb; in ctl_backend_ramdisk_scsi_config_write()
H A Dctl_backend_block.c3065 struct scsi_start_stop_unit *cdb; in ctl_be_block_scsi_config_write()
3068 cdb = (struct scsi_start_stop_unit *)io->scsiio.cdb; in ctl_be_block_scsi_config_write()
H A Dctl.c5295 struct scsi_start_stop_unit *cdb; in ctl_start_stop()
5300 cdb = (struct scsi_start_stop_unit *)ctsio->cdb; in ctl_start_stop()
/freebsd/sys/dev/aacraid/
H A Daacraid_cam.c604 struct scsi_start_stop_unit *ss = in aac_container_special_command()
605 (struct scsi_start_stop_unit *)cmdp; in aac_container_special_command()
/freebsd/sys/cam/
H A Dcam_periph.c1376 struct scsi_start_stop_unit *scsi_cmd; in camperiphdone()
1380 scsi_cmd = (struct scsi_start_stop_unit *) in camperiphdone()
/freebsd/sys/cam/scsi/
H A Dscsi_all.c8997 struct scsi_start_stop_unit *scsi_cmd; in scsi_start_stop()
9000 scsi_cmd = (struct scsi_start_stop_unit *)&csio->cdb_io.cdb_bytes; in scsi_start_stop()
H A Dscsi_all.h1417 struct scsi_start_stop_unit struct