Lines Matching defs:bytes
200 int bytes = 0;
211 for (i = 0; i < hdr_len / 4 && bytes < PAGE_SIZE; i++)
212 bytes += scnprintf(buf + bytes, PAGE_SIZE - bytes,
216 for (i = 0; i < inlen / 4 && bytes < PAGE_SIZE; i++)
217 bytes += scnprintf(buf + bytes, PAGE_SIZE - bytes,
289 int bytes = 0;
302 for (i = 0; i < hdr_len && bytes < PAGE_SIZE; i++) {
304 bytes += scnprintf(buf + bytes, PAGE_SIZE - bytes,
308 for (i = 0; i < data_len && bytes < PAGE_SIZE; i++) {
311 bytes += scnprintf(buf + bytes, PAGE_SIZE - bytes,
905 * @inlen: Length of command parameters, in bytes. Must be a multiple
908 * @outlen: Length of response buffer, in bytes. If the actual
1030 * @inlen: Length of command parameters, in bytes
1031 * @outlen: Length to allocate for response buffer, in bytes