Searched refs:LoadOptionPtr (Results 1 – 2 of 2) sorted by relevance
261 UINT8 *LoadOptionPtr; in BOpt_GetBootOptions() local335 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 …]
868 UINT8 *LoadOptionPtr; in BOpt_GetBootOptions() local956 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 …]