Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_hints.c432 resource_find_match(int *anchor, const char **name, int *unit, in resource_find_match() function
H A Dsubr_bus.c5293 while (resource_find_match(&i, &dname, &dunit, "at", busname) == 0) in bus_enumerate_hinted_children()
5301 while (resource_find_match(&i, &dname, &dunit, "at", busname) == 0) in bus_enumerate_hinted_children()
/f-stack/freebsd/sys/
H A Dbus.h662 int resource_find_match(int *anchor, const char **name, int *unit,