Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c343 CLIENT *client, *mountclient; in dotest() local
362 mountclient = clnt_create("localhost", MOUNTPROG, MOUNTVERS3, "tcp"); in dotest()
363 if (mountclient == NULL) { in dotest()
368 mountclient->cl_auth = auth; in dotest()
371 status = clnt_call(mountclient, MOUNTPROC_MNT, in dotest()
376 clnt_perror(mountclient, "mnt"); in dotest()
410 status = clnt_call(mountclient, MOUNTPROC_UMNT, in dotest()
415 clnt_perror(mountclient, "umnt"); in dotest()