Home
last modified time | relevance | path

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

/acpica-latest/source/components/dispatcher/
Ddsobject.c305 UINT32 ByteListLength = 0; in AcpiDsBuildInternalBufferObj() local
349 ByteListLength = (UINT32) ByteList->Common.Value.Integer; in AcpiDsBuildInternalBufferObj()
358 if (ByteListLength > BufferLength) in AcpiDsBuildInternalBufferObj()
360 ObjDesc->Buffer.Length = ByteListLength; in AcpiDsBuildInternalBufferObj()
386 ByteListLength); in AcpiDsBuildInternalBufferObj()