Searched refs:ShellCommandInstance (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DParse.c25 @param[in] ShellCommandInstance Which instance of the command to get.
37 IN CONST UINTN ShellCommandInstance
60 for (LoopVariable = 0 ; LoopVariable < ShellCommandInstance && !ShellFileHandleEof(FileHandle);) {
70 if (LoopVariable == ShellCommandInstance) {
145 UINTN ShellCommandInstance; local
187 ShellCommandInstance = 1;
189 ShellCommandInstance = ShellStrToUintn(ShellCommandLineGetValue(Package, L"-s"));
192 ShellStatus = PerformParsing(FileName, TableName, ShellStrToUintn(ColumnString), TableNameInstance, ShellCommandInstance);

Completed in 65 milliseconds