Searched defs:idatap (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/exec/intp/
H A Dintp.c103 getintphead(struct vnode *vp, struct intpdata *idatap) argument
106 char *cp, *linep = idatap->intp;
141 idatap->intp_name[0] = cp;
145 idatap->intp_arg[0] = NULL;
151 idatap->intp_arg[0] = NULL;
153 idatap->intp_arg[0] = cp;
185 struct intpdata *idatap,
209 ASSERT(idatap == (struct intpdata *)NULL);
242 ASSERT(idatap != NULL);
245 idata.intp_name[i + 1] = idatap
181 intpexec( struct vnode *vp, struct execa *uap, struct uarg *args, struct intpdata *idatap, int level, long *execsz, int setid, caddr_t exec_file, struct cred *cred, int brand_action) argument
[all...]
/illumos-gate/usr/src/uts/common/exec/shbin/
H A Dshbin.c55 struct intpdata *idatap,
159 struct intpdata *idatap,
183 ASSERT(idatap == (struct intpdata *)NULL);
155 shbinexec( struct vnode *vp, struct execa *uap, struct uarg *args, struct intpdata *idatap, int level, long *execsz, int setid, caddr_t exec_file, struct cred *cred, int brand_action) argument
/illumos-gate/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,
193 if (error = elf32exec(nvp, uap, args, idatap, level, execsz,
131 aoutexec(vnode_t *vp, struct execa *uap, struct uarg *args, struct intpdata *idatap, int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, int brand_action) argument
/illumos-gate/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, argument
226 return (brand_solaris_elfexec(vp, uap, args, idatap, level, execsz,
/illumos-gate/usr/src/uts/common/exec/java/
H A Djava.c87 struct intpdata *idatap, int level, long *execsz, int setid,
86 javaexec(vnode_t *vp, struct execa *uap, struct uarg *args, struct intpdata *idatap, int level, long *execsz, int setid, caddr_t execfile, cred_t *cred, int brand_action) argument
/illumos-gate/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, argument
395 return (brand_solaris_elfexec(vp, uap, args, idatap, level, execsz,
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c603 intpdata_t *idatap, int level, long *execsz, int setid, caddr_t exec_file,
675 err = elfexec(nvp, uap, args, idatap, INTP_MAXDEPTH + 1, execsz,
680 err = elf32exec(nvp, uap, args, idatap, INTP_MAXDEPTH + 1,
602 brand_solaris_elfexec(vnode_t *vp, execa_t *uap, uarg_t *args, intpdata_t *idatap, int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, int brand_action, struct brand *pbrand, char *bname, char *brandlib, char *brandlib32, char *brandlinker, char *brandlinker32) argument
H A Dexec.c558 struct intpdata *idatap,
780 error = (*eswp->exec_func)(vp, uap, args, idatap, level, execsz,
1440 struct intpdata *idatap,
554 gexec( struct vnode **vpp, struct execa *uap, struct uarg *args, struct intpdata *idatap, int level, long *execsz, caddr_t exec_file, struct cred *cred, int brand_action) argument
1436 noexec( struct vnode *vp, struct execa *uap, struct uarg *args, struct intpdata *idatap, int level, long *execsz, int setid, caddr_t exec_file, struct cred *cred) argument
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c282 elfexec(vnode_t *vp, execa_t *uap, uarg_t *args, intpdata_t *idatap, argument
397 idatap, level + 1, execsz, setid, exec_file, cred,
599 if ((error = exec_args(uap, args, idatap, (void **)&aux)) != 0) {
2310 intpdata_t *idatap, int level, long *execsz,

Completed in 76 milliseconds