Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsubr_bus.c5950 struct device_location_node { struct
5953 TAILQ_ENTRY(device_location_node) dln_link; argument
5955 typedef TAILQ_HEAD(device_location_list, device_location_node) device_location_list_t;
5979 struct device_location_node *dln, *tdln; in dev_wired_cache_fini()
5987 static struct device_location_node *
5990 struct device_location_node *dln; in dev_wired_cache_lookup()
6000 static struct device_location_node *
6003 struct device_location_node *dln; in dev_wired_cache_add()
6026 struct device_location_node *res; in dev_wired_cache_match()