Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsobject.c306 UINT32 ByteListLength = 0; in AcpiDsBuildInternalBufferObj() local
350 ByteListLength = (UINT32) ByteList->Common.Value.Integer; in AcpiDsBuildInternalBufferObj()
359 if (ByteListLength > BufferLength) in AcpiDsBuildInternalBufferObj()
361 ObjDesc->Buffer.Length = ByteListLength; in AcpiDsBuildInternalBufferObj()
387 ByteListLength); in AcpiDsBuildInternalBufferObj()