Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtsubtable.c489 if (!Subtable->LengthField) in DtSetSubtableLength()
494 memcpy (Subtable->LengthField, &Subtable->TotalLength, in DtSetSubtableLength()
H A Ddtutils.c905 if (ChildTable->LengthField) in DtSetTableLength()
918 if (ParentTable->LengthField) in DtSetTableLength()
936 if (ParentTable->LengthField) in DtSetTableLength()
H A Ddtcompiler.h235 UINT8 *LengthField; member
H A Ddtcompile.c816 Subtable->LengthField = Buffer; in DtCompileTable()