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

  /src/sys/dev/scsipi/
scsiconf.c 92 static int scsi_probe_device(struct scsibus_softc *, int, int);
437 scsi_probe_device(sc, target, luns[i]);
446 if (scsi_probe_device(sc, target, lun) == 0)
878 scsi_probe_device(struct scsibus_softc *sc, int target, int lun) function in typeref:typename:int

Completed in 12 milliseconds