Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/acpica/
H A Dacpi_pci.c202 if (strcmp(locator, BUS_LOCATOR_ACPI) == 0) in acpi_pci_get_device_path()
H A Dacpi.c943 if (strcmp(locator, BUS_LOCATOR_ACPI) == 0) { in acpi_get_acpi_device_path()
959 if (strcmp(locator, BUS_LOCATOR_ACPI) == 0) in acpi_get_device_path()
/freebsd-14.2/sys/dev/usb/
H A Dusb_hub_acpi.c558 if (strcmp(locator, BUS_LOCATOR_ACPI) == 0) in acpi_uhub_get_device_path()
/freebsd-14.2/sys/sys/
H A Dbus.h781 #define BUS_LOCATOR_ACPI "ACPI" macro
/freebsd-14.2/sys/kern/
H A Dsubr_bus.c4509 if (parent != NULL && strcmp(locator, BUS_LOCATOR_ACPI) != 0) { in bus_generic_get_device_path()