Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dbus.h924 bool dev_wired_cache_match(device_location_cache_t *dcp, device_t dev, const char *at);
/freebsd/sys/dev/acpica/
H A Dacpi.c1214 matches = dev_wired_cache_match(cache, child, s); in acpi_hint_device_unit()
/freebsd/sys/kern/
H A Dsubr_bus.c5982 dev_wired_cache_match(device_location_cache_t *dcp, device_t dev, in dev_wired_cache_match() function
/freebsd/sys/dev/pci/
H A Dpci.c4555 if (dev_wired_cache_match(cache, child, at)) { in pci_hint_device_unit()