HomeSort by: relevance | last modified time | path
    Searched defs:scsi_report_luns (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/scsipi/
scsiconf.c 333 scsi_report_luns(struct scsibus_softc *sc, int target, function in typeref:typename:int
336 struct scsi_report_luns replun;
372 replun.opcode = SCSI_REPORT_LUNS;
434 if (scsi_report_luns(sc, target, &luns, &nluns) == 0) {
scsi_spc.h 407 #define SCSI_REPORT_LUNS 0xa0
409 struct scsi_report_luns { struct

Completed in 13 milliseconds