Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/efi/libefi/
Defipart.c447 if (acpi->HID == EISA_PNP_ID(PNP0604) || in efipart_floppy()
448 acpi->HID == EISA_PNP_ID(PNP0700) || in efipart_floppy()
449 acpi->HID == EISA_PNP_ID(PNP0701)) { in efipart_floppy()
/freebsd-12-stable/stand/efi/include/
Defidevp.h156 #define EISA_PNP_ID(_PNPId) (EISA_ID(PNP_EISA_ID_CONST, (_PNPId))) macro
/freebsd-12-stable/sys/contrib/edk2/Include/Protocol/
DDevicePath.h262 #define EISA_PNP_ID(_PNPId) (EISA_ID(PNP_EISA_ID_CONST, (_PNPId))) macro