Searched refs:NameBufferSize (Results 1 – 4 of 4) sorted by relevance
136 UINTN NameBufferSize; in GetEnvironmentVariableList() local150 NameBufferSize = INIT_NAME_BUFFER_SIZE; in GetEnvironmentVariableList()151 VariableName = AllocateZeroPool(NameBufferSize); in GetEnvironmentVariableList()158 NameSize = NameBufferSize; in GetEnvironmentVariableList()164 NameBufferSize = NameSize > NameBufferSize * 2 ? NameSize : NameBufferSize * 2; in GetEnvironmentVariableList()166 VariableName = AllocateZeroPool(NameBufferSize); in GetEnvironmentVariableList()171 NameSize = NameBufferSize; in GetEnvironmentVariableList()
3295 UINTN NameBufferSize; in InternalEfiShellGetListAlias() local3299 NameBufferSize = INIT_NAME_BUFFER_SIZE; in InternalEfiShellGetListAlias()3300 VariableName = AllocateZeroPool(NameBufferSize); in InternalEfiShellGetListAlias()3311 NameSize = NameBufferSize; in InternalEfiShellGetListAlias()3316 NameBufferSize = NameSize > NameBufferSize * 2 ? NameSize : NameBufferSize * 2; in InternalEfiShellGetListAlias()3318 VariableName = AllocateZeroPool(NameBufferSize); in InternalEfiShellGetListAlias()3326 NameSize = NameBufferSize; in InternalEfiShellGetListAlias()
480 UINTN NameBufferSize; in SmmVariableHandler() local586 …NameBufferSize = CommBufferPayloadSize - OFFSET_OF(SMM_VARIABLE_COMMUNICATE_GET_NEXT_VARIABLE_NAME… in SmmVariableHandler()587 …if (NameBufferSize < sizeof (CHAR16) || GetNextVariableName->Name[NameBufferSize/sizeof (CHAR16) -… in SmmVariableHandler()
702 - IN OUT UINTN *NameBufferSize,730 - UINTN NameBufferSize;744 - NameBufferSize = INIT_NAME_BUFFER_SIZE;746 - Name = AllocateZeroPool (NameBufferSize);760 - Status = GetFileVariable (FileHandle, &NameSize, &NameBufferSize, &Name, &Guid, &Attributes, &…787 - UINTN NameBufferSize; // Allocated Name buffer size802 - NameBufferSize = INIT_NAME_BUFFER_SIZE;804 - Name = AllocateZeroPool (NameBufferSize);818 - NameSize = NameBufferSize;823 - OldNameBufferSize = NameBufferSize;[all …]