Home
last modified time | relevance | path

Searched defs:rpcb (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dsupport.S153 #define SET_COPYFAULT(raddr, rpcb, len) \ argument
159 #define SET_COPYFAULT_TRUNCATE(raddr, rpcb, len)\ argument
165 #define SET_FUSUFAULT(raddr, rpcb) \ argument
171 #define CLEAR_FAULT_NO_CLOBBER(rpcb) \ argument
176 #define CLEAR_FAULT(rpcb) \ argument
497 #define CASUEWORD32(raddr, rpcb) ;\ argument
523 #define CASUEWORD64(raddr, rpcb) ;\ argument
/freebsd/sys/rpc/
H A Drpcb_prot.h130 struct rpcb { struct
137 typedef struct rpcb rpcb; argument
/freebsd/include/rpc/
H A Drpcb_prot.x122 struct rpcb { struct
131 %typedef rpcb RPCB; argument
419 %struct rpcb { struct
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c336 CLIENT *rpcb; in nlm_get_rpc() local