Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/acpica/
HDacpi_pci.c203 if (strcmp(locator, BUS_LOCATOR_ACPI) == 0) in acpi_pci_get_device_path()
HDacpi.c955 if (strcmp(locator, BUS_LOCATOR_ACPI) == 0) { in acpi_get_acpi_device_path()
971 if (strcmp(locator, BUS_LOCATOR_ACPI) == 0) in acpi_get_device_path()
/freebsd-14-stable/sys/dev/usb/
HDusb_hub_acpi.c558 if (strcmp(locator, BUS_LOCATOR_ACPI) == 0) in acpi_uhub_get_device_path()
/freebsd-14-stable/sys/sys/
HDbus.h822 #define BUS_LOCATOR_ACPI "ACPI" macro
/freebsd-14-stable/sys/kern/
HDsubr_bus.c4575 if (parent != NULL && strcmp(locator, BUS_LOCATOR_ACPI) != 0) { in bus_generic_get_device_path()