Searched refs:lookpn (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/syscall/ |
H A D | resolvepath.c | 38 struct pathname lookpn; in resolvepath() local 44 if (error = pn_get(path, UIO_USERSPACE, &lookpn)) in resolvepath() 47 error = lookuppn(&lookpn, &resolvepn, FOLLOW, NULL, NULL); in resolvepath() 55 pn_free(&lookpn); in resolvepath()
|
/titanic_41/usr/src/uts/common/exec/java/ |
H A D | java.c | 96 struct pathname lookpn; in javaexec() local 150 if (error = pn_get(idata.intp_name, UIO_SYSSPACE, &lookpn)) in javaexec() 153 if (error = lookuppn(&lookpn, &resolvepn, FOLLOW, NULLVPP, &nvp)) { in javaexec() 155 pn_free(&lookpn); in javaexec() 161 pn_free(&lookpn); in javaexec()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 1043 struct pathname lookpn; in exportfs() local 1048 if (error = pn_get(STRUCT_FGETP(uap, dname), UIO_USERSPACE, &lookpn)) in exportfs() 1054 for (ex1 = exptable_path_hash[pkp_tab_hash(lookpn.pn_path, in exportfs() 1055 strlen(lookpn.pn_path))]; ex1; ex1 = ex1->path_hash.next) { in exportfs() 1057 strcmp(ex1->exi_export.ex_path, lookpn.pn_path)) { in exportfs() 1067 pn_free(&lookpn); in exportfs() 1095 pn_free(&lookpn); in exportfs() 1121 pn_free(&lookpn); in exportfs() 1133 pn_free(&lookpn); in exportfs() 1158 pn_free(&lookpn); in exportfs() [all …]
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | lookup.c | 92 struct pathname lookpn; in lookupnameatcred() local 95 error = pn_get_buf(fnamep, seg, &lookpn, namebuf, sizeof (namebuf)); in lookupnameatcred() 97 error = lookuppnatcred(&lookpn, NULL, followlink, in lookupnameatcred() 104 if (error = pn_get(fnamep, seg, &lookpn)) in lookupnameatcred() 106 error = lookuppnatcred(&lookpn, NULL, followlink, in lookupnameatcred() 108 pn_free(&lookpn); in lookupnameatcred()
|
/titanic_41/usr/src/uts/common/fs/autofs/ |
H A D | auto_subr.c | 1672 struct pathname lookpn; in auto_getmntpnt() local 1714 error = pn_get_buf(path, UIO_SYSSPACE, &lookpn, in auto_getmntpnt() 1717 error = lookuppnvp(&lookpn, NULL, NO_FOLLOW, NULLVPP, in auto_getmntpnt() 1730 if ((error = pn_get(path, UIO_SYSSPACE, &lookpn)) == 0) { in auto_getmntpnt() 1731 error = lookuppnvp(&lookpn, NULL, NO_FOLLOW, NULLVPP, in auto_getmntpnt() 1733 pn_free(&lookpn); in auto_getmntpnt()
|