Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c507 UINT32 CurLength; in DtCompileApmt() local
514 CurLength = sizeof(ACPI_TABLE_HEADER); in DtCompileApmt()
562 CurLength += ApmtNode->Length; in DtCompileApmt()
567 if (Header->Length != CurLength) in DtCompileApmt()
570 Header->Length, CurLength); in DtCompileApmt()