Searched defs:Table (Results 1 - 25 of 39) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DInstallConfigurationTable.c2 System Management System Table Services SmmInstallConfigurationTable service
24 Table. The list is stored as an array of (GUID, Pointer) pairs. The list
27 @param SystemTable A pointer to the SMM System Table (SMST).
29 @param Table A pointer to the buffer of the table to add.
32 @retval EFI_SUCCESS The (Guid, Table) pair was added, updated, or removed.
43 IN VOID *Table,
72 if (Table != NULL) {
74 // If Table is not NULL, then this is a modify operation.
77 ConfigurationTable[Index].VendorTable = Table;
82 // A match was found and Table i
40 SmmInstallConfigurationTable( IN CONST EFI_SMM_SYSTEM_TABLE2 *SystemTable, IN CONST EFI_GUID *Guid, IN VOID *Table, IN UINTN TableSize ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTableFunction.py18 from Table import Table namespace
25 # @param Table: Inherited from Table class
27 class TableFunction(Table):
29 Table.__init__(self, Cursor)
30 self.Table = 'Function'
66 )""" % self.Table
67 Table.Create(self, SqlCommand)
92 % (self.Table, sel
[all...]
H A DTableIdentifier.py19 from Table import Table namespace
28 class TableIdentifier(Table):
30 Table.__init__(self, Cursor)
31 self.Table = 'Identifier'
63 )""" % self.Table
64 Table.Create(self, SqlCommand)
87 % (self.Table, self.ID, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn)
88 Table.Insert(self, SqlCommand)
H A DTablePcd.py18 from Table import Table namespace
28 class TablePcd(Table):
30 Table.__init__(self, Cursor)
31 self.Table = 'Pcd'
63 )""" % self.Table
64 Table.Create(self, SqlCommand)
87 % (self.Table, self.ID, CName, TokenSpaceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn)
88 Table.Insert(self, SqlCommand)
H A DTableQuery.py19 from Table import Table namespace
28 class TableQuery(Table):
30 Table.__init__(self, Cursor)
31 self.Table = 'Query'
49 )""" % self.Table
50 Table.Create(self, SqlCommand)
65 % (self.Table, self.ID, Name, Modifier, Value, Model)
66 Table.Insert(self, SqlCommand)
H A DTable.py28 class Table(object): class in inherits:object
31 self.Table = ''
55 EdkLogger.verbose("\nQuery tabel %s started ..." % self.Table)
56 SqlCommand = """select * from %s""" % self.Table
62 EdkLogger.verbose("*** Total %s records in table %s ***" % (TotalCount, self.Table) )
63 EdkLogger.verbose("Query tabel %s DONE!" % self.Table)
70 SqlCommand = """drop table IF EXISTS %s""" % self.Table
72 EdkLogger.verbose("Drop tabel %s ... DONE!" % self.Table)
81 SqlCommand = """select count(ID) from %s""" % self.Table
H A DTableDataModel.py19 from Table import Table namespace
29 class TableDataModel(Table):
31 Table.__init__(self, Cursor)
32 self.Table = 'DataModel'
48 )""" % self.Table
49 Table.Create(self, SqlCommand)
63 SqlCommand = """insert into %s values(%s, %s, '%s', '%s')""" % (self.Table, self.ID, CrossIndex, Name, Description)
64 Table.Insert(self, SqlCommand)
H A DTableDec.py19 from Table import Table namespace
29 class TableDec(Table):
31 Table.__init__(self, Cursor)
32 self.Table = 'Dec'
66 )""" % self.Table
67 Table.Create(self, SqlCommand)
91 % (self.Table, self.ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
92 Table.Insert(self, SqlCommand)
105 and Enabled > -1""" % (self.Table, Mode
[all...]
H A DTableDsc.py19 from Table import Table namespace
29 class TableDsc(Table):
31 Table.__init__(self, Cursor)
32 self.Table = 'Dsc'
66 )""" % self.Table
67 Table.Create(self, SqlCommand)
91 % (self.Table, self.ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
92 Table.Insert(self, SqlCommand)
105 and Enabled > -1""" % (self.Table, Mode
[all...]
H A DTableEotReport.py19 from Table import Table namespace
31 class TableEotReport(Table):
33 Table.__init__(self, Cursor)
34 self.Table = 'Report'
56 )""" % self.Table
57 Table.Create(self, SqlCommand)
68 % (self.Table, self.ID, ModuleID, ModuleName, ModuleGuid, SourceFileID, SourceFileFullPath, \
70 Table.Insert(self, SqlCommand)
73 SqlCommand = """select max(ID) from %s""" % self.Table
[all...]
H A DTableFdf.py19 from Table import Table namespace
29 class TableFdf(Table):
31 Table.__init__(self, Cursor)
32 self.Table = 'Fdf'
67 )""" % self.Table
68 Table.Create(self, SqlCommand)
92 % (self.Table, self.ID, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
93 Table.Insert(self, SqlCommand)
106 and Enabled > -1""" % (self.Table, Mode
[all...]
H A DTableFile.py18 from Table import Table namespace
29 class TableFile(Table):
31 Table.__init__(self, Cursor)
32 self.Table = 'File'
54 )""" % self.Table
55 Table.Create(self, SqlCommand)
73 % (self.Table, self.ID, Name, ExtName, Path, FullPath, Model, TimeStamp)
74 Table.Insert(self, SqlCommand)
100 QueryScript = "select ID from %s where FullPath = '%s'" % (self.Table, st
[all...]
H A DTableInf.py19 from Table import Table namespace
29 class TableInf(Table):
31 Table.__init__(self, Cursor)
32 self.Table = 'Inf'
70 )""" % self.Table
71 Table.Create(self, SqlCommand)
97 % (self.Table, self.ID, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
98 Table.Insert(self, SqlCommand)
111 and Enabled > -1""" % (self.Table, Mode
[all...]
H A DTableReport.py19 from Table import Table namespace
31 class TableReport(Table):
33 Table.__init__(self, Cursor)
34 self.Table = 'Report'
55 )""" % self.Table
56 Table.Create(self, SqlCommand)
73 % (self.Table, self.ID, ErrorID, ConvertToSqlString2(OtherMsg), BelongsToTable, BelongsToItem, Enabled, Corrected)
74 Table.Insert(self, SqlCommand)
84 where Enabled > -1 order by ErrorID, BelongsToItem""" % (self.Table)
[all...]
/vbox/src/VBox/ValidationKit/testanalysis/
H A Dreporting.py64 class Table(object): class in inherits:object
201 aoTables.append(Table(oCurTest, fSplitDiff));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/
H A DDebugImageInfo.c32 Creates and initializes the DebugImageInfo Table. Also creates the configuration
131 // Configuration Table
139 Update the CRC32 in the Debug Table.
158 Adds a new DebugImageInfo structure to the DebugImageInfo Table. Re-Allocates
174 EFI_DEBUG_IMAGE_INFO *Table; local
184 Table = mDebugInfoTableHeader.EfiDebugImageInfoTable;
188 // We still have empty entires in the Table, find the first empty entry.
191 while (Table[Index].NormalImage != NULL) {
200 // Table is full, so re-allocate another page for a larger table...
211 CopyMem (NewTable, Table, TableSiz
262 EFI_DEBUG_IMAGE_INFO *Table; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgSmm/
H A DTcgSmm.c228 @param[in, out] Table The TPM item in ACPI table.
237 EFI_ACPI_DESCRIPTION_HEADER *Table,
251 for (OpRegion = (AML_OP_REGION_32_8 *) (Table + 1);
252 OpRegion <= (AML_OP_REGION_32_8 *) ((UINT8 *) Table + Table->Length);
286 EFI_ACPI_DESCRIPTION_HEADER *Table; local
293 (VOID **) &Table,
298 ASSERT (Table->OemTableId == SIGNATURE_64 ('T', 'c', 'g', 'T', 'a', 'b', 'l', 'e'));
299 mTcgNvs = AssignOpRegion (Table, SIGNATURE_32 ('T', 'N', 'V', 'S'), (UINT16) sizeof (TCG_NVS));
311 Table,
236 AssignOpRegion( EFI_ACPI_DESCRIPTION_HEADER *Table, UINT32 Name, UINT16 Size ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaDataTable.py36 class Table(object): class in inherits:object
44 self.Table = Name
50 return self.Table
61 SqlCommand = """create temp table IF NOT EXISTS %s (%s)""" % (self.Table, self._COLUMN_)
63 SqlCommand = """create table IF NOT EXISTS %s (%s)""" % (self.Table, self._COLUMN_)
77 SqlCommand = "insert into %s values(%s, %s)" % (self.Table, self.ID, Values)
87 SqlCommand = """select * from %s""" % self.Table
98 SqlCommand = """drop table IF EXISTS %s""" % self.Table
111 SqlCommand = """select count(ID) from %s""" % self.Table
116 SqlCommand = """select max(ID) from %s""" % self.Table
[all...]
H A DMetaFileTable.py22 from MetaDataTable import Table namespace
27 class MetaFileTable(Table):
42 Table.__init__(self, Cursor, TableName, 0, Temporary)
89 return Table.Insert(
123 SqlCommand = "SELECT %s FROM %s WHERE %s" % (ValueString, self.Table, ConditionString)
171 return Table.Insert(
202 SqlCommand = "SELECT %s FROM %s WHERE %s" % (ValueString, self.Table, ConditionString)
252 return Table.Insert(
297 SqlCommand = "SELECT %s FROM %s WHERE %s" % (ValueString, self.Table, ConditionString)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileTable.py21 from MetaDataTable import Table, TableFile namespace
26 class MetaFileTable(Table):
47 #Table.__init__(self, Cursor, TableName, FileId, False)
48 Table.__init__(self, Cursor, TableName, FileId, Temporary)
54 Result = self.Cur.execute("select ID from %s where ID<0" % (self.Table)).fetchall()
113 return Table.Insert(
146 SqlCommand = "SELECT %s FROM %s WHERE %s" % (ValueString, self.Table, ConditionString)
193 return Table.Insert(
223 SqlCommand = "SELECT %s FROM %s WHERE %s" % (ValueString, self.Table, ConditionString)
272 return Table
[all...]
H A DMetaDataTable.py36 class Table(object): class in inherits:object
44 self.Table = Name
50 return self.Table
61 SqlCommand = """create temp table IF NOT EXISTS %s (%s)""" % (self.Table, self._COLUMN_)
63 SqlCommand = """create table IF NOT EXISTS %s (%s)""" % (self.Table, self._COLUMN_)
77 SqlCommand = "insert into %s values(%s, %s)" % (self.Table, self.ID, Values)
87 SqlCommand = """select * from %s""" % self.Table
98 SqlCommand = """drop table IF EXISTS %s""" % self.Table
108 SqlCommand = """select count(ID) from %s""" % self.Table
113 SqlCommand = """select max(ID) from %s""" % self.Table
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
H A DAcpiSupport.h47 // ACPI Table Linked List Signature.
52 // ACPI Table Linked List Entry definition.
57 // Table is a pointer to the table.
66 EFI_ACPI_COMMON_HEADER *Table; member in struct:__anon10484
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConOut.c828 UNICODE_TO_CHAR *Table; local
838 for (Table = UnicodeToPcAnsiOrAscii; Table->Unicode != 0x0000; Table++) {
839 if (Graphic == Table->Unicode) {
841 *PcAnsi = Table->PcAnsi;
845 *Ascii = Table->Ascii;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Route.c467 IP4_ROUTE_TABLE *Table; local
473 for (Table = RtTable; Table != NULL; Table = Table->Next) {
474 NET_LIST_FOR_EACH (Entry, &Table->RouteArea[Index]) {
607 EFI_IP4_ROUTE_TABLE *Table; local
630 Table = AllocatePool (sizeof (EFI_IP4_ROUTE_TABLE) * Count);
632 if (Table == NULL) {
649 EFI_IP4 (Table[Coun
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiIbft.c2 Implementation for iSCSI Boot Firmware Table publication.
21 Initialize the header of the iSCSI Boot Firmware Table.
23 @param[out] Header The header of the iSCSI Boot Firmware Table.
46 Initialize the control section of the iSCSI Boot Firmware Table.
48 @param[in] Table The ACPI table.
53 IN EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_HEADER *Table
59 Control = (EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE *) (Table + 1);
120 Fill the Initiator section of the iSCSI Boot Firmware Table.
122 @param[in] Table The ACPI table.
128 IN EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_HEADER *Table,
127 IScsiFillInitiatorSection( IN EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_HEADER *Table, IN OUT UINT8 **Heap ) argument
196 IScsiFillNICAndTargetSections( IN EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_HEADER *Table, IN OUT UINT8 **Heap ) argument
456 EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_HEADER *Table; local
[all...]

Completed in 55 milliseconds

12