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

/freebsd-12-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c305 UINT32 ByteListLength = 0; local
349 ByteListLength = (UINT32) ByteList->Common.Value.Integer;
358 if (ByteListLength > BufferLength)
360 ObjDesc->Buffer.Length = ByteListLength;
386 ByteListLength);

Completed in 173 milliseconds