Home
last modified time | relevance | path

Searched refs:intppn (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/exec/shbin/
H A Dshbin.c170 struct pathname intppn; in shbinexec() local
196 error = pn_get(shell_list[i], UIO_SYSSPACE, &intppn); in shbinexec()
201 error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp); in shbinexec()
208 pn_free(&intppn); in shbinexec()
230 pn_free(&intppn); in shbinexec()
/illumos-gate/usr/src/uts/common/exec/intp/
H A Dintp.c198 struct pathname intppn; in intpexec() local
224 if (error = pn_get(idata.intp_name[0], UIO_SYSSPACE, &intppn)) in intpexec()
227 if (error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp)) { in intpexec()
229 pn_free(&intppn); in intpexec()
257 pn_free(&intppn); in intpexec()