Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Ddtsubtable.c484 if (!Subtable->LengthField) in DtSetSubtableLength()
489 memcpy (Subtable->LengthField, &Subtable->TotalLength, in DtSetSubtableLength()
H A Ddtutils.c828 if (ChildTable->LengthField) in DtSetTableLength()
841 if (ParentTable->LengthField) in DtSetTableLength()
859 if (ParentTable->LengthField) in DtSetTableLength()
H A Ddtcompiler.h235 UINT8 *LengthField; member
H A Ddtcompile.c750 Subtable->LengthField = Buffer; in DtCompileTable()