Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_param.c109 u_long maxtsiz; /* max text size */ variable
131 SYSCTL_ULONG(_kern, OID_AUTO, maxtsiz, CTLFLAG_RWTUN | CTLFLAG_NOFETCH, &maxtsiz, 0,
205 maxtsiz = MAXTSIZ; in init_param1()
206 TUNABLE_ULONG_FETCH("kern.maxtsiz", &maxtsiz); in init_param1()
H A Dimgact_aout.c243 a_out->a_text > maxtsiz || in exec_aout_imgact()
H A Dimgact_elf.c936 else if (text_size > maxtsiz) in __elfN()
/f-stack/freebsd/vm/
H A Dvm_param.h140 extern unsigned long maxtsiz;
/f-stack/freebsd/i386/linux/
H A Dimgact_linux.c110 if (a_out->a_text > maxtsiz || in exec_linux_imgact()