Lines Matching defs:buf
27 char buf[buflen]; \
30 res = scnprintf(buf, buflen, fmt "\n", ##value); \
31 return simple_read_from_buffer(userbuf, count, ppos, buf, res); \
56 char buf[buflen]; \
61 res = scnprintf(buf, buflen, fmt "\n", \
63 return simple_read_from_buffer(userbuf, count, ppos, buf, res); \
202 char buf[20];
207 res = scnprintf(buf, sizeof(buf), "%u\n", queue_len);
208 return simple_read_from_buffer(userbuf, count, ppos, buf, res);
221 char buf[3], status;
229 len = scnprintf(buf, sizeof(buf), "%c\n", status);
230 return simple_read_from_buffer(userbuf, count, ppos, buf, len);