Lines Matching defs:bytes
204 int bytes = 0;
215 for (i = 0; i < hdr_len / 4 && bytes < PAGE_SIZE; i++)
216 bytes += scnprintf(buf + bytes, PAGE_SIZE - bytes,
220 for (i = 0; i < inlen / 4 && bytes < PAGE_SIZE; i++)
221 bytes += scnprintf(buf + bytes, PAGE_SIZE - bytes,
293 int bytes = 0;
306 for (i = 0; i < hdr_len && bytes < PAGE_SIZE; i++) {
308 bytes += scnprintf(buf + bytes, PAGE_SIZE - bytes,
312 for (i = 0; i < data_len && bytes < PAGE_SIZE; i++) {
315 bytes += scnprintf(buf + bytes, PAGE_SIZE - bytes,
909 * @inlen: Length of command parameters, in bytes. Must be a multiple
912 * @outlen: Length of response buffer, in bytes. If the actual
1034 * @inlen: Length of command parameters, in bytes
1035 * @outlen: Length to allocate for response buffer, in bytes