Home
last modified time | relevance | path

Searched refs:resource_find_dev (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/sys/isa/
HDisahint.c111 if (resource_find_dev(&line, name, &unit, "at", NULL) != 0) in isa_hint_device_unit()
/freebsd-14-stable/sys/kern/
HDsubr_hints.c462 resource_find_dev(int *anchor, const char *name, int *unit, in resource_find_dev() function
/freebsd-14-stable/sys/cam/
HDcam_periph.c594 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/
HDbus.h755 int resource_find_dev(int *anchor, const char *name, int *unit,
/freebsd-14-stable/sys/dev/acpica/
HDacpi.c1233 while (resource_find_dev(&line, name, &unit, "at", NULL) == 0) { in acpi_hint_device_unit()
/freebsd-14-stable/sys/dev/pci/
HDpci.c4625 while (resource_find_dev(&line, name, &unit, "at", NULL) == 0) { in pci_hint_device_unit()
/freebsd-14-stable/sys/dev/cxgbe/
HDt4_main.c1121 while (resource_find_dev(&line, name, &unit, "at", parent) == 0) { in t4_ifnet_unit()