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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c345 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 728 milliseconds