Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/efi/include/
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-12-stable/sys/contrib/edk2/Include/Protocol/
DDevicePath.h260 #define PNP_EISA_ID_CONST 0x41d0 macro
262 #define EISA_PNP_ID(_PNPId) (EISA_ID(PNP_EISA_ID_CONST, (_PNPId)))
263 #define EFI_PNP_ID(_PNPId) (EISA_ID(PNP_EISA_ID_CONST, (_PNPId)))
/freebsd-12-stable/stand/efi/libefi/
Ddevpath.c193 if ((acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in efi_acpi_dev_path()
/freebsd-12-stable/stand/efi/loader/
Dmain.c154 (acpi->HID & 0xffff) == PNP_EISA_ID_CONST) { in has_keyboard()
/freebsd-12-stable/lib/libefivar/
Defivar-dp-format.c428 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in DevPathToTextAcpi()