Home
last modified time | relevance | path

Searched refs:execsz (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/uts/common/exec/aout/
H A Daout.c56 intpdata_t *idatap, int level, long *execsz, int setid,
58 static int get_aout_head(struct vnode **vpp, struct exdata *edp, long *execsz,
132 struct intpdata *idatap, int level, long *execsz, int setid, in aoutexec() argument
148 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1); in aoutexec()
153 if (error = get_aout_head(&vp, &edp, execsz, &isdyn)) in aoutexec()
193 if (error = elf32exec(nvp, uap, args, idatap, level, execsz, in aoutexec()
277 get_aout_head(struct vnode **vpp, struct exdata *edp, long *execsz, int *isdyn) in get_aout_head() argument
314 *execsz += btopr(filhdr.a_text + filhdr.a_data); in get_aout_head()
317 if ((roundlimit > limit && *execsz > roundlimit) || in get_aout_head()
318 (roundlimit < limit && *execsz > limit)) { in get_aout_head()
/titanic_41/usr/src/uts/common/exec/shbin/
H A Dshbin.c57 long *execsz,
161 long *execsz, in shbinexec() argument
248 error = gexec(&nvp, uap, args, &idata, ++level, execsz, exec_file, cred, in shbinexec()
/titanic_41/usr/src/uts/common/exec/java/
H A Djava.c87 struct intpdata *idatap, int level, long *execsz, int setid, in javaexec() argument
162 error = gexec(&nvp, uap, args, &idata, level + 1, execsz, execfile, in javaexec()
/titanic_41/usr/src/uts/common/exec/intp/
H A Dintp.c168 long *execsz, in intpexec() argument
230 error = gexec(&nvp, uap, args, &idata, ++level, execsz, exec_file, cred, in intpexec()
/titanic_41/usr/src/uts/common/brand/sn1/
H A Dsn1_brand.c223 int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, in sn1_elfexec() argument
226 return (brand_solaris_elfexec(vp, uap, args, idatap, level, execsz, in sn1_elfexec()
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf.c189 long execsz; in mapexec_brand() local
218 len, &execsz, brksize)) { in mapexec_brand()
250 int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, in elfexec() argument
332 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1); in elfexec()
339 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS64-1); in elfexec()
343 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS-1); in elfexec()
356 idatap, level + 1, execsz, setid, exec_file, cred, in elfexec()
542 len, execsz, &brksize)) != 0) in elfexec()
707 execsz, NULL); in elfexec()
853 if ((roundlimit > limit && *execsz > roundlimit) || in elfexec()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dexec.h177 long *execsz, int setid, caddr_t exec_file,
215 struct intpdata *idata, int level, long *execsz, caddr_t exec_file,
H A Dbrand.h123 long *execsz, int setid, caddr_t exec_file,
/titanic_41/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c392 int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, in s10_elfexec() argument
395 return (brand_solaris_elfexec(vp, uap, args, idatap, level, execsz, in s10_elfexec()
/titanic_41/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.c121 long execsz; /* temporary count of exec size */ in exec_common() local
304 if ((error = gexec(&vp, &ua, &args, NULL, 0, &execsz, in exec_common()
544 long *execsz, in gexec() argument
757 error = (*eswp->exec_func)(vp, uap, args, idatap, level, execsz, in gexec()
1413 long *execsz, in noexec() argument