Searched refs:PNP_EISA_ID_CONST (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h254 #define PNP_EISA_ID_CONST 0x41d0 macro
256 #define EISA_PNP_ID(_PNPId) (EISA_ID(PNP_EISA_ID_CONST, (_PNPId)))
257 #define EFI_PNP_ID(_PNPId) (EISA_ID(PNP_EISA_ID_CONST, (_PNPId)))
/freebsd-13-stable/stand/efi/include/
H A Defidevp.h154 #define PNP_EISA_ID_CONST 0x41d0 macro
156 #define EISA_PNP_ID(_PNPId) (EISA_ID(PNP_EISA_ID_CONST, (_PNPId)))
157 #define EFI_PNP_ID(_PNPId) (EISA_ID(PNP_EISA_ID_CONST, (_PNPId)))
/freebsd-13-stable/stand/efi/libefi/
H A Ddevpath.c193 if ((acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) {
/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-format.c428 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) {
/freebsd-13-stable/stand/efi/loader/
H A Dmain.c157 (acpi->HID & 0xffff) == PNP_EISA_ID_CONST) {

Completed in 79 milliseconds