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

  /src/sys/dev/scsipi/
scsiconf.c 266 scsi_probe_bus(sc, -1, -1);
457 scsi_probe_bus(struct scsibus_softc *sc, int target, int lun) function in typeref:typename:int
515 return (scsi_probe_bus(device_private(sc),
1199 error = scsi_probe_bus(sc, a->sa_target, a->sa_lun);
scsiconf.c 266 scsi_probe_bus(sc, -1, -1);
457 scsi_probe_bus(struct scsibus_softc *sc, int target, int lun) function in typeref:typename:int
515 return (scsi_probe_bus(device_private(sc),
1199 error = scsi_probe_bus(sc, a->sa_target, a->sa_lun);

Completed in 135 milliseconds