Home
last modified time | relevance | path

Searched refs:KERN_SAVED_IDS (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/security/audit/
H A Daudit_bsm_klib.c168 case KERN_SAVED_IDS: in audit_ctlname_to_sysctlevent()
/freebsd/sys/kern/
H A Dkern_mib.c133 SYSCTL_INT(_kern, KERN_SAVED_IDS, saved_ids, CTLFLAG_RD|CTLFLAG_CAPRD,
136 SYSCTL_INT(_kern, KERN_SAVED_IDS, saved_ids, CTLFLAG_RD|CTLFLAG_CAPRD,
/freebsd/lib/libc/gen/
H A Dsysconf.c136 mib[1] = KERN_SAVED_IDS; in sysconf()
/freebsd/sys/sys/
H A Dsysctl.h985 #define KERN_SAVED_IDS 20 /* int: saved set-user/group-ID */ macro