Home | History | Annotate | Download | only in compiler

Lines Matching refs:Subtable

173     DT_SUBTABLE             *Subtable,
186 DT_SUBTABLE *Subtable,
192 DT_SUBTABLE *Subtable,
873 * DESCRIPTION: Write one subtable of a binary ACPI table
879 DT_SUBTABLE *Subtable,
884 FlWriteFile (ASL_FILE_AML_OUTPUT, Subtable->Buffer, Subtable->Length);
1062 * DESCRIPTION: Info - dump a subtable tree entry with extra information.
1063 * Tree - dump a subtable tree formatted by depth indentation.
1069 DT_SUBTABLE *Subtable,
1076 Subtable->Depth, Subtable->Name, Subtable->Length, Subtable->TotalLength,
1077 Subtable->SizeOfLengthField, Subtable->Flags, Subtable,
1078 Subtable->Parent, Subtable->Child, Subtable->Peer);
1083 DT_SUBTABLE *Subtable,
1090 Subtable->Depth, Subtable->Name, (4 * Subtable->Depth), " ",
1091 Subtable, Subtable->Length, Subtable->TotalLength, *Subtable->Buffer);
1104 * dump the subtable list in formatted tree format. Assists with
1120 "Subtable Info:\n"
1126 "\nSubtable Tree: (Depth, Name, Subtable, Length, TotalLength, Integer Value)\n\n");