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

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

Completed in 106 milliseconds