HomeSort by relevance Sort by last modified time
    Searched refs:LoadOptionPtr (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootOption.c 259 UINT8 *LoadOptionPtr;
325 LoadOptionPtr = LoadOptionFromVar;
367 NewLoadContext->Attributes = *(UINT32 *) LoadOptionPtr;
369 LoadOptionPtr += sizeof (UINT32);
371 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr;
372 LoadOptionPtr += sizeof (UINT16);
374 StringSize = StrSize((UINT16*)LoadOptionPtr);
376 NewLoadContext->Description = AllocateZeroPool (StrSize((UINT16*)LoadOptionPtr));
378 StrCpyS (NewLoadContext->Description, StrSize((UINT16*)LoadOptionPtr) / sizeof (UINT16), (UINT16*)LoadOptionPtr);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootOption.c 868 UINT8 *LoadOptionPtr;
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 += StringSize;
    [all...]

Completed in 86 milliseconds