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

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
PlatformBm.c 282 UINTN BootOptionCount;
317 &BootOptionCount, LoadOptionTypeBoot
321 &NewOption, BootOptions, BootOptionCount
330 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
349 UINTN BootOptionCount;
389 &BootOptionCount, LoadOptionTypeBoot
393 &NewOption, BootOptions, BootOptionCount
402 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
420 UINTN BootOptionCount;
460 &BootOptionCount, LoadOptionTypeBoot
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 130 UINTN BootOptionCount;
155 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
157 OptionIndex = PlatformFindLoadOption (&NewOption, BootOptions, BootOptionCount);
164 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 285 UINTN BootOptionCount;
292 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
294 for (Index = 0; Index < BootOptionCount; Index++) {
301 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
303 if (Index >= BootOptionCount) {
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
PlatformBm.c 340 UINTN BootOptionCount;
375 &BootOptionCount, LoadOptionTypeBoot
379 &NewOption, BootOptions, BootOptionCount
387 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
412 UINTN BootOptionCount;
415 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount,
418 for (Index = 0; Index < BootOptionCount; ++Index) {
517 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c 87 UINTN BootOptionCount;
120 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
122 Index = EfiBootManagerFindLoadOption (OptionToFind, BootOptions, BootOptionCount);
127 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
    [all...]
BmBootDescription.c 676 @param BootOptionCount Count of boot options.
681 UINTN BootOptionCount
691 if (BootOptionCount == 0) {
700 for (Index = BootOptionCount; Index != 0; Index = Index / 10) {
704 Visited = AllocateZeroPool (sizeof (BOOLEAN) * BootOptionCount);
707 for (Base = 0; Base < BootOptionCount; Base++) {
712 for (Index = Base + 1; Index < BootOptionCount; Index++) {
InternalBm.h 413 @param BootOptionCount Count of boot options.
418 UINTN BootOptionCount
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
LegacyBm.c 354 UINTN BootOptionCount;
356 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
357 for (Index = 0; Index < BootOptionCount; Index++) {
405 UINTN BootOptionCount;
433 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
438 for (Index = 0; Index < BootOptionCount; Index++) {
484 EfiBootManagerFreeLoadOptions (BootOption, BootOptionCount);
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
PlatformBm.c 339 UINTN BootOptionCount;
374 &BootOptionCount, LoadOptionTypeBoot
378 &NewOption, BootOptions, BootOptionCount
386 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 75 UINTN BootOptionCount;
166 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
168 OptionIndex = PlatformFindLoadOption (&NewOption, BootOptions, BootOptionCount);
175 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
BootManager.c 434 UINTN BootOptionCount;
465 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
493 for (Index = 0; Index < BootOptionCount; Index++) {
576 EfiBootManagerFreeLoadOptions (BootOption, BootOptionCount);
751 UINTN BootOptionCount;
776 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
799 EfiBootManagerFreeLoadOptions (BootOption, BootOptionCount);
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 292 @param BootOptionCount Number of boot option.
302 IN UINTN BootOptionCount,
314 BootMenuData->PtrTokens = AllocateZeroPool (BootOptionCount * sizeof (EFI_STRING_ID));
320 for (StrIndex = 0, Index = 0; Index < BootOptionCount; Index++) {
650 @param BootOptionCount Number of boot option.
656 IN UINTN BootOptionCount,
665 for (ItemNum = 0, Index = 0; Index < BootOptionCount; Index++) {
909 UINTN BootOptionCount;
948 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
BdsPlatform.c 98 UINTN BootOptionCount;
133 &BootOptionCount, LoadOptionTypeBoot
137 &NewOption, BootOptions, BootOptionCount
145 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
168 UINTN BootOptionCount;
171 BootOptions = EfiBootManagerGetLoadOptions (&BootOptionCount,
174 for (Index = 0; Index < BootOptionCount; ++Index) {
273 EfiBootManagerFreeLoadOptions (BootOptions, BootOptionCount);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
QemuBootOrderLib.c 319 @param[in] BootOptionCount The number of elements in BootOptions.
340 IN UINTN BootOptionCount,
357 for (Index = 0; Index < BootOptionCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootOption.c 267 UINTN BootOptionCount;
296 BootOption = EfiBootManagerGetLoadOptions (&BootOptionCount, LoadOptionTypeBoot);
419 EfiBootManagerFreeLoadOptions (BootOption, BootOptionCount);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
BdsEntry.c 357 @param BootOptionCount Input boot option count.
366 IN UINTN BootOptionCount,
375 for (Index = 0; Index < BootOptionCount; Index++) {
412 return (BOOLEAN) (Index < BootOptionCount);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c     [all...]

Completed in 416 milliseconds