Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dbus.h921 typedef struct device_location_cache device_location_cache_t; typedef
922 device_location_cache_t *dev_wired_cache_init(void);
923 void dev_wired_cache_fini(device_location_cache_t *dcp);
924 bool dev_wired_cache_match(device_location_cache_t *dcp, device_t dev, const char *at);
/freebsd/sys/kern/
H A Dsubr_bus.c5928 device_location_cache_t *
5931 device_location_cache_t *dcp; in dev_wired_cache_init()
5940 dev_wired_cache_fini(device_location_cache_t *dcp) in dev_wired_cache_fini()
5951 dev_wired_cache_lookup(device_location_cache_t *dcp, const char *locator) in dev_wired_cache_lookup()
5964 dev_wired_cache_add(device_location_cache_t *dcp, const char *locator, const char *path) in dev_wired_cache_add()
5982 dev_wired_cache_match(device_location_cache_t *dcp, device_t dev, in dev_wired_cache_match()
/freebsd/sys/dev/acpica/
H A Dacpi.c1195 device_location_cache_t *cache; in acpi_hint_device_unit()
/freebsd/sys/dev/pci/
H A Dpci.c4545 device_location_cache_t *cache; in pci_hint_device_unit()