Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsobject.c271 UINT32 ByteListLength = 0; in AcpiDsBuildInternalBufferObj() local
315 ByteListLength = (UINT32) ByteList->Common.Value.Integer; in AcpiDsBuildInternalBufferObj()
324 if (ByteListLength > BufferLength) in AcpiDsBuildInternalBufferObj()
326 ObjDesc->Buffer.Length = ByteListLength; in AcpiDsBuildInternalBufferObj()
352 ByteListLength); in AcpiDsBuildInternalBufferObj()