Searched refs:tbuf (Results 1 – 3 of 3) sorted by relevance
/net/sunrpc/ |
D | cache.c | 1477 char tbuf[22]; in read_flush() local 1480 len = snprintf(tbuf, sizeof(tbuf), "%lu\n", in read_flush() 1482 return simple_read_from_buffer(buf, count, ppos, tbuf, len); in read_flush() 1489 char tbuf[20]; in write_flush() local 1493 if (*ppos || count > sizeof(tbuf)-1) in write_flush() 1495 if (copy_from_user(tbuf, buf, count)) in write_flush() 1497 tbuf[count] = 0; in write_flush() 1498 simple_strtoul(tbuf, &ep, 0); in write_flush()
|
/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 1383 char tbuf[20]; in write_gssp() local 1387 if (*ppos || count > sizeof(tbuf)-1) in write_gssp() 1389 if (copy_from_user(tbuf, buf, count)) in write_gssp() 1392 tbuf[count] = 0; in write_gssp() 1393 res = kstrtoul(tbuf, 0, &i); in write_gssp() 1413 char tbuf[10]; in read_gssp() local 1416 snprintf(tbuf, sizeof(tbuf), "%d\n", sn->use_gss_proxy); in read_gssp() 1417 len = strlen(tbuf); in read_gssp() 1423 if (copy_to_user(buf, (void *)(tbuf+p), len)) in read_gssp()
|
/net/ipv4/ |
D | arp.c | 1344 char tbuf[16]; in arp_format_neigh_entry() local 1366 sprintf(tbuf, "%pI4", n->primary_key); in arp_format_neigh_entry() 1368 tbuf, hatype, arp_state_to_flags(n), hbuffer, dev->name); in arp_format_neigh_entry() 1377 char tbuf[16]; in arp_format_pneigh_entry() local 1379 sprintf(tbuf, "%pI4", n->key); in arp_format_pneigh_entry() 1381 tbuf, hatype, ATF_PUBL | ATF_PERM, "00:00:00:00:00:00", in arp_format_pneigh_entry()
|