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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfsauth.c76 sh = findentry(argp->req_path);
78 syslog(LOG_ERR, "%s not exported", argp->req_path);
96 argp->req_path);
H A Dnfsauth_xdr.c66 if (!xdr_string(xdrs, &argp->areq.req_path, A_MAXPATH))
/illumos-gate/usr/src/uts/common/nfs/
H A Dauth.h51 * string req_path<A_MAXPATH>; # export path
126 char *req_path; member in struct:auth_req
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth_xdr.c65 if (!xdr_string(xdrs, &argp->areq.req_path, A_MAXPATH))
H A Dnfs_auth.c370 varg.arg_u.arg.areq.req_path = exi->exi_export.ex_path;
382 * req_path), the argument data structure is itself versioned,
/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h160 char req_path[MAXPATHLEN]; /* path to requested root */ member in struct:di_all
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c769 if (copyinstr((void *)arg, all->req_path,
775 (void) strcpy(all->root_path, all->req_path);

Completed in 153 milliseconds