Searched refs:Table (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-9.3-release/sys/contrib/dev/acpica/common/
H A Ddmtbdump.c65 * PARAMETERS: Table - A RSDP
76 ACPI_TABLE_HEADER *Table)
78 ACPI_TABLE_RSDP *Rsdp = ACPI_CAST_PTR (ACPI_TABLE_RSDP, Table);
85 AcpiDmDumpTable (Length, 0, Table, 0, AcpiDmTableInfoRsdp1);
102 AcpiDmDumpTable (Length, 0, Table, 0, AcpiDmTableInfoRsdp2);
124 * PARAMETERS: Table - A RSDT
134 ACPI_TABLE_HEADER *Table)
144 Array = ACPI_CAST_PTR (ACPI_TABLE_RSDT, Table)->TableOffsetEntry;
149 Entries = (Table->Length - sizeof (ACPI_TABLE_HEADER)) / sizeof (UINT32);
153 AcpiDmLineHeader2 (Offset, sizeof (UINT32), "ACPI Table Addres
75 AcpiDmDumpRsdp( ACPI_TABLE_HEADER *Table) argument
133 AcpiDmDumpRsdt( ACPI_TABLE_HEADER *Table) argument
173 AcpiDmDumpXsdt( ACPI_TABLE_HEADER *Table) argument
217 AcpiDmDumpFadt( ACPI_TABLE_HEADER *Table) argument
321 AcpiDmDumpAsf( ACPI_TABLE_HEADER *Table) argument
480 AcpiDmDumpCpep( ACPI_TABLE_HEADER *Table) argument
533 AcpiDmDumpDmar( ACPI_TABLE_HEADER *Table) argument
660 AcpiDmDumpEinj( ACPI_TABLE_HEADER *Table) argument
713 AcpiDmDumpErst( ACPI_TABLE_HEADER *Table) argument
766 AcpiDmDumpHest( ACPI_TABLE_HEADER *Table) argument
897 AcpiDmDumpIvrs( ACPI_TABLE_HEADER *Table) argument
1069 AcpiDmDumpMadt( ACPI_TABLE_HEADER *Table) argument
1179 AcpiDmDumpMcfg( ACPI_TABLE_HEADER *Table) argument
1237 AcpiDmDumpMsct( ACPI_TABLE_HEADER *Table) argument
1289 AcpiDmDumpSlic( ACPI_TABLE_HEADER *Table) argument
1364 AcpiDmDumpSlit( ACPI_TABLE_HEADER *Table) argument
1442 AcpiDmDumpSrat( ACPI_TABLE_HEADER *Table) argument
1528 AcpiDmDumpWdat( ACPI_TABLE_HEADER *Table) argument
[all...]
H A Dadisasm.c81 ACPI_TABLE_HEADER *Table);
206 /* Setup the Table Manager (cheat - there is no RSDT) */
245 ACPI_TABLE_HEADER *Table = NULL; local
256 Status = AcpiDbGetTableFromFile (Filename, &Table);
334 Status = AcpiGetTable (ACPI_SIG_DSDT, 0, &Table);
343 Prefix = AdGenerateFilename ("dsdt", Table->OemTableId);
374 if (!AcpiUtIsAmlTable (Table))
377 AcpiOsPrintf (" * ACPI Data Table [%4.4s]\n *\n",
378 Table->Signature);
381 AcpiDmDumpDataTable (Table);
566 AdCreateTableHeader( char *Filename, ACPI_TABLE_HEADER *Table) argument
664 AdDisplayTables( char *Filename, ACPI_TABLE_HEADER *Table) argument
1032 AdParseTable( ACPI_TABLE_HEADER *Table, ACPI_OWNER_ID *OwnerId, BOOLEAN LoadTable, BOOLEAN External) argument
[all...]
H A Ddmtable.c96 "Get Trigger Table",
255 * ACPI Table Data, indexed by signature.
257 * Each entry contains: Signature, Table Info, Handler, DtHandler,
269 {ACPI_SIG_BOOT, AcpiDmTableInfoBoot, NULL, NULL, TemplateBoot, "Simple Boot Flag Table"},
270 {ACPI_SIG_BERT, AcpiDmTableInfoBert, NULL, NULL, TemplateBert, "Boot Error Record Table"},
274 {ACPI_SIG_ECDT, AcpiDmTableInfoEcdt, NULL, NULL, TemplateEcdt, "Embedded Controller Boot Resources Table"},
276 {ACPI_SIG_ERST, NULL, AcpiDmDumpErst, DtCompileErst, TemplateErst, "Error Record Serialization Table"},
277 {ACPI_SIG_FADT, NULL, AcpiDmDumpFadt, DtCompileFadt, TemplateFadt, "Fixed ACPI Description Table"},
278 {ACPI_SIG_HEST, NULL, AcpiDmDumpHest, DtCompileHest, TemplateHest, "Hardware Error Source Table"},
281 {ACPI_SIG_MADT, NULL, AcpiDmDumpMadt, DtCompileMadt, TemplateMadt, "Multiple APIC Description Table"},
318 AcpiDmGenerateChecksum( void *Table, UINT32 Length, UINT8 OriginalChecksum) argument
386 AcpiDmDumpDataTable( ACPI_TABLE_HEADER *Table) argument
595 AcpiDmDumpTable( UINT32 TableLength, UINT32 TableOffset, void *Table, UINT32 SubtableLength, ACPI_DMTABLE_INFO *Info) argument
[all...]
H A Dadfile.c148 * PARAMETERS: Table - pointer to the ACPI table
161 ACPI_TABLE_HEADER *Table,
170 AdWriteBuffer (Filename, (char *) Table, Length);
172 AcpiOsPrintf ("Table [%s] written to \"%s\"\n", TableName, Filename);
160 AdWriteTable( ACPI_TABLE_HEADER *Table, UINT32 Length, char *TableName, char *OemTableId) argument
/freebsd-9.3-release/sys/contrib/dev/acpica/debugger/
H A Ddbfileio.c77 UINT8 *Table,
155 * PARAMETERS: Table - Table buffer
169 UINT8 *Table,
188 if (Table[i] == 0x0A)
190 if (Table[i - 1] != 0x0D)
219 AcpiOsPrintf ("Table has been corrupted by text mode conversion\n");
221 AcpiOsPrintf ("Table cannot be repaired!\n");
231 * Table - Return value, buffer with table
243 ACPI_TABLE_HEADER **Table,
168 AcpiDbCheckTextModeCorruption( UINT8 *Table, UINT32 TableLength, UINT32 FileLength) argument
241 AcpiDbReadTable( FILE *fp, ACPI_TABLE_HEADER **Table, UINT32 *TableLength) argument
398 AeLocalLoadTable( ACPI_TABLE_HEADER *Table) argument
470 AcpiDbReadTableFromFile( char *Filename, ACPI_TABLE_HEADER **Table) argument
525 ACPI_TABLE_HEADER *Table; local
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/tables/
H A Dtbutils.c189 * PARAMETERS: Address - Table physical address
190 * Header - Table header
253 * PARAMETERS: Table - ACPI table to verify
265 ACPI_TABLE_HEADER *Table,
273 Checksum = AcpiTbChecksum (ACPI_CAST_PTR (UINT8, Table), Length);
281 Table->Signature, Table->Checksum,
282 (UINT8) (Table->Checksum - Checksum)));
411 * Signature - Table signature, NULL if no need to
459 "%4.4s @ 0x%p Table overrid
264 AcpiTbVerifyChecksum( ACPI_TABLE_HEADER *Table, UINT32 Length) argument
615 ACPI_TABLE_HEADER *Table; local
[all...]
H A Dtbfadt.c75 /* Table for conversion of FADT to common internal format and FADT validation */
154 /* Table used to split Event Blocks into separate status/enable registers */
245 ACPI_TABLE_HEADER *Table; local
257 Table = AcpiOsMapMemory (
259 if (!Table)
268 (void) AcpiTbVerifyChecksum (Table, Length);
272 AcpiTbCreateLocalFadt (Table, Length);
276 AcpiOsUnmapMemory (Table, Length);
292 * PARAMETERS: Table - Pointer to BIOS FADT
306 ACPI_TABLE_HEADER *Table,
305 AcpiTbCreateLocalFadt( ACPI_TABLE_HEADER *Table, UINT32 Length) argument
[all...]
H A Dtbxface.c97 * AllowRealloc - Flag to tell Table Manager if resize of
128 * Set up the Root Table Array
141 /* Root Table Array has been statically allocated by the host */
165 * Root Table Array. This array contains the information of the RSDT/XSDT
183 * DESCRIPTION: Reallocate Root Table List into dynamic memory. Copies the
402 * PARAMETERS: TableIndex - Table index
403 * Table - Where the pointer to the table is returned
414 ACPI_TABLE_HEADER **Table)
424 if (!Table)
441 /* Table i
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dacdisasm.h60 #define ACPI_RAW_TABLE_DATA_HEADER "Raw Table Data"
137 ACPI_TABLE_HEADER *Table);
295 void *Table,
305 ACPI_TABLE_HEADER *Table);
311 void *Table,
334 ACPI_TABLE_HEADER *Table);
338 ACPI_TABLE_HEADER *Table);
342 ACPI_TABLE_HEADER *Table);
346 ACPI_TABLE_HEADER *Table);
350 ACPI_TABLE_HEADER *Table);
[all...]
H A Dactables.h61 ACPI_TABLE_HEADER *Table,
77 * tbinstal - Table removal and deletion
95 ACPI_TABLE_HEADER *Table,
158 ACPI_TABLE_HEADER *Table,
H A Dacapps.h133 ACPI_TABLE_HEADER *Table,
141 ACPI_TABLE_HEADER *Table);
202 ACPI_TABLE_HEADER *Table,
H A Dacdebug.h319 ACPI_TABLE_HEADER **Table);
324 ACPI_TABLE_HEADER **Table);
/freebsd-9.3-release/sys/contrib/dev/acpica/executer/
H A Dexconfig.c77 * PARAMETERS: Table - Pointer to raw table
175 ACPI_TABLE_HEADER *Table; local
203 /* Table not found, return an Integer=0 and AE_OK */
286 Status = AcpiGetTableByIndex (TableIndex, &Table);
289 ACPI_INFO ((AE_INFO, "Dynamic OEM Table Load:"));
290 AcpiTbPrintTableHeader (0, Table);
297 (void) AcpiGbl_TableHandler (ACPI_TABLE_EVENT_LOAD, Table,
381 ACPI_TABLE_HEADER *Table; local
424 Table = ACPI_ALLOCATE (sizeof (ACPI_TABLE_HEADER));
425 if (!Table)
623 ACPI_TABLE_HEADER *Table; local
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/namespace/
H A Dnsparse.c82 ACPI_TABLE_HEADER *Table; local
112 Status = AcpiGetTableByIndex (TableIndex, &Table);
120 /* Table must consist of at least a complete header */
122 if (Table->Length < sizeof (ACPI_TABLE_HEADER))
128 AmlStart = (UINT8 *) Table + sizeof (ACPI_TABLE_HEADER);
129 AmlLength = Table->Length - sizeof (ACPI_TABLE_HEADER);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp157 typedef AnalyzerOptions::ConfigTable Table; typedef in class:__anon3414::ConfigDumper
159 static int compareEntry(const Table::MapEntryTy *const *LHS,
160 const Table::MapEntryTy *const *RHS) {
168 const Table &Config = mgr.options.Config;
170 SmallVector<const Table::MapEntryTy *, 32> Keys;
171 for (Table::const_iterator I = Config.begin(), E = Config.end(); I != E;
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp71 DecoderTable Table; member in struct:__anon3594::DecoderTableInfo
100 void emitTable(formatted_raw_ostream &o, DecoderTable &Table,
609 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, argument
625 Table[FixupIdx] = (uint8_t)Delta;
626 Table[FixupIdx + 1] = (uint8_t)(Delta >> 8);
633 TableInfo.Table.push_back(MCD::OPC_ExtractField);
634 TableInfo.Table.push_back(StartBit);
635 TableInfo.Table.push_back(NumBits);
642 DecoderTable &Table = TableInfo.Table; local
721 emitTable(formatted_raw_ostream &OS, DecoderTable &Table, unsigned Indentation, unsigned BitWidth, StringRef Namespace) const argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DBuiltins.cpp69 void Builtin::Context::InitializeBuiltins(IdentifierTable &Table, argument
74 Table.get(BuiltinInfo[i].Name).setBuiltinID(i);
80 Table.get(TSRecords[i].Name).setBuiltinID(i+Builtin::FirstTSBuiltin);
96 void Builtin::Context::ForgetBuiltin(unsigned ID, IdentifierTable &Table) { argument
97 Table.get(GetRecord(ID).Name).setBuiltinID(0);
H A DIdentifierTable.cpp122 const LangOptions &LangOpts, IdentifierTable &Table) {
149 Table.get(Keyword, AddResult == 3 ? tok::identifier : TokenCode);
158 IdentifierTable &Table) {
159 IdentifierInfo &Info = Table.get(Keyword, TokenCode);
167 IdentifierTable &Table) {
168 Table.get(Name).setObjCKeywordID(ObjCID);
271 fprintf(stderr, "\n*** Identifier Table Stats:\n");
483 llvm::FoldingSet<MultiKeywordSelector> Table; member in struct:clang::MultiKeywordSelector::__anon3061::SelectorTableImpl
526 SelTabImpl.Table.FindNodeOrInsertPos(ID, InsertPos))
536 SelTabImpl.Table
120 AddKeyword(StringRef Keyword, tok::TokenKind TokenCode, unsigned Flags, const LangOptions &LangOpts, IdentifierTable &Table) argument
156 AddCXXOperatorKeyword(StringRef Keyword, tok::TokenKind TokenCode, IdentifierTable &Table) argument
165 AddObjCKeyword(StringRef Name, tok::ObjCKeywordKind ObjCID, IdentifierTable &Table) argument
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/dispatcher/
H A Ddsinit.c177 ACPI_TABLE_HEADER *Table; local
221 Status = AcpiGetTableByIndex (TableIndex, &Table);
229 Table->Signature, OwnerId, Info.ObjectCount,
/freebsd-9.3-release/sys/contrib/dev/acpica/resources/
H A Drsdump.c114 ACPI_RSDUMP_INFO *Table);
324 * Table used to dump _PRT contents
351 ACPI_RSDUMP_INFO *Table)
361 Count = Table->Offset;
366 Target = ACPI_ADD_PTR (UINT8, Resource, Table->Offset);
367 Name = Table->Name;
369 switch (Table->Opcode)
375 if (Table->Name)
384 AcpiRsOutString (Name, ACPI_CAST_PTR (char, Table->Pointer));
413 Table
349 AcpiRsDumpDescriptor( void *Resource, ACPI_RSDUMP_INFO *Table) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DBuiltins.h78 void InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
148 void ForgetBuiltin(unsigned ID, IdentifierTable &Table);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dholds.py64 t = zfs.table.Table(fields, rjustfields)
H A Dtable.py27 class Table: class in inherits:
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp290 IdentifierIndexTable &Table local
292 IdentifierIndexTable::iterator Known = Table.find(Name);
293 if (Known == Table.end()) {
596 Table(InterestingIdentifierTable::Create(
599 for (InterestingIdentifierTable::data_iterator D = Table->data_begin(),
600 DEnd = Table->data_end();
850 IdentifierIndexTable &Table = local
852 return new GlobalIndexIdentifierIterator(Table);
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp301 const uint8_t *Table;
304 Table = DecoderTable16;
307 Table = DecoderTable32;
310 Table = DecoderTable48;
322 return decodeInstruction(Table, MI, Inst, Address, this, STI);

Completed in 235 milliseconds

123