Home | History | Annotate | Download | only in SetupBrowserDxe

Lines Matching refs:AllocateZeroPool

98   MenuList = AllocateZeroPool (sizeof (FORM_ENTRY_INFO));

312 NewMenuEntry = AllocateZeroPool (sizeof (FORM_ENTRY_INFO));
362 LocalFormSet = AllocateZeroPool (sizeof (FORM_BROWSER_FORMSET));
415 Statement = AllocateZeroPool (sizeof(FORM_DISPLAY_ENGINE_STATEMENT));
510 Selection = AllocateZeroPool (sizeof (UI_MENU_SELECTION));
522 FormSet = AllocateZeroPool (sizeof (FORM_BROWSER_FORMSET));
677 ConfigResp = AllocateZeroPool (BufferSize);
1091 NewString = AllocateZeroPool (MaxLen * sizeof (CHAR16));
1715 ConfigRequest = AllocateZeroPool (MaxLen * sizeof (CHAR16));
1967 Value = AllocateZeroPool (BufferLen);
1979 Value = AllocateZeroPool (BufferLen * sizeof (CHAR16));
2015 ConfigResp = AllocateZeroPool (MaxLen * sizeof (CHAR16));
2934 *RestoreConfigRequest = AllocateZeroPool (TotalSize);
2942 *SyncConfigRequest = AllocateZeroPool (SyncSize);
2977 StringBuffer = AllocateZeroPool (256 * sizeof (CHAR16));
3016 StringBuffer = AllocateZeroPool (256 * sizeof (CHAR16));
5237 NewStr = AllocateZeroPool (MaxLen * sizeof (CHAR16));
5438 ConfigRequest = AllocateZeroPool (StrLen);
6286 HotKey = AllocateZeroPool (sizeof (BROWSER_HOT_KEY));