Searched refs:resource_find_dev (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/isa/ |
| H A D | isahint.c | 113 if (resource_find_dev(&line, name, &unit, "at", NULL) != 0) in isa_hint_device_unit()
|
| /freebsd-13.1/sys/kern/ |
| H A D | subr_hints.c | 464 resource_find_dev(int *anchor, const char *name, int *unit, in resource_find_dev() function
|
| /freebsd-13.1/sys/cam/ |
| H A D | cam_periph.c | 579 r = resource_find_dev(&i, dname, &dunit, NULL, NULL); in camperiphnextunit() 610 for (wired = 0; resource_find_dev(&i, dname, &dunit, NULL, NULL) == 0; in camperiphunit()
|
| /freebsd-13.1/sys/sys/ |
| H A D | bus.h | 663 int resource_find_dev(int *anchor, const char *name, int *unit,
|
| /freebsd-13.1/sys/dev/acpica/ |
| H A D | acpi.c | 1052 while (resource_find_dev(&line, name, &unit, "at", NULL) == 0) { in acpi_hint_device_unit()
|
| /freebsd-13.1/sys/dev/pci/ |
| H A D | pci.c | 4551 while (resource_find_dev(&line, name, &unit, "at", NULL) == 0) { in pci_hint_device_unit()
|
| /freebsd-13.1/sys/dev/cxgbe/ |
| H A D | t4_main.c | 1104 while (resource_find_dev(&line, name, &unit, "at", parent) == 0) { in t4_ifnet_unit()
|