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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
H A DBootOption.c261 UINT8 *LoadOptionPtr; local
335 LoadOptionPtr = LoadOption;
380 NewLoadContext->Attributes = *(UINT32 *) LoadOptionPtr;
385 LoadOptionPtr += sizeof (UINT32);
387 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr;
388 LoadOptionPtr += sizeof (UINT16);
390 StringSize = StrSize((UINT16*)LoadOptionPtr);
392 NewLoadContext->Description = AllocateZeroPool (StrSize((UINT16*)LoadOptionPtr));
394 StrCpyS (NewLoadContext->Description, StrSize((UINT16*)LoadOptionPtr) / sizeof (UINT16), (UINT16*)LoadOptionPtr);
660 UINT8 *LoadOptionPtr; local
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootOption.c868 UINT8 *LoadOptionPtr; local
956 LoadOptionPtr = LoadOption;
1001 NewLoadContext->Attributes = *(UINT32 *) LoadOptionPtr;
1006 LoadOptionPtr += sizeof (UINT32);
1008 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr;
1009 LoadOptionPtr += sizeof (UINT16);
1011 StringSize = StrSize((UINT16*)LoadOptionPtr);
1013 NewLoadContext->Description = AllocateCopyPool (StrSize((UINT16*)LoadOptionPtr), LoadOptionPtr);
1018 LoadOptionPtr
1478 UINT8 *LoadOptionPtr; local
[all...]

Completed in 8 milliseconds