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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DBootScriptSave.h36 @param TableName The name of the script table. Currently, the only meaningful
50 IN UINT16 TableName,
59 @param TableName The name of the script table.
71 IN UINT16 TableName,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DParse.c22 @param[in] TableName The name of the table to find.
34 IN CONST CHAR16 *TableName,
51 ASSERT(TableName != NULL);
81 if (StrStr(TempLine, TableName) == TempLine) {
85 || (TableNameInstance == (UINTN)-1 && StrStr(TempLine, TableName) == TempLine)
142 CONST CHAR16 *TableName; local
178 TableName = ShellCommandLineGetRawValue(Package, 2);
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
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileTable.py29 def __init__(self, Cursor, MetaFile, FileType, TableName, Temporary = False):
33 TableName = "Inf"
36 TableName = "_%s_%s" % ("Dsc", uuid.uuid4().hex)
38 TableName = "Dsc"
40 TableName = "Dec"
42 Table.__init__(self, Cursor, TableName, 0, Temporary)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileTable.py43 TableName = "_%s_%s_%s" % (FileType, FileId, uuid.uuid4().hex)
45 TableName = "_%s_%s" % (FileType, FileId)
47 #Table.__init__(self, Cursor, TableName, FileId, False)
48 Table.__init__(self, Cursor, TableName, FileId, Temporary)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DMetaDataParser.py75 TableName = Table + str(Record[0])
76 TableList.append(TableName)
H A Dc.py58 def PrintErrorMsg(ErrorType, Msg, TableName, ItemId):
65 GetDB().TblReport.Insert(ErrorType, OtherMsg=Msg, BelongsToTable=TableName, BelongsToItem=ItemId)
2506 def CheckGeneralDoxygenCommentLayout(Str, StartLine, ErrorMsgList, CommentId= -1, TableName=''):
2510 PrintErrorMsg(ERROR_DOXYGEN_CHECK_FUNCTION_HEADER, 'Comment does NOT have prefix /** ', TableName, CommentId)
2513 PrintErrorMsg(ERROR_DOXYGEN_CHECK_FUNCTION_HEADER, 'Comment does NOT have tail **/ ', TableName, CommentId)
2518 PrintErrorMsg(ERROR_DOXYGEN_CHECK_FUNCTION_HEADER, 'in Comment, @retval appear before @param ', TableName, CommentId)
2520 def CheckFunctionHeaderConsistentWithDoxygenComment(FuncModifier, FuncHeader, FuncStartLine, CommentStr, CommentStartLine, ErrorMsgList, CommentId= -1, TableName=''):
2523 CheckGeneralDoxygenCommentLayout(CommentStr, CommentStartLine, ErrorMsgList, CommentId, TableName)
2527 PrintErrorMsg(ERROR_DOXYGEN_CHECK_COMMENT_DESCRIPTION, 'Comment description should end with period \'.\'', TableName, CommentId)
2541 PrintErrorMsg(ERROR_HEADER_CHECK_FUNCTION, 'in Comment, <%s> does NOT end with new line ' % (Tag.replace('\n', '').replace('\r', '')), TableName, CommentI
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsql.h544 SQLCHAR *TableName, SQLSMALLINT NameLength3,
733 SQLSMALLINT NameLength2, SQLCHAR *TableName,
740 SQLCHAR *TableName, SQLSMALLINT NameLength3,
746 SQLCHAR *TableName, SQLSMALLINT NameLength3,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsql.h544 SQLCHAR *TableName, SQLSMALLINT NameLength3,
733 SQLSMALLINT NameLength2, SQLCHAR *TableName,
740 SQLCHAR *TableName, SQLSMALLINT NameLength3,
746 SQLCHAR *TableName, SQLSMALLINT NameLength3,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A Dc.py79 # @param TableName: table name of error found
82 def PrintErrorMsg(ErrorType, Msg, TableName, ItemId):
89 GetDB().TblReport.Insert(ErrorType, OtherMsg = Msg, BelongsToTable = TableName, BelongsToItem = ItemId)
H A DParser.py176 TableName = Table + str(Record[0])
177 TableList.append([TableName, Record[1]])
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DACPI.c1774 UINT32 TableName[ 2 ]; local
1876 TableName[ 1 ] = 0;
1882 TableName[ 0 ] = *(UINT32 *)*pEntry;
1883 pWebPage = SignatureLookup ( &TableName[ 0 ], &pTableName );

Completed in 573 milliseconds