Lines Matching refs:execsz
222 long execsz;
251 len, &execsz, brksize)) {
283 int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred,
362 * executable, we can set execsz with the appropriate NCARGS.
367 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1);
374 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS64-1);
378 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS-1);
397 idatap, level + 1, execsz, setid, exec_file, cred,
621 len, execsz, &brksize)) != 0)
795 execsz, NULL);
925 if ((roundlimit > limit && *execsz > roundlimit) ||
926 (roundlimit < limit && *execsz > limit)) {
1284 long *execsz,
1422 *execsz += btopr(phdr->p_memsz);
2310 intpdata_t *idatap, int level, long *execsz,