Searched refs:Subtable (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/compiler/
H A Ddtsubtable.c75 DT_SUBTABLE *Subtable; local
78 Subtable = UtLocalCalloc (sizeof (DT_SUBTABLE));
82 Subtable->Buffer = UtLocalCalloc (Length);
83 ACPI_MEMCPY (Subtable->Buffer, Buffer, Length);
85 Subtable->Length = Length;
86 Subtable->TotalLength = Length;
88 *RetSubtable = Subtable;
97 * Subtable - The new subtable to insert
108 DT_SUBTABLE *Subtable)
113 Subtable
106 DtInsertSubtable( DT_SUBTABLE *ParentTable, DT_SUBTABLE *Subtable) argument
152 DtPushSubtable( DT_SUBTABLE *Subtable) argument
177 DT_SUBTABLE *Subtable; local
259 DtGetParentSubtable( DT_SUBTABLE *Subtable) argument
359 DtSetSubtableLength( DT_SUBTABLE *Subtable) argument
[all...]
H A Ddttable.c107 DT_SUBTABLE *Subtable; local
112 Status = DtCompileTable (PFieldList, TableInfo1, &Subtable, TRUE);
119 DtInsertSubtable (ParentTable, Subtable);
123 Status = DtCompileTable (PFieldList, TableInfo2, &Subtable, FALSE);
129 DtInsertSubtable (ParentTable, Subtable);
152 DT_SUBTABLE *Subtable; local
170 DtCreateSubtable (ReservedBuffer, ReservedSize, &Subtable);
173 DtInsertSubtable (Gbl_RootTable, Subtable);
194 DT_SUBTABLE *Subtable; local
217 &Subtable, TRU
253 DT_SUBTABLE *Subtable; local
438 DT_SUBTABLE *Subtable; local
622 DT_SUBTABLE *Subtable; local
686 DT_SUBTABLE *Subtable; local
812 DT_SUBTABLE *Subtable; local
959 DT_SUBTABLE *Subtable; local
1114 DT_SUBTABLE *Subtable; local
1152 DT_SUBTABLE *Subtable; local
1221 DT_SUBTABLE *Subtable; local
1277 DT_SUBTABLE *Subtable; local
1405 DT_SUBTABLE *Subtable; local
1479 DT_SUBTABLE *Subtable; local
1516 DT_SUBTABLE *Subtable; local
[all...]
H A Ddtcompile.c272 DT_SUBTABLE *Subtable; local
354 Subtable = NULL;
356 &Subtable, TRUE);
362 DtInsertSubtable (Gbl_RootTable, Subtable);
408 DT_SUBTABLE *Subtable; local
428 Subtable = UtLocalCalloc (sizeof (DT_SUBTABLE));
432 Subtable->Buffer = UtLocalCalloc (Length);
434 Subtable->Length = Length;
435 Subtable->TotalLength = Length;
436 Buffer = Subtable
[all...]
H A Ddtcompiler.h192 DT_SUBTABLE *Subtable);
196 DT_SUBTABLE *Subtable);
209 DT_SUBTABLE *Subtable);
218 DT_SUBTABLE *Subtable);
297 DT_SUBTABLE *Subtable,
H A Ddtutils.c57 DT_SUBTABLE *Subtable,
636 * Subtable - Subtable
648 DT_SUBTABLE *Subtable,
656 Checksum = AcpiTbChecksum (Subtable->Buffer, Subtable->Length);
772 * PARAMETERS: StartTable - Subtable in the tree where walking begins
647 DtSum( DT_SUBTABLE *Subtable, void *Context, void *ReturnValue) argument
H A Ddtio.c75 DT_SUBTABLE *Subtable,
734 DT_SUBTABLE *Subtable,
739 FlWriteFile (ASL_FILE_AML_OUTPUT, Subtable->Buffer, Subtable->Length);
733 DtWriteBinary( DT_SUBTABLE *Subtable, void *Context, void *ReturnValue) argument

Completed in 162 milliseconds