Home
last modified time | relevance | path

Searched refs:BUS_PROBE_SPECIFIC (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/mips/broadcom/
H A Dsiba_nexus.c73 return (BUS_PROBE_SPECIFIC); in siba_nexus_probe()
H A Dbcma_nexus.c85 return (BUS_PROBE_SPECIFIC); in bcma_nexus_probe()
H A Dbcm_machdep.c320 if (result == BUS_PROBE_SPECIFIC) in bcm_erom_probe_and_attach()
/f-stack/freebsd/x86/pci/
H A Dqpi.c95 return (BUS_PROBE_SPECIFIC); in qpi_probe()
227 return (BUS_PROBE_SPECIFIC); in qpi_pcib_probe()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2838_xhci.c114 return (BUS_PROBE_SPECIFIC); in bcm_xhci_probe()
/f-stack/freebsd/arm64/broadcom/brcmmdio/
H A Dmdio_ns2_pcie_phy.c133 return (BUS_PROBE_SPECIFIC); in ns2_pcie_phy_fdt_probe()
H A Dmdio_nexus_iproc.c152 return (BUS_PROBE_SPECIFIC); in brcm_mdionexus_fdt_probe()
/f-stack/freebsd/x86/xen/
H A Dxen_nexus.c62 return (BUS_PROBE_SPECIFIC); in nexus_xen_probe()
/f-stack/dpdk/kernel/freebsd/nic_uio/
H A Dnic_uio.c164 return BUS_PROBE_SPECIFIC; in nic_uio_probe()
196 return BUS_PROBE_SPECIFIC; in nic_uio_probe()
/f-stack/freebsd/arm/allwinner/
H A Daw_ccu.c188 return (BUS_PROBE_SPECIFIC); in aw_ccu_probe()
/f-stack/freebsd/mips/nlm/
H A Dxlp_simplebus.c163 return (BUS_PROBE_SPECIFIC); in xlp_simplebus_probe()
/f-stack/freebsd/sys/
H A Dbus.h698 #define BUS_PROBE_SPECIFIC 0 /* Only I can use this device */ macro