Home
last modified time | relevance | path

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

/dragonfly/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DDevicePath.h258 #define PNP_EISA_ID_MASK 0xffff macro
/dragonfly/stand/boot/efi/boot1/
H A Dboot1.c215 if ((acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in devpath_node_str()
/dragonfly/lib/libefivar/
H A Defivar-dp-format.c427 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in DevPathToTextAcpi()