Home
last modified time | relevance | path

Searched refs:r_path (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c1019 pkgLocateHighestInst(char *r_path, int r_pathLen, char *r_pkgInst, in pkgLocateHighestInst() argument
1030 assert(r_path != (char *)NULL); in pkgLocateHighestInst()
1055 *r_path = '\0'; in pkgLocateHighestInst()
1127 pkgstrPrintf_r(r_path, r_pathLen, "%s%s/%s", a_rootPath, in pkgLocateHighestInst()
1133 echoDebug(DBG_PKGOPS_LOCHIGH_RETURN, npkgs, r_pkgInst, r_path); in pkgLocateHighestInst()
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c218 static int resolvePath(char **r_path);
3450 resolvePath(char **r_path) in resolvePath() argument
3461 assert(r_path != NULL); in resolvePath()
3465 if (**r_path == '\0') { in resolvePath()
3471 removeLeadingWhitespace(r_path); in resolvePath()
3478 if (realpath(*r_path, resolvedPath) != NULL) { in resolvePath()
3479 free(*r_path); in resolvePath()
3480 *r_path = strdup(resolvedPath); in resolvePath()
3488 mbPathlen = strlen(*r_path); in resolvePath()
3496 if ((wcPathlen = mbstowcs(wcPath, *r_path, mbPathlen)) == -1) { in resolvePath()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_vnops.c450 vp->v_vfsp, t, cr, VTOR(vp)->r_path, XATTR_RPATH); in acl_getxattrdir2()
656 vp->v_vfsp, t, cr, VTOR(vp)->r_path, XATTR_RPATH); in acl_getxattrdir3()
659 vp->v_vfsp, t, cr, VTOR(vp)->r_path, XATTR_RPATH); in acl_getxattrdir3()
H A Dnfs_subr.c2567 rp->r_path = kmem_alloc(len, KM_SLEEP); in make_rnode()
2571 s = rp->r_path; in make_rnode()
2580 rp->r_path = kmem_alloc(2, KM_SLEEP); in make_rnode()
2584 *rp->r_path = '.'; in make_rnode()
2585 *(rp->r_path + 1) = '\0'; in make_rnode()
2659 path = rp->r_path; in nfs_free_r_path()
2661 rp->r_path = NULL; in nfs_free_r_path()
4239 if (VTOR(fi->vp)->r_path == NULL) in failover_safe()
4564 error = failover_lookup(rp->r_path, rootvp, in failover_remap()
4625 nrp->r_server->sv_hostname, rp->r_path); in failover_remap()
H A Dnfs3_xdr.c2524 rp->r_path, dp->d_name); in xdr_READDIRPLUS3vres()
H A Dnfs3_vnops.c2196 dvp->v_vfsp, t, cr, VTOR(dvp)->r_path, nm); in nfs3lookup_otw()
2199 dvp->v_vfsp, t, cr, VTOR(dvp)->r_path, nm); in nfs3lookup_otw()
H A Dnfs_vnops.c1940 dvp->v_vfsp, t, cr, VTOR(dvp)->r_path, nm); in nfslookup_otw()
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h272 char *r_path; /* path to this rnode */ member
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h397 extern void pkgLocateHighestInst(char *r_path, int r_pathLen,