Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching refs:AllocateZeroPool

126   DevicePathBuffer = (UINT8 *) AllocateZeroPool ((Length + 1) / 2);

252 Str = AllocateZeroPool (Length * sizeof (CHAR16));
474 Str = (EFI_STRING) AllocateZeroPool (Length * sizeof (CHAR16));
483 Buf = (UINT8 *) AllocateZeroPool (Length);
654 AppendString = (EFI_STRING) AllocateZeroPool (AppendSize + sizeof (CHAR16));
787 AppendString = (EFI_STRING) AllocateZeroPool (AppendSize + sizeof (CHAR16));
957 AltCfgRespBackup = (EFI_STRING) AllocateZeroPool (ReallocateSize);
1055 AltConfigHdr = AllocateZeroPool (MaxLen * sizeof (CHAR16));
1171 DefaultValueArray = AllocateZeroPool (sizeof (IFR_DEFAULT_DATA));
1292 SupportedLanguages = AllocateZeroPool (LanguageSize);
1413 String = AllocateZeroPool (StringSize);
1664 VarStoreName = AllocateZeroPool (NameSize * sizeof (CHAR16));
1675 TempStr = AllocateZeroPool (LengthString * sizeof (CHAR16));
1686 *EfiVarStore = (EFI_IFR_VARSTORE_EFI *) AllocateZeroPool (IfrOpHdr->Length);
1794 TempStr = AllocateZeroPool (LengthString * sizeof (CHAR16));
1888 VarStoreName = AllocateZeroPool (NameSize * sizeof (CHAR16));
1906 VarStoreName = AllocateZeroPool (NameSize * sizeof (CHAR16));
2020 BlockData = (IFR_BLOCK_DATA *) AllocateZeroPool (sizeof (IFR_BLOCK_DATA));
2160 VarStoreName = AllocateZeroPool (NameSize * sizeof (CHAR16));
2202 VarStoreName = AllocateZeroPool (NameSize * sizeof (CHAR16));
2248 DefaultDataPtr = (IFR_DEFAULT_DATA *) AllocateZeroPool (sizeof (IFR_DEFAULT_DATA));
3043 RequestBlockArray = (IFR_BLOCK_DATA *) AllocateZeroPool (sizeof (IFR_BLOCK_DATA));
3110 BlockData = (IFR_BLOCK_DATA *) AllocateZeroPool (sizeof (IFR_BLOCK_DATA));
3207 RequestBlockArray = (IFR_BLOCK_DATA *) AllocateZeroPool (sizeof (IFR_BLOCK_DATA));
3241 BlockData = (IFR_BLOCK_DATA *) AllocateZeroPool (sizeof (IFR_BLOCK_DATA));
3365 FullConfigRequest = AllocateZeroPool (Length * sizeof (CHAR16));
3469 *ConfigHdr = AllocateZeroPool (Length * sizeof (CHAR16));
3637 *DefaultAltCfgResp = AllocateZeroPool (Length * sizeof (CHAR16));
3870 DefaultIdArray = (IFR_DEFAULT_DATA *) AllocateZeroPool (sizeof (IFR_DEFAULT_DATA));
3880 VarStorageData = (IFR_VARSTORAGE_DATA *) AllocateZeroPool (sizeof (IFR_VARSTORAGE_DATA));
4079 VarStoreName = AllocateZeroPool (NameSize * sizeof (CHAR16));
4092 VarStore = AllocateZeroPool (BufferSize);
4157 VarStoreName = AllocateZeroPool (NameSize * sizeof (CHAR16));
4171 VarStore = AllocateZeroPool (BufferSize);
4461 *Results = (EFI_STRING) AllocateZeroPool (MAX_STRING_LENGTH);
4813 *Results = (EFI_STRING) AllocateZeroPool (MAX_STRING_LENGTH);
5259 *Config = (EFI_STRING) AllocateZeroPool (MAX_STRING_LENGTH);
5373 Value = (UINT8 *) AllocateZeroPool (Width);
5383 ValueStr = (EFI_STRING) AllocateZeroPool (Length * sizeof (CHAR16));
5403 ConfigElement = (EFI_STRING) AllocateZeroPool (Length * sizeof (CHAR16));
5927 *AltCfgResp = AllocateZeroPool (Length * sizeof (CHAR16));