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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c1785 SHELL_PARAM_ITEM *TempListItem; local
1808 for (TempListItem = (SHELL_PARAM_ITEM*)CheckList ; TempListItem->Name != NULL ; TempListItem++) {
1813 if (TempListItem->Type == TypeStart) {
1814 if (StrnCmp(Name, TempListItem->Name, StrLen(TempListItem->Name)) == 0) {
1815 *Type = TempListItem->Type;
1819 TempString = StrnCatGrow(&TempString, NULL, Name, StrLen(TempListItem->Name));
1821 if (StringNoCaseCompare(&TempString, &TempListItem
[all...]

Completed in 36 milliseconds