Searched refs:mountclient (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call3.c | 345 CLIENT *client, *mountclient; local 364 mountclient = clnt_create("localhost", MOUNTPROG, MOUNTVERS3, "tcp"); 365 if (mountclient == NULL) { 370 mountclient->cl_auth = auth; 373 status = clnt_call(mountclient, MOUNTPROC_MNT, 378 clnt_perror(mountclient, "mnt"); 412 status = clnt_call(mountclient, MOUNTPROC_UMNT, 417 clnt_perror(mountclient, "umnt");
|
Completed in 54 milliseconds