Home
last modified time | relevance | path

Searched refs:LoadOptionPtr (Results 1 – 2 of 2) sorted by relevance

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