Searched refs:resource_find_match (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_hints.c | 432 resource_find_match(int *anchor, const char **name, int *unit, in resource_find_match() function
|
| H A D | subr_bus.c | 5293 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 D | bus.h | 662 int resource_find_match(int *anchor, const char **name, int *unit,
|