Home
last modified time | relevance | path

Searched refs:scsi_report_supported_opcodes (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/cam/scsi/
H A Dscsi_all.h1510 struct scsi_report_supported_opcodes struct
4377 void scsi_report_supported_opcodes(struct ccb_scsiio *csio, uint32_t retries,
H A Dscsi_all.c9210 scsi_report_supported_opcodes(struct ccb_scsiio *csio, uint32_t retries, in scsi_report_supported_opcodes() function
9216 struct scsi_report_supported_opcodes *scsi_cmd; in scsi_report_supported_opcodes()
9218 scsi_cmd = (struct scsi_report_supported_opcodes *) in scsi_report_supported_opcodes()
H A Dscsi_sa.c2995 scsi_report_supported_opcodes(&start_ccb->csio, in sastart()
/freebsd/sys/cam/ctl/
H A Dctl.c7419 struct scsi_report_supported_opcodes *cdb; in ctl_report_supported_opcodes()
7430 cdb = (struct scsi_report_supported_opcodes *)ctsio->cdb; in ctl_report_supported_opcodes()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c9557 scsi_report_supported_opcodes(&ccb->csio, in scsigetopcodes()