Searched defs:ExtendedAcpi (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c334 ACPI_EXTENDED_HID_DEVICE_PATH *ExtendedAcpi; local
350 ExtendedAcpi = DevPath;
351 Length = (UINT16) DevicePathNodeLength ((EFI_DEVICE_PATH_PROTOCOL *) ExtendedAcpi);
353 AsChar8Array = (CHAR8 *) ExtendedAcpi;
386 if (HIDSTRIdx == 0 && CIDSTRIdx == 0 && ExtendedAcpi->UID == 0) {
388 if ((ExtendedAcpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) {
389 CatPrint (Str, L"PNP%04x,", (UINTN) EISA_ID_TO_NUM (ExtendedAcpi->HID));
391 CatPrint (Str, L"%08x,", (UINTN) ExtendedAcpi->HID);
393 if ((ExtendedAcpi->CID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) {
394 CatPrint (Str, L"PNP%04x,", (UINTN) EISA_ID_TO_NUM (ExtendedAcpi
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c327 ACPI_EXTENDED_HID_DEVICE_PATH *ExtendedAcpi; local
343 ExtendedAcpi = DevPath;
344 Length = (UINT16) DevicePathNodeLength ((EFI_DEVICE_PATH_PROTOCOL *) ExtendedAcpi);
346 AsChar8Array = (CHAR8 *) ExtendedAcpi;
379 if (HIDSTRIdx == 0 && CIDSTRIdx == 0 && ExtendedAcpi->UID == 0) {
381 if ((ExtendedAcpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) {
382 CatPrint (Str, L"PNP%04x,", (UINTN) EISA_ID_TO_NUM (ExtendedAcpi->HID));
384 CatPrint (Str, L"%08x,", (UINTN) ExtendedAcpi->HID);
386 if ((ExtendedAcpi->CID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) {
387 CatPrint (Str, L"PNP%04x,", (UINTN) EISA_ID_TO_NUM (ExtendedAcpi
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDevicePath.h1061 ACPI_EXTENDED_HID_DEVICE_PATH ExtendedAcpi; member in union:__anon12088
1110 ACPI_EXTENDED_HID_DEVICE_PATH *ExtendedAcpi; member in union:__anon12089
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDevicePath.h1038 ACPI_EXTENDED_HID_DEVICE_PATH *ExtendedAcpi; member in union:__anon15651

Completed in 42 milliseconds