Home
last modified time | relevance | path

Searched refs:ChildTable (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Ddtutils.c804 ChildTable = NULL; in DtSetTableLength()
815 ChildTable = DtGetNextSubtable (ParentTable, ChildTable); in DtSetTableLength()
816 if (ChildTable) in DtSetTableLength()
823 if (ChildTable->Child) in DtSetTableLength()
826 ChildTable = NULL; in DtSetTableLength()
839 ChildTable = ParentTable; in DtSetTableLength()
885 ChildTable = NULL; in DtWalkTableTree()
896 ChildTable = DtGetNextSubtable (ParentTable, ChildTable); in DtWalkTableTree()
897 if (ChildTable) in DtWalkTableTree()
901 if (ChildTable->Child) in DtWalkTableTree()
[all …]
H A Ddtsubtable.c217 DT_SUBTABLE *ChildTable; in DtInsertSubtable() local
234 ChildTable = ParentTable->Child; in DtInsertSubtable()
235 while (ChildTable->Peer) in DtInsertSubtable()
237 ChildTable = ChildTable->Peer; in DtInsertSubtable()
242 ChildTable->Peer = Subtable; in DtInsertSubtable()
336 DT_SUBTABLE *ChildTable) in DtGetNextSubtable() argument
341 if (!ChildTable) in DtGetNextSubtable()
350 return (ChildTable->Peer); in DtGetNextSubtable()
H A Ddtcompiler.h368 DT_SUBTABLE *ChildTable);