Home
last modified time | relevance | path

Searched refs:idatap (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/uts/common/exec/intp/
H A Dintp.c102 getintphead(struct vnode *vp, struct intpdata *idatap) in getintphead() argument
105 char *cp, *linep = idatap->intp; in getintphead()
140 idatap->intp_name = cp; in getintphead()
144 idatap->intp_arg = NULL; in getintphead()
150 idatap->intp_arg = NULL; in getintphead()
152 idatap->intp_arg = cp; in getintphead()
166 struct intpdata *idatap, in intpexec() argument
189 ASSERT(idatap == (struct intpdata *)NULL); in intpexec()
/titanic_44/usr/src/uts/common/exec/shbin/
H A Dshbin.c55 struct intpdata *idatap,
159 struct intpdata *idatap, in shbinexec() argument
183 ASSERT(idatap == (struct intpdata *)NULL); in shbinexec()
/titanic_44/usr/src/uts/common/exec/aout/
H A Daout.c56 intpdata_t *idatap, int level, long *execsz, int setid,
132 struct intpdata *idatap, int level, long *execsz, int setid, in aoutexec() argument
193 if (error = elf32exec(nvp, uap, args, idatap, level, execsz, in aoutexec()
/titanic_44/usr/src/uts/common/brand/sn1/
H A Dsn1_brand.c222 sn1_elfexec(vnode_t *vp, execa_t *uap, uarg_t *args, intpdata_t *idatap, in sn1_elfexec() argument
226 return (brand_solaris_elfexec(vp, uap, args, idatap, level, execsz, in sn1_elfexec()
/titanic_44/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c391 s10_elfexec(vnode_t *vp, execa_t *uap, uarg_t *args, intpdata_t *idatap, in s10_elfexec() argument
395 return (brand_solaris_elfexec(vp, uap, args, idatap, level, execsz, in s10_elfexec()
/titanic_44/usr/src/uts/common/exec/java/
H A Djava.c87 struct intpdata *idatap, int level, long *execsz, int setid, in javaexec() argument
/titanic_44/usr/src/uts/common/os/
H A Dbrand.c603 intpdata_t *idatap, int level, long *execsz, int setid, caddr_t exec_file, in brand_solaris_elfexec() argument
675 err = elfexec(nvp, uap, args, idatap, level + 1, execsz, in brand_solaris_elfexec()
680 err = elf32exec(nvp, uap, args, idatap, level + 1, execsz, in brand_solaris_elfexec()
H A Dexec.c542 struct intpdata *idatap, in gexec() argument
757 error = (*eswp->exec_func)(vp, uap, args, idatap, level, execsz, in gexec()
1411 struct intpdata *idatap, in noexec() argument
/titanic_44/usr/src/uts/common/exec/elf/
H A Delf.c249 elfexec(vnode_t *vp, execa_t *uap, uarg_t *args, intpdata_t *idatap, in elfexec() argument
356 idatap, level + 1, execsz, setid, exec_file, cred, in elfexec()
520 if ((error = exec_args(uap, args, idatap, (void **)&aux)) != 0) { in elfexec()
2203 intpdata_t *idatap, int level, long *execsz,