Lines Matching full:bootvariablename
73 IN CHAR16* BootVariableName,
81 Status = GetGlobalEnvironmentVariable (BootVariableName, NULL, &EfiLoadOptionSize, (VOID**)&EfiLoadOption);
96 CHAR16 BootVariableName[9];
99 UnicodeSPrint (BootVariableName, 9 * sizeof(CHAR16), L"Boot%04X", LoadOptionIndex);
101 Status = BootOptionFromLoadOptionVariable (BootVariableName, BdsLoadOption);
121 CHAR16 BootVariableName[9];
196 UnicodeSPrint (BootVariableName, 9 * sizeof(CHAR16), L"Boot%04X", BdsLoadOption->LoadOptionIndex);
198 BootVariableName,
228 DEBUG((EFI_D_ERROR,"Create %s\n",BootVariableName));
235 DEBUG((EFI_D_ERROR,"Update %s\n",BootVariableName));