HomeSort by: relevance | last modified time | path
    Searched refs:RPC_CALL (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/lib/libsa/
rpcv2.h 53 #define RPC_CALL 0
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/
rpcv2.h 66 #define RPC_CALL 0
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/fs/nfs/common/
rpcv2.h 166 #define RPC_CALL 0

Completed in 14 milliseconds