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

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c999 * Arguments: r_path - [RO, *RW] - (char *)
1004 * Integer representing the size of r_path in bytes.
1019 pkgLocateHighestInst(char *r_path, int r_pathLen, char *r_pkgInst, argument
1030 assert(r_path != (char *)NULL);
1055 *r_path = '\0';
1127 pkgstrPrintf_r(r_path, r_pathLen, "%s%s/%s", a_rootPath,
1133 echoDebug(DBG_PKGOPS_LOCHIGH_RETURN, npkgs, r_pkgInst, r_path);
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c216 static int resolvePath(char **r_path);
3436 * Arguments: r_path - pointer to pointer to malloc()ed storage containing
3439 * Output: r_path - is realloc()ed as necessary
3446 resolvePath(char **r_path) argument
3457 assert(r_path != (char **)NULL);
3461 if (*r_path == '\0') {
3467 removeLeadingWhitespace(r_path);
3474 if (realpath(*r_path, resolvedPath) != NULL) {
3475 free(*r_path);
3476 *r_path
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/nfs/
H A Drnode.h271 char *r_path; /* path to this rnode */ member in struct:rnode
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_vnops.c413 * tricky in recording the name in the rnode r_path - we use the
452 vp->v_vfsp, t, cr, VTOR(vp)->r_path, XATTR_RPATH);
658 vp->v_vfsp, t, cr, VTOR(vp)->r_path, XATTR_RPATH);
661 vp->v_vfsp, t, cr, VTOR(vp)->r_path, XATTR_RPATH);
H A Dnfs_subr.c206 { "r_path", KSTAT_DATA_UINT64 },
2562 rp->r_path = kmem_alloc(len, KM_SLEEP);
2566 s = rp->r_path;
2575 rp->r_path = kmem_alloc(2, KM_SLEEP);
2579 *rp->r_path = '.';
2580 *(rp->r_path + 1) = '\0';
2654 path = rp->r_path;
2656 rp->r_path = NULL;
4177 if (VTOR(fi->vp)->r_path == NULL)
4502 error = failover_lookup(rp->r_path, rootv
[all...]
H A Dnfs3_xdr.c2495 rp->r_path, dp->d_name);
H A Dnfs3_vnops.c2185 dvp->v_vfsp, t, cr, VTOR(dvp)->r_path, nm);
2188 dvp->v_vfsp, t, cr, VTOR(dvp)->r_path, nm);
H A Dnfs_vnops.c1930 dvp->v_vfsp, t, cr, VTOR(dvp)->r_path, nm);
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h412 extern void pkgLocateHighestInst(char *r_path, int r_pathLen,

Completed in 152 milliseconds