Home
last modified time | relevance | path

Searched refs:scsi_probe (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/common/sys/scsi/conf/
H A Ddevice.h190 int scsi_probe(struct scsi_device *sd, int (*callback)(void));
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dses.c270 switch (err = scsi_probe(devp, SLEEP_FUNC)) { in ses_probe()
416 err = scsi_probe(devp, SLEEP_FUNC); in ses_doattach()
H A Dsgen.c588 if (scsi_probe(scsidevp, NULL_FUNC) != SCSIPROBE_EXISTS) { in sgen_do_attach()
1032 if (scsi_probe(scsidevp, NULL_FUNC) == SCSIPROBE_EXISTS) { in sgen_probe()
H A Dsd.c3021 return (scsi_probe(devp, waitfn)); in sd_scsi_probe_with_cache()
3060 return (cp->cache[tgt] = scsi_probe(devp, waitfn)); in sd_scsi_probe_with_cache()
7284 if (scsi_probe(devp, SLEEP_FUNC) != SCSIPROBE_EXISTS) { in sd_unit_attach()
H A Dst.c837 if (scsi_probe(devp, NULL_FUNC) == SCSIPROBE_EXISTS) { in st_probe()
1618 if (scsi_probe(devp, canwait) == SCSIPROBE_EXISTS) { in st_doattach()
/titanic_50/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c428 return (scsi_probe(sd, callback)); in scsi_slave()
1024 scsi_probe(struct scsi_device *sd, int (*callback)()) in scsi_probe() function
/titanic_50/usr/src/man/man9f/
H A DMakefile452 scsi_probe.9f \
/titanic_50/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c6397 sp = scsi_probe(sdprobe, SLEEP_FUNC); in scsi_device_config()
6554 sp = scsi_probe(sdchild, SLEEP_FUNC); in scsi_device_config()
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-kernel.man9f.inc448 file path=usr/share/man/man9f/scsi_probe.9f
/titanic_50/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c5108 if (scsi_probe(psd, SLEEP_FUNC) != SCSIPROBE_EXISTS) { in vhci_pathinfo_online()