Searched refs:portbuf (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/sunrpc/
H A Daddr.c267 char portbuf[RPCBIND_MAXUADDRPLEN]; local
286 if (snprintf(portbuf, sizeof(portbuf),
287 ".%u.%u", port >> 8, port & 0xff) >= (int)sizeof(portbuf))
290 if (strlcat(addrbuf, portbuf, sizeof(addrbuf)) >= sizeof(addrbuf))
/linux-master/arch/x86/platform/uv/
H A Dbios_uv.c210 extern s64 uv_bios_enum_ports(u64 nasid, u64 obj_id, u64 size, u64 *portbuf) argument
213 obj_id, size, (u64)portbuf);
/linux-master/arch/x86/include/asm/uv/
H A Dbios.h192 extern s64 uv_bios_enum_ports(u64 nasid, u64 obj_id, u64 sz, u64 *portbuf);
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c2360 char portbuf[RPCBIND_MAXUADDRPLEN]; local
2382 snprintf(portbuf, sizeof(portbuf), ".%u.%u", port >> 8, port & 0xff);
2383 len = strlcat(addrbuf, portbuf, sizeof(addrbuf));

Completed in 260 milliseconds