HomeSort by relevance Sort by last modified time
    Searched full:bootnextvariablename (Results 1 - 1 of 1) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
BdsEntry.c 598 CHAR16 BootNextVariableName[sizeof ("Boot####")];
921 UnicodeSPrint (BootNextVariableName, sizeof (BootNextVariableName), L"Boot%04x", *BootNext);
922 Status = EfiBootManagerVariableToLoadOption (BootNextVariableName, &LoadOption);
    [all...]

Completed in 597 milliseconds