Searched refs:scsi_probe (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/sys/scsi/conf/ |
H A D | device.h | 190 int scsi_probe(struct scsi_device *sd, int (*callback)(void));
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | ses.c | 270 switch (err = scsi_probe(devp, SLEEP_FUNC)) { in ses_probe() 416 err = scsi_probe(devp, SLEEP_FUNC); in ses_doattach()
|
H A D | sgen.c | 588 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 D | sd.c | 3021 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 D | st.c | 837 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 D | scsi_confsubr.c | 428 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 D | Makefile | 452 scsi_probe.9f \
|
/titanic_50/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 6397 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 D | system-kernel.man9f.inc | 448 file path=usr/share/man/man9f/scsi_probe.9f
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 5108 if (scsi_probe(psd, SLEEP_FUNC) != SCSIPROBE_EXISTS) { in vhci_pathinfo_online()
|