Home
last modified time | relevance | path

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

/openbsd/sys/scsi/
H A Dscsiconf.h494 int scsi_report_luns(struct scsi_link *, int,
H A Dscsi_all.h163 struct scsi_report_luns { struct
H A Dscsi_base.c1411 scsi_report_luns(struct scsi_link *link, int selectreport, in scsi_report_luns() function
1415 struct scsi_report_luns *cmd; in scsi_report_luns()
1429 cmd = (struct scsi_report_luns *)&xs->cmd; in scsi_report_luns()
H A Dscsiconf.c896 rv = scsi_report_luns(link0, REPORT_NORMAL, report, in scsi_get_target_luns()
/openbsd/usr.sbin/vmd/
H A Dvioscsi.c782 struct scsi_report_luns *rpl; in vioscsi_handle_report_luns()
786 rpl = (struct scsi_report_luns *)(req->cdb); in vioscsi_handle_report_luns()