Home
last modified time | relevance | path

Searched refs:mountprog_client_create (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dclnt_subr.h29 extern CLIENT *mountprog_client_create(const char *, struct timeval *);
H A Dclnt_subr.c35 mountprog_client_create(const char *host, struct timeval *tv) in mountprog_client_create() function
/illumos-gate/usr/src/cmd/fs.d/nfs/dfshares/
H A Ddfshares.c107 cl = mountprog_client_create(host, &rpc_totout_old); in pr_exports()
/illumos-gate/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c129 cl = mountprog_client_create(host, &rpc_totout_old); in pr_mounts()
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c131 cl = mountprog_client_create(host, &rpc_totout_old); in main()