Searched refs:lengthtocopy (Results 1 – 1 of 1) sorted by relevance
67 int lengthtocopy; in infoblock_read() local115 lengthtocopy = INFOBLOCK_LINE_SIZE - INFOBLOCK_LINE_OVERHEAD; in infoblock_read()118 lengthtocopy = INFOBLOCK_LINE_SIZE; in infoblock_read()143 lengthtocopy = INFOBLOCK_LINE_SIZE - INFOBLOCK_LINE_OVERHEAD; in infoblock_read()151 if (lengthtocopy > length) { in infoblock_read()152 lengthtocopy = length; in infoblock_read()154 memcpy(data, oneinfoblockline, lengthtocopy); in infoblock_read()155 data += lengthtocopy; in infoblock_read()156 length -= lengthtocopy; in infoblock_read()