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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DParse.c24 @param[in] TableNameInstance Which instance of the table to get (row).
36 IN CONST UINTN TableNameInstance,
84 if ( LoopVariable == TableNameInstance
85 || (TableNameInstance == (UINTN)-1 && StrStr(TempLine, TableName) == TempLine)
146 UINTN TableNameInstance; local
182 TableNameInstance = (UINTN)-1;
184 TableNameInstance = ShellStrToUintn(ShellCommandLineGetValue(Package, L"-i"));
192 ShellStatus = PerformParsing(FileName, TableName, ShellStrToUintn(ColumnString), TableNameInstance, ShellCommandInstance);
32 PerformParsing( IN CONST CHAR16 *FileName, IN CONST CHAR16 *TableName, IN CONST UINTN ColumnIndex, IN CONST UINTN TableNameInstance, IN CONST UINTN ShellCommandInstance ) argument

Completed in 97 milliseconds