Searched defs:scsi_probe (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c421 * call scsi_probe to do the inquiry
424 * implementation: busy conditions are not handled in scsi_probe.
428 return (scsi_probe(sd, callback));
447 * Undo scsi_probe
1017 * The implementation of scsi_probe now allows a particular
1024 scsi_probe(struct scsi_device *sd, int (*callback)()) function
1049 cmn_err(CE_WARN, "scsi_probe(%d): scsi_reset failed(%d)"
1620 * This routine is called from the start of scsi_probe() if a tgt/LUN to be
1703 * this routine is called from near the end of scsi_probe(),

Completed in 62 milliseconds