Home
last modified time | relevance | path

Searched refs:PNP_EISA_ID_MASK (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/efi/include/
H A Defidevp.h158 #define PNP_EISA_ID_MASK 0xffff macro
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h259 #define PNP_EISA_ID_MASK 0xffff macro
/freebsd/stand/efi/libefi/
H A Ddevpath.c190 if ((acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in efi_acpi_dev_path()
/freebsd/lib/libefivar/
H A Defivar-dp-format.c424 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in DevPathToTextAcpi()