Home
last modified time | relevance | path

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

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