Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c346 CLIENT *client, *mountclient; in dotest() local
365 mountclient = clnt_create("localhost", MOUNTPROG, MOUNTVERS3, "tcp"); in dotest()
366 if (mountclient == NULL) { in dotest()
371 mountclient->cl_auth = auth; in dotest()
374 status = clnt_call(mountclient, MOUNTPROC_MNT, in dotest()
379 clnt_perror(mountclient, "mnt"); in dotest()
413 status = clnt_call(mountclient, MOUNTPROC_UMNT, in dotest()
418 clnt_perror(mountclient, "umnt"); in dotest()