Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_hints.c433 resource_find_match(int *anchor, const char **name, int *unit, in resource_find_match() function
H A Dsubr_bus.c5325 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 Dbus.h740 int resource_find_match(int *anchor, const char **name, int *unit,
/freebsd/sys/dev/fdc/
H A Dfdc.c1851 while ((resource_find_match(&i, &dname, &dunit, "at", name)) == 0) { in fdc_hints_probe()
/freebsd/sys/cam/
H A Dcam_xpt.c4051 while ((resource_find_match(&i, &dname, &dunit, "at", buf)) == 0) { in xptpathid()