HomeSort by: relevance | last modified time | path
    Searched defs:rpc_call (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/rpc/
clnt_simple.c 67 __weak_alias(rpc_call,_rpc_call)
123 rpc_call( function in typeref:enum:clnt_stat
  /src/sys/lib/libsa/
rpc.c 83 struct rpc_call { struct
116 rpc_call(struct iodesc *d, n_long prog, n_long vers, n_long proc, function in typeref:typename:ssize_t
121 struct rpc_call *call;
171 call = (struct rpc_call *)send_head;
174 call->rp_direction = htonl(RPC_CALL);
430 cc = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_GETPORT,
  /src/sys/nfs/
krpc_subr.c 91 struct rpc_call { struct
224 struct rpc_call *call;
285 call = mtod(mhead, struct rpc_call *);
288 /* rpc_call part */
nfs_subs.c 128 u_int32_t rpc_call, rpc_vers, rpc_reply, rpc_msgdenied, rpc_autherr, variable in typeref:typename:u_int32_t
636 *tl++ = rpc_call;
1479 rpc_call = txdr_unsigned(RPC_CALL);
  /src/sys/external/bsd/ipf/netinet/
ip_proxy.h 354 typedef struct rpc_call { struct
  /src/lib/libc/include/
namespace.h 612 #define rpc_call _rpc_call macro

Completed in 15 milliseconds