Searched refs:tbuf (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/kernel/ |
D | io.c | 30 u8 *tbuf = buf; in _insb() local 39 *tbuf++ = tmp; in _insb() 47 const u8 *tbuf = buf; in _outsb() local 53 *port = *tbuf++; in _outsb() 61 u16 *tbuf = buf; in _insw_ns() local 70 *tbuf++ = tmp; in _insw_ns() 78 const u16 *tbuf = buf; in _outsw_ns() local 84 *port = *tbuf++; in _outsw_ns() 92 u32 *tbuf = buf; in _insl_ns() local 101 *tbuf++ = tmp; in _insl_ns() [all …]
|
/arch/powerpc/platforms/cell/spufs/ |
D | sputrace.c | 55 static int sputrace_sprint(char *tbuf, int n) in sputrace_sprint() argument 61 return snprintf(tbuf, n, in sputrace_sprint() 80 char tbuf[128]; in sputrace_read() local 99 width = sputrace_sprint(tbuf, sizeof(tbuf)); in sputrace_read() 107 error = copy_to_user(buf + cnt, tbuf, width); in sputrace_read()
|
D | file.c | 2473 static int switch_log_sprint(struct spu_context *ctx, char *tbuf, int n) in switch_log_sprint() argument 2479 return snprintf(tbuf, n, "%u.%09u %d %u %u %llu\n", in switch_log_sprint() 2503 char tbuf[128]; in spufs_switch_log_read() local 2538 width = switch_log_sprint(ctx, tbuf, sizeof(tbuf)); in spufs_switch_log_read() 2548 error = copy_to_user(buf + cnt, tbuf, width); in spufs_switch_log_read()
|