Searched defs:VariableName (Results 1 - 25 of 35) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DInitVariable.c25 @param VariableName Name of Variable to be found.
41 IN CHAR16 *VariableName,
49 VariableName,
63 @param VariableName Pointer to variable name
76 IN OUT CHAR16 *VariableName,
82 VariableName,
92 @param VariableName Name of Variable to be found
109 IN CHAR16 *VariableName,
117 VariableName,
40 RuntimeServiceGetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, OUT UINT32 *Attributes OPTIONAL, IN OUT UINTN *DataSize, OUT VOID *Data ) argument
74 RuntimeServiceGetNextVariableName( IN OUT UINTN *VariableNameSize, IN OUT CHAR16 *VariableName, IN OUT EFI_GUID *VendorGuid ) argument
108 RuntimeServiceSetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
H A DEmuVariable.c35 @param[in] VariableName Name of variable
55 IN CHAR16 *VariableName,
67 If VariableName is an empty string, then we just return the first
68 qualified variable without comparing VariableName and VendorGuid.
69 Otherwise, VariableName and VendorGuid are compared.
71 @param VariableName Name of the variable to be found.
79 @retval EFI_INVALID_PARAMETER If VariableName is not an empty string, while
87 IN CHAR16 *VariableName,
285 @param[in] VariableName Name of the Variable to track
296 IN CHAR16 *VariableName,
295 UpdateVariableInfo( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN BOOLEAN Volatile, IN BOOLEAN Read, IN BOOLEAN Write, IN BOOLEAN Delete, IN BOOLEAN Cache ) argument
682 AutoUpdateLangVariable( IN CHAR16 *VariableName, IN VOID *Data, IN UINTN DataSize ) argument
885 UpdateVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN VOID *Data, IN UINTN DataSize, IN UINT32 Attributes OPTIONAL, IN VARIABLE_POINTER_TRACK *Variable ) argument
1085 FindVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, OUT VARIABLE_POINTER_TRACK *PtrTrack, IN VARIABLE_GLOBAL *Global ) argument
1168 EmuGetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, OUT UINT32 *Attributes OPTIONAL, IN OUT UINTN *DataSize, OUT VOID *Data, IN VARIABLE_GLOBAL *Global ) argument
1248 EmuGetNextVariableName( IN OUT UINTN *VariableNameSize, IN OUT CHAR16 *VariableName, IN OUT EFI_GUID *VendorGuid, IN VARIABLE_GLOBAL *Global ) argument
1362 EmuSetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data, IN VARIABLE_GLOBAL *Global, IN UINTN *VolatileOffset, IN UINTN *NonVolatileOffset ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DSetVar.c42 CONST CHAR16 *VariableName; local
90 VariableName = ShellCommandLineGetRawValue(Package, 1);
106 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
109 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
112 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_SETVAR_PRINT), gShellDebug1HiiHandle, &Guid, VariableName, Size);
118 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_SETVAR_ERROR_GET), gShellDebug1HiiHandle, &Guid, VariableName, Status);
125 Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, 0, NULL);
127 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_SETVAR_ERROR_SET), gShellDebug1HiiHandle, &Guid, VariableName, Status);
164 Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, StrLen(Data) / 2, Buffer);
167 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_SETVAR_ERROR_SET), gShellDebug1HiiHandle, &Guid, VariableName, Statu
[all...]
H A DDmpStore.c31 @param[in] VariableName The variable name of the EFI variable (or NULL).
44 IN CONST CHAR16 *VariableName OPTIONAL,
105 if (VariableName != NULL) {
106 if (!gUnicodeCollation->MetaiMatch(gUnicodeCollation, FoundVarName, (CHAR16*)VariableName)) {
158 if (VariableName != NULL && Guid == NULL) {
159 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_DMPSTORE_NO_VAR_FOUND_N), gShellDebug1HiiHandle, VariableName);
160 } else if (VariableName != NULL && Guid != NULL) {
161 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_DMPSTORE_NO_VAR_FOUND_GN), gShellDebug1HiiHandle, Guid, VariableName);
162 } else if (VariableName == NULL && Guid == NULL) {
164 } else if (VariableName
201 CONST CHAR16 *VariableName; local
[all...]
H A DBcfg.c467 CHAR16 VariableName[12]; local
472 UnicodeSPrint(VariableName, sizeof(VariableName), L"%s%04x", Target == BcfgTargetBootOrder?L"Boot":L"Driver", CurrentOrder[Location]);
474 VariableName,
480 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_BCFG_WRITE_FAIL), gShellDebug1HiiHandle, VariableName, Status);
601 CHAR16 VariableName[12]; local
615 UnicodeSPrint(VariableName, sizeof(VariableName), L"%s%04x", Op, CurrentOrder[LoopVar]);
618 VariableName,
626 VariableName,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DNicIp4Variable.c202 CHAR16 *VariableName; local
220 VariableName = AllocateZeroPool (VariableNameSize);
226 VariableName,
232 VariableName = ReallocatePool (VariableNameBufferSize, VariableNameSize, VariableName);
239 VariableName,
258 NicConfig = GetVariable (VariableName, &gEfiNicIp4ConfigVariableGuid);
269 CurrentVariableName = AllocateCopyPool (VariableNameSize, VariableName);
272 VariableName,
292 FreePool (VariableName);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellEnvVar.c137 CHAR16 *VariableName; local
162 VariableName = AllocateZeroPool(NameSize);
163 if (VariableName == NULL) {
166 StrCpy(VariableName, L"");
170 Status = gRT->GetNextVariableName(&NameSize, VariableName, &Guid);
181 Status = SHELL_GET_ENVIRONMENT_VARIABLE_AND_ATTRIBUTES(VariableName, &VarList->Atts, &ValSize, VarList->Val);
188 Status = SHELL_GET_ENVIRONMENT_VARIABLE_AND_ATTRIBUTES(VariableName, &VarList->Atts, &ValSize, VarList->Val);
192 VarList->Key = AllocateZeroPool(StrSize(VariableName));
198 StrCpy(VarList->Key, VariableName);
205 FreePool(VariableName);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/NvVarsFileLib/
H A DFsAccess.c362 IN CHAR16 *VariableName,
382 VariableName,
360 IterateVariablesCallbackAddAllNvVariables( IN VOID *Context, IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c876 @param VariableName Console environment variables, ConOutDev, ConInDev
888 IN CHAR16 *VariableName,
905 VariableDevicePath = ConPlatformGetVariable (VariableName);
968 VariableName,
887 ConPlatformUpdateDeviceVariable( IN CHAR16 *VariableName, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN CONPLATFORM_VAR_OPERATION Operation ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PCD/Pei/
H A DService.c142 @param VariableName The Variable Name.
152 IN UINT16 *VariableName,
168 VariableName,
181 (UINT16 *) VariableName,
150 GetHiiVariable( IN CONST EFI_GUID *VariableGuid, IN UINT16 *VariableName, OUT VOID **VariableData, OUT UINTN *VariableSize ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/Pei/
H A DVariable.c281 @param VariableName Name of the variable to compare to 'Variable'
292 IN CONST CHAR16 *VariableName,
299 if (VariableName[0] == 0) {
315 if (CompareMem (VariableName, Point, NameSizeOfVariable (Variable)) == 0) {
409 @param VariableName Name of the variable to be found
422 IN CONST CHAR16 *VariableName,
463 if (CompareWithValidVariable (MaxIndex, VariableName, VendorGuid, PtrTrack) == EFI_SUCCESS) {
515 if (CompareWithValidVariable (Variable, VariableName, VendorGuid, PtrTrack) == EFI_SUCCESS) {
537 @param VariableName Name of the variable to be found
547 IN CONST CHAR16 *VariableName,
290 CompareWithValidVariable( IN VARIABLE_HEADER *Variable, IN CONST CHAR16 *VariableName, IN CONST EFI_GUID *VendorGuid, OUT VARIABLE_POINTER_TRACK *PtrTrack ) argument
419 FindVariableEx( IN VARIABLE_STORE_HEADER *VariableStoreHeader, IN VARIABLE_INDEX_TABLE *IndexTable, IN CONST CHAR16 *VariableName, IN CONST EFI_GUID *VendorGuid, OUT VARIABLE_POINTER_TRACK *PtrTrack ) argument
546 FindVariable( IN CONST CHAR16 *VariableName, IN CONST EFI_GUID *VendorGuid, OUT VARIABLE_POINTER_TRACK *PtrTrack ) argument
606 PeiGetVariable( IN CONST EFI_PEI_READ_ONLY_VARIABLE2_PPI *This, IN CONST CHAR16 *VariableName, IN CONST EFI_GUID *VariableGuid, OUT UINT32 *Attributes, IN OUT UINTN *DataSize, OUT VOID *Data ) argument
684 PeiGetNextVariableName( IN CONST EFI_PEI_READ_ONLY_VARIABLE2_PPI *This, IN OUT UINTN *VariableNameSize, IN OUT CHAR16 *VariableName, IN OUT EFI_GUID *VariableGuid ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableSmmRuntimeDxe.c122 @param[in] VariableName Name of Variable to be found.
138 IN CHAR16 *VariableName,
149 if (VariableName == NULL || VendorGuid == NULL || DataSize == NULL) {
161 PayloadSize = OFFSET_OF (SMM_VARIABLE_COMMUNICATE_ACCESS_VARIABLE, Name) + StrSize (VariableName);
170 SmmVariableHeader->NameSize = StrSize (VariableName);
176 CopyMem (SmmVariableHeader->Name, VariableName, SmmVariableHeader->NameSize);
205 @param[in, out] VariableName Pointer to variable name.
218 IN OUT CHAR16 *VariableName,
226 if (VariableNameSize == NULL || VariableName == NULL || VendorGuid == NULL) {
243 CopyMem (SmmGetNextVariableName->Name, VariableName, *VariableNameSiz
137 RuntimeServiceGetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, OUT UINT32 *Attributes OPTIONAL, IN OUT UINTN *DataSize, OUT VOID *Data ) argument
216 RuntimeServiceGetNextVariableName( IN OUT UINTN *VariableNameSize, IN OUT CHAR16 *VariableName, IN OUT EFI_GUID *VendorGuid ) argument
283 RuntimeServiceSetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DUefiTcgPlatform.h129 EFI_GUID VariableName; member in struct:tdEFI_VARIABLE_DATA
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/
H A DRuntimeLib.c388 @param VariableName the name of the vendor's variable, it's a Null-Terminated Unicode String
400 @retval EFI_INVALID_PARAMETER VariableName is NULL.
410 IN CHAR16 *VariableName,
417 return mInternalRT->GetVariable (VariableName, VendorGuid, Attributes, DataSize, Data);
424 GetNextVariableName() is called multiple times to retrieve the VariableName and VendorGuid of
432 @param VariableName As input, supplies the last VariableName that was returned by
446 @retval EFI_INVALID_PARAMETER VariableName is NULL.
455 IN OUT CHAR16 *VariableName,
459 return mInternalRT->GetNextVariableName (VariableNameSize, VariableName, VendorGui
409 EfiGetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, OUT UINT32 *Attributes OPTIONAL, IN OUT UINTN *DataSize, OUT VOID *Data ) argument
453 EfiGetNextVariableName( IN OUT UINTN *VariableNameSize, IN OUT CHAR16 *VariableName, IN OUT EFI_GUID *VendorGuid ) argument
494 EfiSetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/SerializeVariablesLib/
H A DSerializeVariablesLib.c237 IN CHAR16 *VariableName,
253 IN CHAR16 *VariableName,
266 VariableName,
280 IN CHAR16 *VariableName,
288 VariableName,
510 CHAR16 *VariableName; local
522 VariableName = AllocateZeroPool (VariableNameBufferSize);
534 VariableName,
539 // The currently allocated VariableName buffer is too small,
548 CopyMem (NewBuffer, VariableName, VariableNameBufferSiz
235 IterateVariablesCallbackNop( IN VOID *Context, IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
251 IterateVariablesCallbackSetInInstance( IN VOID *Context, IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
278 IterateVariablesCallbackSetSystemVariable( IN VOID *Context, IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
730 SerializeVariablesAddVariable( IN EFI_HANDLE Handle, IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DAuthService.c66 mVariableModuleGlobal->VariableName[Physical][VAR_AUTH_KEY_DB],
78 mVariableModuleGlobal->VariableName[Physical][VAR_AUTH_KEY_DB],
123 mVariableModuleGlobal->VariableName[Physical][VAR_SETUP_MODE],
132 mVariableModuleGlobal->VariableName[Physical][VAR_PLATFORM_KEY],
146 mVariableModuleGlobal->VariableName[Physical][VAR_SETUP_MODE],
228 Global->VariableName[VirtualMode][VAR_AUTH_KEY_DB],
264 Global->VariableName[VirtualMode][VAR_AUTH_KEY_DB],
420 Global->VariableName[VirtualMode][VAR_SETUP_MODE],
431 Global->VariableName[VirtualMode][VAR_SETUP_MODE],
448 @param[in] VariableName Th
466 ProcessVarWithPk( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN VOID *Data, IN UINTN DataSize, IN BOOLEAN VirtualMode, IN ESAL_VARIABLE_GLOBAL *Global, IN VARIABLE_POINTER_TRACK *Variable, IN UINT32 Attributes OPTIONAL, IN BOOLEAN IsPk ) argument
602 ProcessVarWithKek( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN VOID *Data, IN UINTN DataSize, IN BOOLEAN VirtualMode, IN ESAL_VARIABLE_GLOBAL *Global, IN VARIABLE_POINTER_TRACK *Variable, IN UINT32 Attributes OPTIONAL ) argument
[all...]
H A DVariable.h97 CHAR16 *VariableName[2][NUM_VAR_NAME]; member in struct:__anon12717
195 @param[in] VariableName A Null-terminated Unicode string that is the name of
211 @retval EFI_INVALID_PARAMETER VariableName is NULL.
222 IN CHAR16 *VariableName,
238 @param[in, out] VariableName On input, supplies the last VariableName that was returned by GetNextVariableName().
250 @retval EFI_INVALID_PARAMETER VariableName is NULL.
259 IN OUT CHAR16 *VariableName,
271 @param[in] VariableName A Null-terminated Unicode string that is the name of the vendor's
272 variable. Each VariableName i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/Pei/
H A DVariable.c279 @param VariableName Name of the variable to compare to 'Variable'
290 IN CONST CHAR16 *VariableName,
297 if (VariableName[0] == 0) {
313 if (CompareMem (VariableName, Point, NameSizeOfVariable (Variable)) == 0) {
407 @param VariableName Name of the variable to be found
420 IN CONST CHAR16 *VariableName,
461 if (CompareWithValidVariable (MaxIndex, VariableName, VendorGuid, PtrTrack) == EFI_SUCCESS) {
513 if (CompareWithValidVariable (Variable, VariableName, VendorGuid, PtrTrack) == EFI_SUCCESS) {
535 @param VariableName Name of the variable to be found
545 IN CONST CHAR16 *VariableName,
288 CompareWithValidVariable( IN VARIABLE_HEADER *Variable, IN CONST CHAR16 *VariableName, IN CONST EFI_GUID *VendorGuid, OUT VARIABLE_POINTER_TRACK *PtrTrack ) argument
417 FindVariableEx( IN VARIABLE_STORE_HEADER *VariableStoreHeader, IN VARIABLE_INDEX_TABLE *IndexTable, IN CONST CHAR16 *VariableName, IN CONST EFI_GUID *VendorGuid, OUT VARIABLE_POINTER_TRACK *PtrTrack ) argument
544 FindVariable( IN CONST CHAR16 *VariableName, IN CONST EFI_GUID *VendorGuid, OUT VARIABLE_POINTER_TRACK *PtrTrack ) argument
604 PeiGetVariable( IN CONST EFI_PEI_READ_ONLY_VARIABLE2_PPI *This, IN CONST CHAR16 *VariableName, IN CONST EFI_GUID *VariableGuid, OUT UINT32 *Attributes, IN OUT UINTN *DataSize, OUT VOID *Data ) argument
682 PeiGetNextVariableName( IN CONST EFI_PEI_READ_ONLY_VARIABLE2_PPI *This, IN OUT UINTN *VariableNameSize, IN OUT CHAR16 *VariableName, IN OUT EFI_GUID *VariableGuid ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariableSmmRuntimeDxe.c122 @param[in] VariableName Name of Variable to be found.
138 IN CHAR16 *VariableName,
149 if (VariableName == NULL || VendorGuid == NULL || DataSize == NULL) {
161 PayloadSize = OFFSET_OF (SMM_VARIABLE_COMMUNICATE_ACCESS_VARIABLE, Name) + StrSize (VariableName);
170 SmmVariableHeader->NameSize = StrSize (VariableName);
176 CopyMem (SmmVariableHeader->Name, VariableName, SmmVariableHeader->NameSize);
205 @param[in, out] VariableName Pointer to variable name.
218 IN OUT CHAR16 *VariableName,
226 if (VariableNameSize == NULL || VariableName == NULL || VendorGuid == NULL) {
243 CopyMem (SmmGetNextVariableName->Name, VariableName, *VariableNameSiz
137 RuntimeServiceGetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, OUT UINT32 *Attributes OPTIONAL, IN OUT UINTN *DataSize, OUT VOID *Data ) argument
216 RuntimeServiceGetNextVariableName( IN OUT UINTN *VariableNameSize, IN OUT CHAR16 *VariableName, IN OUT EFI_GUID *VendorGuid ) argument
283 RuntimeServiceSetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DInitVariable.c118 @param VariableName Name of Variable to be found.
134 IN CHAR16 *VariableName,
143 VariableName,
160 VBoxWriteNVRAMNameParam(VariableName);
212 @param VariableName Pointer to variable name
225 IN OUT CHAR16 *VariableName,
232 VariableName,
244 if (!VariableNameSize || !VariableName || !VendorGuid)
253 if (!VariableName[0])
258 VBoxWriteNVRAMNameParam(VariableName);
133 RuntimeServiceGetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, OUT UINT32 *Attributes OPTIONAL, IN OUT UINTN *DataSize, OUT VOID *Data ) argument
223 RuntimeServiceGetNextVariableName( IN OUT UINTN *VariableNameSize, IN OUT CHAR16 *VariableName, IN OUT EFI_GUID *VendorGuid ) argument
324 RuntimeServiceSetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data ) argument
[all...]
H A DEmuVariable.c74 @param[in] VariableName Name of variable
94 IN CHAR16 *VariableName,
106 If VariableName is an empty string, then we just return the first
107 qualified variable without comparing VariableName and VendorGuid.
108 Otherwise, VariableName and VendorGuid are compared.
110 @param VariableName Name of the variable to be found.
118 @retval EFI_INVALID_PARAMETER If VariableName is not an empty string, while
126 IN CHAR16 *VariableName,
324 @param[in] VariableName Name of the Variable to track
335 IN CHAR16 *VariableName,
334 UpdateVariableInfo( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN BOOLEAN Volatile, IN BOOLEAN Read, IN BOOLEAN Write, IN BOOLEAN Delete, IN BOOLEAN Cache ) argument
721 AutoUpdateLangVariable( IN CHAR16 *VariableName, IN VOID *Data, IN UINTN DataSize ) argument
924 UpdateVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN VOID *Data, IN UINTN DataSize, IN UINT32 Attributes OPTIONAL, IN VARIABLE_POINTER_TRACK *Variable ) argument
1124 FindVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, OUT VARIABLE_POINTER_TRACK *PtrTrack, IN VARIABLE_GLOBAL *Global ) argument
1207 EmuGetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, OUT UINT32 *Attributes OPTIONAL, IN OUT UINTN *DataSize, OUT VOID *Data, IN VARIABLE_GLOBAL *Global ) argument
1287 EmuGetNextVariableName( IN OUT UINTN *VariableNameSize, IN OUT CHAR16 *VariableName, IN OUT EFI_GUID *VendorGuid, IN VARIABLE_GLOBAL *Global ) argument
1401 EmuSetVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT32 Attributes, IN UINTN DataSize, IN VOID *Data, IN VARIABLE_GLOBAL *Global, IN UINTN *VolatileOffset, IN UINTN *NonVolatileOffset ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c342 @param VariableName Pointer to one global variable.
351 IN CHAR16 *VariableName,
361 Variable = GetEfiGlobalVariable (VariableName);
1414 @param VariableName The Console Device Environment Variable.
1420 IN CHAR16 *VariableName,
1434 Variable = GetEfiGlobalVariable (VariableName);
1459 VariableName,
1475 @param VariableName Console Device Environment Variables.
1481 IN CHAR16 *VariableName,
1503 Variable = GetEfiGlobalVariable (VariableName);
350 IsTerminalInConsoleVariable( IN CHAR16 *VariableName, IN EFI_DEVICE_PATH_PROTOCOL *TerminalDevicePath ) argument
1419 TerminalUpdateConsoleDevVariable( IN CHAR16 *VariableName, IN EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath ) argument
1480 TerminalRemoveConsoleDevVariable( IN CHAR16 *VariableName, IN EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PCD/Dxe/
H A DService.c487 @param VariableName Variable's unicode name string
496 IN UINT16 *VariableName,
512 (UINT16 *)VariableName,
528 VariableName,
994 @param VariableName Unicode name of variable which stored value of a HII-type PCD.
1005 IN UINT16 *VariableName,
1024 (UINT16 *)VariableName,
1044 VariableName,
1056 VariableName,
1078 VariableName,
494 GetHiiVariable( IN EFI_GUID *VariableGuid, IN UINT16 *VariableName, OUT UINT8 **VariableData, OUT UINTN *VariableSize ) argument
1003 SetHiiVariable( IN EFI_GUID *VariableGuid, IN UINT16 *VariableName, IN CONST VOID *Data, IN UINTN DataSize, IN UINTN Offset ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c467 CHAR16 VariableName[12]; local
472 UnicodeSPrint(VariableName, sizeof(VariableName), L"%s%04x", Target == BcfgTargetBootOrder?L"Boot":L"Driver", CurrentOrder[Location]);
474 VariableName,
480 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_BCFG_WRITE_FAIL), gShellInstall1HiiHandle, VariableName, Status);
601 CHAR16 VariableName[12]; local
615 UnicodeSPrint(VariableName, sizeof(VariableName), L"%s%04x", Op, CurrentOrder[LoopVar]);
618 VariableName,
626 VariableName,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c21 CHAR16 VariableName[] = L"MyIfrNVData"; variable
285 VariableName,
378 VariableName,
411 if (HiiGetBrowserData (&gDriverSampleFormSetGuid, VariableName, sizeof (DRIVER_SAMPLE_CONFIGURATION), (UINT8 *) Configuration)) {
422 VariableName,
440 VariableName,
820 VariableName,
839 ConfigRequestHdr = HiiConstructConfigHdr (&gDriverSampleFormSetGuid, VariableName, PrivateData->DriverHandle[0]);
983 ConfigRequestHdr = HiiConstructConfigHdr (&gDriverSampleFormSetGuid, VariableName, PrivateData->DriverHandle[0]);
1078 VariableName,
[all...]

Completed in 81 milliseconds

12