Home
last modified time | relevance | path

Searched refs:KERN_USRSTACK (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/gen/
H A Delf_utils.c84 mib[1] = KERN_USRSTACK; in __libc_map_stacks_exec()
/freebsd/sys/security/audit/
H A Daudit_bsm_klib.c192 case KERN_USRSTACK: in audit_ctlname_to_sysctlevent()
/freebsd/contrib/unbound/compat/
H A Dgetentropy_osx.c201 static int kmib[] = { CTL_KERN, KERN_USRSTACK };
/freebsd/lib/libthr/thread/
H A Dthr_init.c445 mib[1] = KERN_USRSTACK; in __thr_get_main_stack_base()
/freebsd/sys/sys/
H A Dsysctl.h998 #define KERN_USRSTACK 33 /* int: address of USRSTACK */ macro
/freebsd/sys/kern/
H A Dkern_exec.c130 SYSCTL_PROC(_kern, KERN_USRSTACK, usrstack, CTLTYPE_ULONG|CTLFLAG_RD|