Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_mib.c127 SYSCTL_INT(_kern, KERN_SAVED_IDS, saved_ids, CTLFLAG_RD,
130 SYSCTL_INT(_kern, KERN_SAVED_IDS, saved_ids, CTLFLAG_RD,
/dragonfly/lib/libc/gen/
H A Dsysconf.c137 mib[1] = KERN_SAVED_IDS; in sysconf()
/dragonfly/sys/sys/
H A Dsysctl.h531 #define KERN_SAVED_IDS 20 /* int: saved set-user/group-ID */ macro