Searched refs:resource_find_dev (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/isa/ |
H A D | isahint.c | 111 if (resource_find_dev(&line, name, &unit, "at", NULL) != 0) in isa_hint_device_unit()
|
/freebsd/sys/kern/ |
H A D | subr_hints.c | 461 resource_find_dev(int *anchor, const char *name, int *unit, in resource_find_dev() function
|
/freebsd/sys/cam/ |
H A D | cam_periph.c | 593 r = resource_find_dev(&i, dname, &dunit, NULL, NULL); in camperiphnextunit() 627 for (wired = false; resource_find_dev(&i, dname, &dunit, NULL, NULL) == 0; in camperiphunit()
|
/freebsd/sys/sys/ |
H A D | bus.h | 742 int resource_find_dev(int *anchor, const char *name, int *unit,
|
/freebsd/sys/dev/acpica/ |
H A D | acpi.c | 1260 while (resource_find_dev(&line, name, &unit, "at", NULL) == 0) { in acpi_hint_device_unit()
|
/freebsd/sys/dev/pci/ |
H A D | pci.c | 4634 while (resource_find_dev(&line, name, &unit, "at", NULL) == 0) { in pci_hint_device_unit()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 1121 while (resource_find_dev(&line, name, &unit, "at", parent) == 0) { in t4_ifnet_unit()
|