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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootOption.c872 UINT8 *LoadOptionPtr; local
960 LoadOptionPtr = LoadOption;
1005 NewLoadContext->Attributes = *(UINT32 *) LoadOptionPtr;
1010 LoadOptionPtr += sizeof (UINT32);
1012 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr;
1013 LoadOptionPtr += sizeof (UINT16);
1015 StringSize = StrSize((UINT16*)LoadOptionPtr);
1017 NewLoadContext->Description = AllocateZeroPool (StrSize((UINT16*)LoadOptionPtr));
1019 StrCpy (NewLoadContext->Description, (UINT16*)LoadOptionPtr);
1024 LoadOptionPtr
1482 UINT8 *LoadOptionPtr; local
[all...]

Completed in 40 milliseconds