Searched refs:resource_find_match (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | subr_hints.c | 433 resource_find_match(int *anchor, const char **name, int *unit, in resource_find_match() function
|
| H A D | subr_bus.c | 5325 while (resource_find_match(&i, &dname, &dunit, "at", busname) == 0) in bus_enumerate_hinted_children() 5333 while (resource_find_match(&i, &dname, &dunit, "at", busname) == 0) in bus_enumerate_hinted_children()
|
| /freebsd/sys/sys/ |
| H A D | bus.h | 740 int resource_find_match(int *anchor, const char **name, int *unit,
|
| /freebsd/sys/dev/fdc/ |
| H A D | fdc.c | 1851 while ((resource_find_match(&i, &dname, &dunit, "at", name)) == 0) { in fdc_hints_probe()
|
| /freebsd/sys/cam/ |
| H A D | cam_xpt.c | 4051 while ((resource_find_match(&i, &dname, &dunit, "at", buf)) == 0) { in xptpathid()
|