Lines Matching defs:res
25 int res;
28 res = vscnprintf(buf, sizeof(buf), fmt, args);
31 return simple_read_from_buffer(userbuf, count, ppos, buf, res);
569 int q, res = 0;
573 res += sprintf(buf + res, "%02d: %#.8lx/%d\n", q,
578 return simple_read_from_buffer(user_buf, count, ppos, buf, res);
595 int res;
598 res = drv_get_stats(local, &stats);
600 if (res)
601 return res;
602 res = printvalue(&stats, buf, sizeof(buf));
603 return simple_read_from_buffer(userbuf, count, ppos, buf, res);