Searched refs:intppn (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/exec/shbin/ |
H A D | shbin.c | 171 struct pathname intppn; in shbinexec() local 197 error = pn_get(shell_list[i], UIO_SYSSPACE, &intppn); in shbinexec() 202 error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp); in shbinexec() 209 pn_free(&intppn); in shbinexec() 230 pn_free(&intppn); in shbinexec()
|
/titanic_50/usr/src/uts/common/exec/intp/ |
H A D | intp.c | 178 struct pathname intppn; in intpexec() local 201 if (error = pn_get(idata.intp_name, UIO_SYSSPACE, &intppn)) in intpexec() 204 if (error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp)) { in intpexec() 206 pn_free(&intppn); in intpexec() 212 pn_free(&intppn); in intpexec()
|