Lines Matching defs:bytes
161 size_t bytes;180 unsigned int bytes = min(i->bytes, size);182 if (copy_to_user(buf, i->buf, bytes))185 ret += bytes;186 buf += bytes;187 size -= bytes;188 i->bytes -= bytes;189 memmove(i->buf, i->buf + bytes, i->bytes);191 if (i->bytes)199 i->bytes = snprintf(i->buf, PAGE_SIZE, "%s\n", kbuf);