Home
last modified time | relevance | path

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

/illumos-gate/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.c735 DDI_PROBE_FAILURE : DDI_PROBE_DONTCARE); in asyprobe()
H A Dpcic.c506 return (DDI_PROBE_DONTCARE); in pcic_probe()
/illumos-gate/usr/src/uts/common/os/
H A Ddriver.c109 rv = DDI_PROBE_DONTCARE; in devi_probe()
116 case DDI_PROBE_DONTCARE: in devi_probe()
H A Ddevcfg.c1238 case DDI_PROBE_DONTCARE: /* ddi_dev_is_sid */ in probe_node()
/illumos-gate/usr/src/uts/common/sys/
H A Ddevops.h371 #define DDI_PROBE_DONTCARE 0 /* matches nulldev return */ macro
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c281 return (DDI_PROBE_DONTCARE); in t4_devo_probe()
286 return (DDI_PROBE_DONTCARE); in t4_devo_probe()
295 return (DDI_PROBE_DONTCARE); in t4_devo_probe()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses.c247 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.c2246 return (DDI_PROBE_DONTCARE); in sdprobe()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c382 return (DDI_PROBE_DONTCARE); in zsh_probe()
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c962 reqp->req.ppm_config_req.result == DDI_PROBE_DONTCARE) in ppm_ctlops()