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

/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c378 bit32 ReadLength = 0; local
497 ReadLength = MIN(EventLogLength - Offset, RequestLength);
499 osti_memcpy(&(agIOCTLPayload->FunctionSpecificArea), loc, ReadLength);
502 agIOCTLPayload->Length = (bit16)ReadLength;
542 ReadLength = MIN(EventLogLength - Offset, RequestLength);
544 osti_memcpy(&(agIOCTLPayload->FunctionSpecificArea), loc, ReadLength);
547 agIOCTLPayload->Length = (bit16)ReadLength;

Completed in 51 milliseconds