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

/freebsd-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dmountd.c504 char rpcpath[RPCMNT_PATHLEN + 1], dpath[MAXPATHLEN]; local
544 if (!svc_getargs(transp, xdr_dir, rpcpath)) {
552 "-> rpcpath: %s\n", rpcpath);
558 if (realpath(rpcpath, dpath) == 0 ||
560 strcpy(dpath, rpcpath);
/freebsd-10.2-release/usr.sbin/mountd/
H A Dmountd.c948 char rpcpath[MNTPATHLEN + 1], dirpath[MAXPATHLEN]; local
984 if (!svc_getargs(transp, (xdrproc_t)xdr_dir, rpcpath)) {
996 if (realpath(rpcpath, dirpath) == NULL ||
1090 if (!svc_getargs(transp, (xdrproc_t)xdr_dir, rpcpath)) {
1096 if (realpath(rpcpath, dirpath) == NULL) {

Completed in 169 milliseconds