Home
last modified time | relevance | path

Searched refs:LengthField (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Ddtsubtable.c484 if (!Subtable->LengthField) in DtSetSubtableLength()
489 memcpy (Subtable->LengthField, &Subtable->TotalLength, in DtSetSubtableLength()
H A Ddtutils.c818 if (ChildTable->LengthField) in DtSetTableLength()
831 if (ParentTable->LengthField) in DtSetTableLength()
849 if (ParentTable->LengthField) in DtSetTableLength()
H A Ddtcompile.c737 Subtable->LengthField = Buffer; in DtCompileTable()
H A Ddtcompiler.h224 UINT8 *LengthField; member