Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c214 static int resolvePath(char **r_path);
3444 resolvePath(char **r_path) in resolvePath() argument
3455 assert(r_path != (char **)NULL); in resolvePath()
3459 if (*r_path == '\0') { in resolvePath()
3465 removeLeadingWhitespace(r_path); in resolvePath()
3472 if (realpath(*r_path, resolvedPath) != NULL) { in resolvePath()
3473 free(*r_path); in resolvePath()
3474 *r_path = strdup(resolvedPath); in resolvePath()
3482 mbPathlen = strlen(*r_path); in resolvePath()
3490 if ((wcPathlen = mbstowcs(wcPath, *r_path, mbPathlen)) == -1) { in resolvePath()
[all …]
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_vnops.c452 vp->v_vfsp, t, cr, VTOR(vp)->r_path, XATTR_RPATH); in acl_getxattrdir2()
658 vp->v_vfsp, t, cr, VTOR(vp)->r_path, XATTR_RPATH); in acl_getxattrdir3()
661 vp->v_vfsp, t, cr, VTOR(vp)->r_path, XATTR_RPATH); in acl_getxattrdir3()
H A Dnfs_subr.c2566 rp->r_path = kmem_alloc(len, KM_SLEEP); in make_rnode()
2570 s = rp->r_path; in make_rnode()
2579 rp->r_path = kmem_alloc(2, KM_SLEEP); in make_rnode()
2583 *rp->r_path = '.'; in make_rnode()
2584 *(rp->r_path + 1) = '\0'; in make_rnode()
2658 path = rp->r_path; in nfs_free_r_path()
2660 rp->r_path = NULL; in nfs_free_r_path()
4238 if (VTOR(fi->vp)->r_path == NULL) in failover_safe()
4563 error = failover_lookup(rp->r_path, rootvp, in failover_remap()
4624 nrp->r_server->sv_hostname, rp->r_path); in failover_remap()
H A Dnfs3_xdr.c2525 rp->r_path, dp->d_name); in xdr_READDIRPLUS3vres()
H A Dnfs3_vnops.c2195 dvp->v_vfsp, t, cr, VTOR(dvp)->r_path, nm); in nfs3lookup_otw()
2198 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()
/titanic_44/usr/src/uts/common/nfs/
H A Drnode.h272 char *r_path; /* path to this rnode */ member
/titanic_44/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h405 extern void pkgLocateHighestInst(char *r_path, int r_pathLen,