Searched defs:DpParamList (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDp.c47 SHELL_PARAM_ITEM *DpParamList = NULL; variable
104 DpParamList = AllocatePool (sizeof (SHELL_PARAM_ITEM) * ListLength);
105 ASSERT (DpParamList != NULL);
109 DpParamList[ListIndex].Name = HiiGetString (gHiiHandle, ParamList[ListIndex].Token, NULL);
110 DpParamList[ListIndex].Type = ParamList[ListIndex].Type;
112 DpParamList[ListIndex].Name = NULL;
113 DpParamList[ListIndex].Type = TypeMax;
263 Status = ShellCommandLineParse (DpParamList, &ParamPackage, NULL, TRUE);
438 while (DpParamList[ListIndex].Name != NULL) {
439 FreePool (DpParamList[ListInde
[all...]

Completed in 43 milliseconds