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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBootSupport.c1427 UD_TABLE *UcdTable; local
1458 UcdTable = (UD_TABLE *) AllocatePool (
1461 if (NULL == UcdTable) {
1465 EfiToLegacy16BootTable->UnconventionalDeviceTable = (UINT32)(UINTN)UcdTable;
1466 UcdTable->Attributes = Attributes;
1467 UcdTable->BbsTableEntryNumberForParentDevice = (UINT8) BbsEntry;
1482 UcdTable->DeviceNumber = (UINT8) ((BbsEntry - 1) % 2);
1487 (VOID *) UcdTable->BeerData,
1495 (VOID *) UcdTable->ServiceAreaData,
1522 UcdTable
[all...]

Completed in 42 milliseconds