Home
last modified time | relevance | path

Searched refs:DDI_PROBE_DONTCARE (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/uts/common/io/
H A Dnulldriver.c140 return (DDI_PROBE_DONTCARE); in nulldriver_probe()
141 return (DDI_PROBE_DONTCARE); in nulldriver_probe()
H A Dasy.c733 DDI_PROBE_FAILURE : DDI_PROBE_DONTCARE); in asyprobe()
H A Dpcic.c505 return (DDI_PROBE_DONTCARE); in pcic_probe()
/titanic_44/usr/src/uts/common/os/
H A Ddriver.c107 rv = DDI_PROBE_DONTCARE; in devi_probe()
114 case DDI_PROBE_DONTCARE: in devi_probe()
H A Ddevcfg.c1222 case DDI_PROBE_DONTCARE: /* ddi_dev_is_sid */ in probe_node()
/titanic_44/usr/src/uts/common/sys/
H A Ddevops.h371 #define DDI_PROBE_DONTCARE 0 /* matches nulldev return */ macro
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c242 return (DDI_PROBE_DONTCARE); in t4_devo_probe()
247 return (DDI_PROBE_DONTCARE); in t4_devo_probe()
256 return (DDI_PROBE_DONTCARE); in t4_devo_probe()
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dses.c253 return (DDI_PROBE_DONTCARE); in ses_probe()
H A Dsgen.c1012 return (DDI_PROBE_DONTCARE); in sgen_probe()
H A Dst.c804 return (DDI_PROBE_DONTCARE); in st_probe()
H A Dsd.c2736 return (DDI_PROBE_DONTCARE); in sdprobe()
/titanic_44/usr/src/uts/sun/io/
H A Dzs_hdlc.c381 return (DDI_PROBE_DONTCARE); in zsh_probe()
/titanic_44/usr/src/uts/common/io/ppm/
H A Dppm.c955 reqp->req.ppm_config_req.result == DDI_PROBE_DONTCARE) in ppm_ctlops()