Searched refs:clntbudp_bufcreate (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | clnt.h | 199 extern CLIENT *clntbudp_bufcreate(struct sockaddr_in *raddr, rpcprog_t program,
|
H A D | clnt_budp.c | 111 clntbudp_bufcreate(raddr, program, version, wait, sockp, sendsz, recvsz) in clntbudp_bufcreate() function 222 return (clntbudp_bufcreate(raddr, program, version, wait, sockp,
|
H A D | mount.c | 803 root_CLIENT = clntbudp_bufcreate(&root_to, NFS_PROGRAM, in boot_nfs_mountroot()
|