Searched refs:Subtable (Results 1 – 8 of 8) sorted by relevance
| /third_party/lib/acpica/source/compiler/ |
| A D | dttable1.c | 504 if (Subtable && Subtable->Length) in DtCompileDbg2() 713 &Subtable, TRUE); in DtCompileDrtm() 731 &Subtable, TRUE); in DtCompileDrtm() 752 if (!Subtable) in DtCompileDrtm() 767 &Subtable, TRUE); in DtCompileDrtm() 789 if (!Subtable) in DtCompileDrtm() 805 &Subtable, TRUE); in DtCompileDrtm() 895 &Subtable, TRUE); in DtCompileGtdt() 1091 &Subtable, TRUE); in DtCompileHest() 1238 &Subtable, TRUE); in DtCompileIort() [all …]
|
| A D | dtsubtable.c | 85 Subtable->Length = Length; in DtCreateSubtable() 86 Subtable->TotalLength = Length; in DtCreateSubtable() 88 *RetSubtable = Subtable; in DtCreateSubtable() 113 Subtable->Peer = NULL; in DtInsertSubtable() 158 Gbl_SubtableStack = Subtable; in DtPushSubtable() 181 Subtable = Gbl_SubtableStack; in DtPopSubtable() 183 if (Subtable) in DtPopSubtable() 264 if (!Subtable) in DtGetParentSubtable() 269 return (Subtable->Parent); in DtGetParentSubtable() 377 if (!Subtable->LengthField) in DtSetSubtableLength() [all …]
|
| A D | dttable2.c | 87 &Subtable, TRUE); in DtCompileLpit() 155 &Subtable, TRUE); in DtCompileMadt() 526 &Subtable, TRUE); in DtCompileNfit() 722 &Subtable, TRUE); in DtCompilePcct() 1111 &Subtable, TRUE); in DtCompileSlit() 1167 &Subtable, TRUE); in DtCompileSrat() 1260 &Subtable, TRUE); in DtCompileStao() 1314 &Subtable, TRUE); in DtCompileTcpa() 1431 &Subtable, TRUE); in DtCompileUefi() 1530 &Subtable, TRUE); in DtCompileWpbt() [all …]
|
| A D | dttable.c | 69 DT_SUBTABLE *Subtable; in DtCompileRsdp() local 92 &Subtable, TRUE); in DtCompileRsdp() 128 DT_SUBTABLE *Subtable; in DtCompileFadt() local 136 &Subtable, TRUE); in DtCompileFadt() 143 DtInsertSubtable (ParentTable, Subtable); in DtCompileFadt() 151 &Subtable, TRUE); in DtCompileFadt() 162 &Subtable, TRUE); in DtCompileFadt() 173 &Subtable, TRUE); in DtCompileFadt() 185 &Subtable, TRUE); in DtCompileFadt() 215 DT_SUBTABLE *Subtable; in DtCompileFacs() local [all …]
|
| A D | dtcompile.c | 383 Subtable = NULL; in DtCompileDataTable() 385 &Subtable, TRUE); in DtCompileDataTable() 479 Subtable->Length = Length; in DtCompileTable() 480 Subtable->TotalLength = Length; in DtCompileTable() 481 Buffer = Subtable->Buffer; in DtCompileTable() 630 *RetSubtable = Subtable; in DtCompileTable() 634 ACPI_FREE (Subtable->Buffer); in DtCompileTable() 635 ACPI_FREE (Subtable); in DtCompileTable() 722 Subtable->Length = Length; in DtCompilePadding() 723 Subtable->TotalLength = Length; in DtCompilePadding() [all …]
|
| A D | dtio.c | 70 DT_SUBTABLE *Subtable, 83 DT_SUBTABLE *Subtable, 89 DT_SUBTABLE *Subtable, 793 DT_SUBTABLE *Subtable, in DtWriteBinary() argument 798 FlWriteFile (ASL_FILE_AML_OUTPUT, Subtable->Buffer, Subtable->Length); in DtWriteBinary() 983 DT_SUBTABLE *Subtable, in DtDumpSubtableInfo() argument 990 Subtable->Depth, Subtable->Name, Subtable->Length, Subtable->TotalLength, in DtDumpSubtableInfo() 991 Subtable->SizeOfLengthField, Subtable->Flags, Subtable, in DtDumpSubtableInfo() 992 Subtable->Parent, Subtable->Child, Subtable->Peer); in DtDumpSubtableInfo() 1004 Subtable->Depth, Subtable->Name, (4 * Subtable->Depth), " ", in DtDumpSubtableTree() [all …]
|
| A D | dtcompiler.h | 240 DT_SUBTABLE *Subtable); 244 DT_SUBTABLE *Subtable); 257 DT_SUBTABLE *Subtable); 266 DT_SUBTABLE *Subtable); 345 DT_SUBTABLE *Subtable,
|
| A D | dtutils.c | 55 DT_SUBTABLE *Subtable, 666 DT_SUBTABLE *Subtable, in DtSum() argument 674 Checksum = AcpiTbChecksum (Subtable->Buffer, Subtable->Length); in DtSum()
|
Completed in 14 milliseconds