Searched refs:r_path (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgops.c | 999 * 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);
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/ |
H A D | main.c | 214 static int resolvePath(char **r_path); 3434 * Arguments: r_path - pointer to pointer to malloc()ed storage containing 3437 * Output: r_path - is realloc()ed as necessary 3444 resolvePath(char **r_path) argument 3455 assert(r_path != (char **)NULL); 3459 if (*r_path == '\0') { 3465 removeLeadingWhitespace(r_path); 3472 if (realpath(*r_path, resolvedPath) != NULL) { 3473 free(*r_path); 3474 *r_path [all...] |
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | rnode.h | 271 char *r_path; /* path to this rnode */ member in struct:rnode
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_acl_vnops.c | 413 * 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 D | nfs_subr.c | 210 { "r_path", KSTAT_DATA_UINT64 }, 2566 rp->r_path = kmem_alloc(len, KM_SLEEP); 2570 s = rp->r_path; 2579 rp->r_path = kmem_alloc(2, KM_SLEEP); 2583 *rp->r_path = '.'; 2584 *(rp->r_path + 1) = '\0'; 2658 path = rp->r_path; 2660 rp->r_path = NULL; 4181 if (VTOR(fi->vp)->r_path == NULL) 4506 error = failover_lookup(rp->r_path, rootv [all...] |
H A D | nfs3_xdr.c | 2525 rp->r_path, dp->d_name);
|
H A D | nfs3_vnops.c | 2195 dvp->v_vfsp, t, cr, VTOR(dvp)->r_path, nm); 2198 dvp->v_vfsp, t, cr, VTOR(dvp)->r_path, nm);
|
H A D | nfs_vnops.c | 1940 dvp->v_vfsp, t, cr, VTOR(dvp)->r_path, nm);
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 405 extern void pkgLocateHighestInst(char *r_path, int r_pathLen,
|
Completed in 1278 milliseconds