Home
last modified time | relevance | path

Searched refs:CLCR_GET_RPCB_TIMEOUT (Results 1 – 5 of 5) 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()
/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()
/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()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h195 #define CLCR_GET_RPCB_TIMEOUT 1 macro
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c113 case CLCR_GET_RPCB_TIMEOUT: in __rpc_control()