Searched refs:resource_find_dev (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/sys/isa/ |
| HD | isahint.c | 111 if (resource_find_dev(&line, name, &unit, "at", NULL) != 0) in isa_hint_device_unit()
|
| /freebsd-14-stable/sys/kern/ |
| HD | subr_hints.c | 462 resource_find_dev(int *anchor, const char *name, int *unit, in resource_find_dev() function
|
| /freebsd-14-stable/sys/cam/ |
| HD | cam_periph.c | 594 r = resource_find_dev(&i, dname, &dunit, NULL, NULL); in camperiphnextunit() 628 for (wired = false; resource_find_dev(&i, dname, &dunit, NULL, NULL) == 0; in camperiphunit()
|
| /freebsd-14-stable/sys/sys/ |
| HD | bus.h | 755 int resource_find_dev(int *anchor, const char *name, int *unit,
|
| /freebsd-14-stable/sys/dev/acpica/ |
| HD | acpi.c | 1233 while (resource_find_dev(&line, name, &unit, "at", NULL) == 0) { in acpi_hint_device_unit()
|
| /freebsd-14-stable/sys/dev/pci/ |
| HD | pci.c | 4625 while (resource_find_dev(&line, name, &unit, "at", NULL) == 0) { in pci_hint_device_unit()
|
| /freebsd-14-stable/sys/dev/cxgbe/ |
| HD | t4_main.c | 1121 while (resource_find_dev(&line, name, &unit, "at", parent) == 0) { in t4_ifnet_unit()
|