Searched refs:FilePathListLength (Results 1 – 11 of 11) sorted by relevance
50 LoadOption->FilePathListLength = *(UINT16*)(EfiLoadOptionPtr + sizeof(UINT32)); in BootOptionParseLoadOption()56 …if ((UINTN)((UINTN)LoadOption->FilePathList + LoadOption->FilePathListLength - EfiLoadOptionPtr) =… in BootOptionParseLoadOption()60 …on->OptionalData = (VOID*)((UINTN)(LoadOption->FilePathList) + LoadOption->FilePathListLength); in BootOptionParseLoadOption()141 ASSERT (GetDevicePathSize (BdsLoadOption->FilePathList) == BdsLoadOption->FilePathListLength); in BootOptionToLoadOptionVariable()144 …sizeof(UINT32) + sizeof(UINT16) + DescriptionSize + BdsLoadOption->FilePathListLength + BdsLoadOpt… in BootOptionToLoadOptionVariable()162 *(UINT16*)EfiLoadOptionPtr = BdsLoadOption->FilePathListLength; in BootOptionToLoadOptionVariable()
371 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr; in BOpt_GetBootOptions()386 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength); in BOpt_GetBootOptions()391 NewLoadContext->FilePathListLength in BOpt_GetBootOptions()397 LoadOptionPtr += NewLoadContext->FilePathListLength; in BOpt_GetBootOptions()404 NewLoadContext->FilePathListLength; in BOpt_GetBootOptions()700 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr; in BOpt_GetDriverOptions()716 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength); in BOpt_GetDriverOptions()721 NewLoadContext->FilePathListLength in BOpt_GetDriverOptions()727 LoadOptionPtr += NewLoadContext->FilePathListLength; in BOpt_GetDriverOptions()734 NewLoadContext->FilePathListLength; in BOpt_GetDriverOptions()
543 NewLoadContext->FilePathListLength = (UINT16)GetDevicePathSize (LoadOption.FilePath); in Var_UpdateDriverOption()661 NewLoadContext->FilePathListLength = (UINT16) GetDevicePathSize (LoadOption.FilePath); in Var_UpdateBootOption()
277 UINT16 FilePathListLength; member
59 UINT16 FilePathListLength; in InternalVarCheckLoadOption() local63 FilePathListLength = *((UINT16 *) ((UINTN) Data + sizeof (UINT32))); in InternalVarCheckLoadOption()84 if ((UINTN) FilePathList > (MAX_ADDRESS - FilePathListLength)) { in InternalVarCheckLoadOption()87 if (((UINTN) FilePathList + FilePathListLength) > ((UINTN) Data + DataSize)) { in InternalVarCheckLoadOption()90 if (FilePathListLength < sizeof (EFI_DEVICE_PATH_PROTOCOL)) { in InternalVarCheckLoadOption()93 if (!IsDevicePathValid (FilePathList, FilePathListLength)) { in InternalVarCheckLoadOption()
1008 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr; in BOpt_GetBootOptions()1020 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength); in BOpt_GetBootOptions()1025 NewLoadContext->FilePathListLength in BOpt_GetBootOptions()1037 LoadOptionPtr += NewLoadContext->FilePathListLength; in BOpt_GetBootOptions()1044 NewLoadContext->FilePathListLength; in BOpt_GetBootOptions()1556 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr; in BOpt_GetDriverOptions()1571 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength); in BOpt_GetDriverOptions()1576 NewLoadContext->FilePathListLength in BOpt_GetDriverOptions()1588 LoadOptionPtr += NewLoadContext->FilePathListLength; in BOpt_GetDriverOptions()1595 NewLoadContext->FilePathListLength; in BOpt_GetDriverOptions()
616 NewLoadContext->FilePathListLength = *((UINT16 *) Ptr); in Var_UpdateDriverOption()803 NewLoadContext->FilePathListLength = *((UINT16 *) Ptr); in Var_UpdateBootOption()
280 UINT16 FilePathListLength; member
27 UINT16 FilePathListLength; member
2048 UINT16 FilePathListLength; member
1101 if (LoadOption->FilePathListLength != 0) { in BcfgDisplayDump()1107 LoadOption->FilePathListLength; in BcfgDisplayDump()