Lines Matching refs:rpn
989 pathname_t pn, rpn, emptypn; in dirtopath() local
1012 pn_alloc(&rpn); in dirtopath()
1056 rpn.pn_path = rpn.pn_buf; in dirtopath()
1064 if (lookuppnvp(&pn, &rpn, flags, NULL, in dirtopath()
1070 complen = strlen(rpn.pn_path); in dirtopath()
1076 bcopy(rpn.pn_path, bufloc, in dirtopath()
1097 rpn.pn_path = rpn.pn_buf; in dirtopath()
1105 if (lookuppnvp(&pn, &rpn, flags, NULL, in dirtopath()
1111 complen = strlen(rpn.pn_path); in dirtopath()
1117 bcopy(rpn.pn_path, bufloc, in dirtopath()
1221 pn_free(&rpn); in dirtopath()
1240 pathname_t pn, rpn; in vnodetopath_common() local
1287 pn_alloc(&rpn); in vnodetopath_common()
1314 if (lookuppnvp(&pn, &rpn, FOLLOW, in vnodetopath_common()
1316 local = localpath(rpn.pn_path, vrootp, in vnodetopath_common()
1339 ret = lookuppnvp(&pn, &rpn, FOLLOW | flags, NULL, in vnodetopath_common()
1357 if (buflen <= rpn.pn_pathlen) in vnodetopath_common()
1360 bcopy(rpn.pn_path, buf, rpn.pn_pathlen + 1); in vnodetopath_common()
1362 pn_free(&rpn); in vnodetopath_common()
1372 pn_free(&rpn); in vnodetopath_common()