Home
last modified time | relevance | path

Searched refs:tbuf (Results 1 – 3 of 3) sorted by relevance

/net/sunrpc/
A Dcache.c1505 char tbuf[22]; in read_flush() local
1508 len = snprintf(tbuf, sizeof(tbuf), "%llu\n", in read_flush()
1510 return simple_read_from_buffer(buf, count, ppos, tbuf, len); in read_flush()
1517 char tbuf[20]; in write_flush() local
1521 if (*ppos || count > sizeof(tbuf)-1) in write_flush()
1523 if (copy_from_user(tbuf, buf, count)) in write_flush()
1525 tbuf[count] = 0; in write_flush()
1526 simple_strtoul(tbuf, &ep, 0); in write_flush()
/net/sunrpc/auth_gss/
A Dsvcauth_gss.c1405 char tbuf[20]; in write_gssp() local
1409 if (*ppos || count > sizeof(tbuf)-1) in write_gssp()
1411 if (copy_from_user(tbuf, buf, count)) in write_gssp()
1414 tbuf[count] = 0; in write_gssp()
1415 res = kstrtoul(tbuf, 0, &i); in write_gssp()
1435 char tbuf[10]; in read_gssp() local
1438 snprintf(tbuf, sizeof(tbuf), "%d\n", sn->use_gss_proxy); in read_gssp()
1439 len = strlen(tbuf); in read_gssp()
1445 if (copy_to_user(buf, (void *)(tbuf+p), len)) in read_gssp()
/net/ipv4/
A Darp.c1421 char tbuf[16]; in arp_format_neigh_entry() local
1443 sprintf(tbuf, "%pI4", n->primary_key); in arp_format_neigh_entry()
1445 tbuf, hatype, arp_state_to_flags(n), hbuffer, dev->name); in arp_format_neigh_entry()
1454 char tbuf[16]; in arp_format_pneigh_entry() local
1456 sprintf(tbuf, "%pI4", n->key); in arp_format_pneigh_entry()
1458 tbuf, hatype, ATF_PUBL | ATF_PERM, "00:00:00:00:00:00", in arp_format_pneigh_entry()

Completed in 16 milliseconds