Home
last modified time | relevance | path

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

/freebsd-head/lib/libc/gen/
HDelf_utils.c84 mib[1] = KERN_USRSTACK; in __libc_map_stacks_exec()
/freebsd-head/sys/security/audit/
HDaudit_bsm_klib.c192 case KERN_USRSTACK: in audit_ctlname_to_sysctlevent()
/freebsd-head/contrib/unbound/compat/
HDgetentropy_osx.c201 static int kmib[] = { CTL_KERN, KERN_USRSTACK };
/freebsd-head/lib/libthr/thread/
HDthr_init.c449 mib[1] = KERN_USRSTACK; in __thr_get_main_stack_base()
/freebsd-head/sys/sys/
HDsysctl.h998 #define KERN_USRSTACK 33 /* int: address of USRSTACK */ macro
/freebsd-head/sys/kern/
HDkern_exec.c130 SYSCTL_PROC(_kern, KERN_USRSTACK, usrstack, CTLTYPE_ULONG|CTLFLAG_RD|