Searched refs:rpc_call (Results 1 – 12 of 12) sorted by relevance
/freebsd/stand/libsa/ |
H A D | rpc.c | 72 struct rpc_call { struct 106 rpc_call(struct iodesc *d, n_long prog, n_long vers, n_long proc, in rpc_call() function 111 struct rpc_call *call; in rpc_call() 153 call = (struct rpc_call *)send_head; in rpc_call() 409 cc = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_GETPORT, in rpc_getport()
|
H A D | rpc.h | 48 ssize_t rpc_call(struct iodesc *, n_long, n_long, n_long,
|
H A D | nfs.c | 218 cc = rpc_call(d, RPCPROG_MNT, RPCMNT_VER3, RPCMNT_MOUNT, in nfs_getrootfh() 287 cc = rpc_call(d->iodesc, NFS_PROG, NFS_VER3, NFSPROCV3_LOOKUP, in nfs_lookupfh() 350 cc = rpc_call(d->iodesc, NFS_PROG, NFS_VER3, NFSPROCV3_READLINK, in nfs_readlink() 427 cc = rpc_call(d->iodesc, NFS_PROG, NFS_VER3, NFSPROCV3_READ, in nfs_readdata() 802 cc = rpc_call(fp->iodesc, NFS_PROG, NFS_VER3, NFSPROCV3_READDIR, in nfs_readdir()
|
H A D | bootparam.c | 160 len = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_CALLIT, in bp_whoami() 273 rlen = rpc_call(d, in bp_getfile()
|
/freebsd/usr.sbin/clear_locks/ |
H A D | clear_locks.c | 58 stat = rpc_call("localhost", NLM_PROG, NLM_VERS4, NLM4_FREE_ALL, in main()
|
/freebsd/lib/libc/rpc/ |
H A D | clnt_simple.c | 115 rpc_call(const char *host, const rpcprog_t prognum, const rpcvers_t versnum, in rpc_call() function
|
H A D | Symbol.map | 38 rpc_call;
|
H A D | Makefile.inc | 78 rpc_clnt_calls.3 rpc_call.3 \
|
H A D | rpc_soc.c | 292 return (int)rpc_call(host, (rpcprog_t)prognum, (rpcvers_t)versnum, in callrpc()
|
/freebsd/include/rpc/ |
H A D | clnt.h | 467 extern enum clnt_stat rpc_call(const char *, const rpcprog_t,
|
/freebsd/sys/nfsclient/ |
H A D | nfs.h | 133 extern u_int32_t rpc_auth_unix, rpc_msgaccepted, rpc_call, rpc_autherr;
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_proxy.h | 348 typedef struct rpc_call { struct
|