Home
last modified time | relevance | path

Searched refs:BUS_PROBE_LOW_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/x86/isa/
H A Datrtc.c436 return (BUS_PROBE_LOW_PRIORITY); in atrtc_probe()
H A Dclock.c551 return (BUS_PROBE_LOW_PRIORITY); in attimer_probe()
/f-stack/freebsd/arm64/arm64/
H A Dnexus.c512 return (BUS_PROBE_LOW_PRIORITY); in nexus_acpi_probe()
/f-stack/freebsd/sys/
H A Dbus.h701 #define BUS_PROBE_LOW_PRIORITY (-40) /* Older, less desirable drivers */ macro