Home
last modified time | relevance | path

Searched refs:intp_name (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/exec/java/
H A Djava.c148 idata.intp_name = jexec; in javaexec()
150 if (error = pn_get(idata.intp_name, UIO_SYSSPACE, &lookpn)) in javaexec()
/titanic_41/usr/src/uts/common/exec/intp/
H A Dintp.c140 idatap->intp_name = cp; in getintphead()
201 if (error = pn_get(idata.intp_name, UIO_SYSSPACE, &intppn)) in intpexec()
/titanic_41/usr/src/uts/common/exec/shbin/
H A Dshbin.c224 idata.intp_name = shell_list[i]; in shbinexec()
/titanic_41/usr/src/uts/common/sys/
H A Dexec.h163 char *intp_name; member
/titanic_41/usr/src/uts/common/os/
H A Dexec.c1560 if (intp != NULL && intp->intp_name != NULL) { in stk_copyin()
1561 if ((error = stk_add(args, intp->intp_name, UIO_SYSSPACE)) != 0) in stk_copyin()