Home
last modified time | relevance | path

Searched refs:dcd_probe (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/dada/conf/
H A Ddevice.h96 extern int dcd_probe(struct dcd_device *devp, int (*callback)());
99 extern int dcd_probe();
/illumos-gate/usr/src/uts/sun/io/dada/conf/
H A Ddcd_confsubr.c80 dcd_probe(struct dcd_device *devp, int (*callback)()) in dcd_probe() function
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c432 "dcdprobe: %x\n", dcd_probe(devp, NULL_FUNC)); in dcdprobe()
434 switch (dcd_probe(devp, NULL_FUNC)) { in dcdprobe()
915 switch (dcd_probe(devp, canwait)) { in dcd_doattach()