Searched defs:intppn (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/exec/intp/
H A Dintp.c197 struct pathname intppn; local
223 if (error = pn_get(idata.intp_name[0], UIO_SYSSPACE, &intppn))
226 if (error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp)) {
228 pn_free(&intppn);
256 pn_free(&intppn);
/illumos-gate/usr/src/uts/common/exec/shbin/
H A Dshbin.c171 struct pathname intppn; local
197 error = pn_get(shell_list[i], UIO_SYSSPACE, &intppn);
202 error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp);
209 pn_free(&intppn);
230 pn_free(&intppn);

Completed in 222 milliseconds