Lines Matching refs:rpn
999 pathname_t pn, rpn, emptypn; in dirtopath() local
1022 pn_alloc(&rpn); in dirtopath()
1066 rpn.pn_path = rpn.pn_buf; in dirtopath()
1074 if (lookuppnvp(&pn, &rpn, flags, NULL, in dirtopath()
1080 complen = strlen(rpn.pn_path); in dirtopath()
1086 bcopy(rpn.pn_path, bufloc, in dirtopath()
1107 rpn.pn_path = rpn.pn_buf; in dirtopath()
1115 if (lookuppnvp(&pn, &rpn, flags, NULL, in dirtopath()
1121 complen = strlen(rpn.pn_path); in dirtopath()
1127 bcopy(rpn.pn_path, bufloc, in dirtopath()
1231 pn_free(&rpn); in dirtopath()
1250 pathname_t pn, rpn; in vnodetopath_common() local
1297 pn_alloc(&rpn); in vnodetopath_common()
1324 if (lookuppnvp(&pn, &rpn, FOLLOW, in vnodetopath_common()
1326 local = localpath(rpn.pn_path, vrootp, in vnodetopath_common()
1349 ret = lookuppnvp(&pn, &rpn, FOLLOW | flags, NULL, in vnodetopath_common()
1367 if (buflen <= rpn.pn_pathlen) in vnodetopath_common()
1370 bcopy(rpn.pn_path, buf, rpn.pn_pathlen + 1); in vnodetopath_common()
1372 pn_free(&rpn); in vnodetopath_common()
1382 pn_free(&rpn); in vnodetopath_common()