Searched refs:rpcb (Results 1 – 7 of 7) sorted by relevance
/freebsd/include/rpc/ |
H A D | rpcb_prot.x | 122 struct rpcb { struct 131 %typedef rpcb RPCB; argument 147 rpcb rpcb_map; 336 RPCBPROC_SET(rpcb) = 1; 339 RPCBPROC_UNSET(rpcb) = 2; 342 RPCBPROC_GETADDR(rpcb) = 3; 362 RPCBPROC_SET(rpcb) = 1; 365 RPCBPROC_UNSET(rpcb) = 2; 368 RPCBPROC_GETADDR(rpcb) = 3; 392 RPCBPROC_GETVERSADDR(rpcb) = 9; [all …]
|
/freebsd/sys/powerpc/powerpc/ |
H A D | support.S | 153 #define SET_COPYFAULT(raddr, rpcb, len) \ argument 156 LOAD rpcb, TD_PCB(CURTHREAD) ;\ 157 STORE %r0, PCB_ONFAULT(rpcb) ;\ 159 #define SET_COPYFAULT_TRUNCATE(raddr, rpcb, len)\ argument 162 LOAD rpcb, TD_PCB(CURTHREAD) ;\ 163 STORE %r0, PCB_ONFAULT(rpcb) 165 #define SET_FUSUFAULT(raddr, rpcb) \ argument 168 LOAD rpcb, TD_PCB(CURTHREAD) ;\ 169 STORE %r0, PCB_ONFAULT(rpcb) 171 #define CLEAR_FAULT_NO_CLOBBER(rpcb) \ argument [all …]
|
/freebsd/sys/rpc/ |
H A D | rpcb_prot.h | 130 struct rpcb { struct 137 typedef struct rpcb rpcb; argument 139 typedef rpcb RPCB; 154 rpcb rpcb_map; 357 struct rpcb { 364 typedef struct rpcb RPCB;
|
/freebsd/sys/kgssapi/ |
H A D | gsstest.c | 591 CLIENT *rpcb; in gsstest_get_rpc() local 628 rpcb = clnt_dg_create(so, (struct sockaddr *)&ss, in gsstest_get_rpc() 630 if (!rpcb) in gsstest_get_rpc() 656 stat = CLNT_CALL(rpcb, (rpcprog_t) RPCBPROC_GETADDR, in gsstest_get_rpc() 664 CLNT_CONTROL(rpcb, CLSET_VERS, &rpcvers); in gsstest_get_rpc() 678 CLNT_DESTROY(rpcb); in gsstest_get_rpc() 695 stat = CLNT_CALL(rpcb, (rpcprog_t) PMAPPROC_GETPORT, in gsstest_get_rpc() 751 CLNT_DESTROY(rpcb); in gsstest_get_rpc() 762 CLNT_DESTROY(rpcb); in gsstest_get_rpc() 775 rpcb = clnt_reconnect_create(nconf, (struct sockaddr *)&ss, in gsstest_get_rpc() [all …]
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_impl.c | 335 CLIENT *rpcb; in nlm_get_rpc() local 376 rpcb = clnt_dg_create(so, (struct sockaddr *)&ss, in nlm_get_rpc() 378 if (!rpcb) in nlm_get_rpc() 404 stat = CLNT_CALL(rpcb, (rpcprog_t) RPCBPROC_GETADDR, in nlm_get_rpc() 432 CLNT_CONTROL(rpcb, CLSET_VERS, &rpcvers); in nlm_get_rpc() 445 stat = CLNT_CALL(rpcb, (rpcprog_t) PMAPPROC_GETPORT, in nlm_get_rpc() 517 CLNT_DESTROY(rpcb); in nlm_get_rpc() 528 CLNT_DESTROY(rpcb); in nlm_get_rpc() 541 rpcb = clnt_reconnect_create(nconf, (struct sockaddr *)&ss, in nlm_get_rpc() 543 CLNT_CONTROL(rpcb, CLSET_WAITCHAN, wchan); in nlm_get_rpc() [all …]
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcb_svc_4.c | 69 rpcb rpcbproc_set_4_arg; in rpcb_service_4() 70 rpcb rpcbproc_unset_4_arg; in rpcb_service_4() 71 rpcb rpcbproc_getaddr_4_local_arg; in rpcb_service_4()
|
H A D | security.c | 66 rpcb *rpcbp; in check_access() 78 rpcbp = (rpcb *)args; in check_access()
|