Home
last modified time | relevance | path

Searched refs:__rpc_control (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/dfshares/
H A Ddfshares.c104 (void) __rpc_control(CLCR_GET_RPCB_TIMEOUT, &rpc_totout_old); in pr_exports()
105 (void) __rpc_control(CLCR_SET_RPCB_TIMEOUT, &rpc_totout_new); in pr_exports()
112 (void) __rpc_control(CLCR_SET_RPCB_TIMEOUT, &rpc_totout_old); in pr_exports()
/illumos-gate/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c126 (void) __rpc_control(CLCR_GET_RPCB_TIMEOUT, &rpc_totout_old); in pr_mounts()
127 (void) __rpc_control(CLCR_SET_RPCB_TIMEOUT, &rpc_totout_new); in pr_mounts()
134 (void) __rpc_control(CLCR_SET_RPCB_TIMEOUT, &rpc_totout_old); in pr_mounts()
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c128 (void) __rpc_control(CLCR_GET_RPCB_TIMEOUT, &rpc_totout_old); in main()
129 (void) __rpc_control(CLCR_SET_RPCB_TIMEOUT, &rpc_totout_new); in main()
136 (void) __rpc_control(CLCR_SET_RPCB_TIMEOUT, &rpc_totout_old); in main()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dclnt_subr.c55 (void) __rpc_control(CLCR_SET_RPCB_TIMEOUT, tv); in mountprog_client_create()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c424 (void) __rpc_control(CLCR_SET_LOWVERS, &val);
433 (void) __rpc_control(CLCR_SET_LOWVERS, &val);
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h1096 bool_t __rpc_control(int, void *);
1098 bool_t __rpc_control();
/illumos-gate/usr/src/lib/libnsl/common/
H A Dmapfile-vers730 __rpc_control;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c110 __rpc_control(int request, void *info) in __rpc_control() function
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c3271 __rpc_control(CLCR_GET_RPCB_RMTTIME, (char *)&rpc_rtrans_new); in pingnfs()