Home
last modified time | relevance | path

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

/freebsd/stand/kshim/
H A Dbsd_kernel.h481 #define BUS_LOCATOR_UEFI "UEFI" macro
/freebsd/sys/sys/
H A Dbus.h817 #define BUS_LOCATOR_UEFI "UEFI" macro
/freebsd/sys/dev/usb/
H A Dusb_hub.c1696 if (strcmp(locator, BUS_LOCATOR_UEFI) == 0) { in uhub_get_device_path()
/freebsd/sys/dev/acpica/
H A Dacpi.c953 if (strcmp(locator, BUS_LOCATOR_UEFI) == 0) { in acpi_get_device_path()
/freebsd/sys/dev/pci/
H A Dpci.c5929 if (strcmp(locator, BUS_LOCATOR_UEFI) == 0) { in pci_get_device_path_method()