Home
last modified time | relevance | path

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); in nfsauth_access()
78 syslog(LOG_ERR, "%s not exported", argp->req_path); in nfsauth_access()
96 argp->req_path); in nfsauth_access()
H A Dnfsauth_xdr.c66 if (!xdr_string(xdrs, &argp->areq.req_path, A_MAXPATH)) in xdr_nfsauth_arg()
/illumos-gate/usr/src/uts/common/nfs/
H A Dauth.h126 char *req_path; member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth_xdr.c65 if (!xdr_string(xdrs, &argp->areq.req_path, A_MAXPATH)) in xdr_nfsauth_arg()
H A Dnfs_auth.c398 varg.arg_u.arg.areq.req_path = exi->exi_export.ex_path; in nfsauth_retrieve()
/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h160 char req_path[MAXPATHLEN]; /* path to requested root */ member
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c771 if (copyinstr((void *)arg, all->req_path, in di_ioctl()
777 (void) strcpy(all->root_path, all->req_path); in di_ioctl()