Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libutil/
H A Dgetlocalbase.c53 int localbase_oid[2] = {CTL_USER, USER_LOCALBASE}; in getlocalbase()
/freebsd-14.2/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.c117 assert(name[0] != CTL_USER && "Not supported inside rtld!"); in sysctl()
/freebsd-14.2/lib/libc/gen/
H A Dsysctl.c83 if (retval != 0 || name[0] != CTL_USER) in sysctl()
/freebsd-14.2/usr.bin/whereis/
H A Dwhereis.c261 const int oid[2] = {CTL_USER, USER_CS_PATH}; in defaults()
/freebsd-14.2/sys/kern/
H A Dkern_mib.c83 SYSCTL_ROOT_NODE(CTL_USER, user, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
/freebsd-14.2/sys/sys/
H A Dsysctl.h950 #define CTL_USER 8 /* user-level */ macro