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

/freebsd-11.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c271 UINT32 ByteListLength = 0; local
315 ByteListLength = (UINT32) ByteList->Common.Value.Integer;
324 if (ByteListLength > BufferLength)
326 ObjDesc->Buffer.Length = ByteListLength;
352 ByteListLength);

Completed in 24 milliseconds