Lines Matching defs:bytes
203 int bytes = 0;
214 for (i = 0; i < hdr_len / 4 && bytes < PAGE_SIZE; i++)
215 bytes += scnprintf(buf + bytes, PAGE_SIZE - bytes,
219 for (i = 0; i < inlen / 4 && bytes < PAGE_SIZE; i++)
220 bytes += scnprintf(buf + bytes, PAGE_SIZE - bytes,
292 int bytes = 0;
305 for (i = 0; i < hdr_len && bytes < PAGE_SIZE; i++) {
307 bytes += scnprintf(buf + bytes, PAGE_SIZE - bytes,
311 for (i = 0; i < data_len && bytes < PAGE_SIZE; i++) {
314 bytes += scnprintf(buf + bytes, PAGE_SIZE - bytes,
908 * @inlen: Length of command parameters, in bytes. Must be a multiple
911 * @outlen: Length of response buffer, in bytes. If the actual
1033 * @inlen: Length of command parameters, in bytes
1034 * @outlen: Length to allocate for response buffer, in bytes