Searched refs:CTL_KERN (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-10-stable/lib/libc/compat-43/
H A Dgethostid.c48 mib[0] = CTL_KERN;
H A Dsethostid.c46 mib[0] = CTL_KERN;
/freebsd-10-stable/lib/libc/gen/
H A Dgetbootfile.c48 mib[0] = CTL_KERN;
H A Dsetdomainname.c46 mib[0] = CTL_KERN;
H A Dsethostname.c46 mib[0] = CTL_KERN;
H A Dgetdomainname.c49 mib[0] = CTL_KERN;
H A Dgethostname.c49 mib[0] = CTL_KERN;
H A Dgetosreldate.c55 mib[0] = CTL_KERN;
H A D__getosreldate.c62 oid[0] = CTL_KERN;
H A Delf_utils.c63 mib[0] = CTL_KERN;
H A Dsysconf.c86 mib[0] = CTL_KERN;
102 mib[0] = CTL_KERN;
138 mib[0] = CTL_KERN;
142 mib[0] = CTL_KERN;
511 mib[0] = CTL_KERN;
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dgetdtablesize.c76 #if defined(HAVE_SYSCTL) && defined(CTL_KERN) && defined(KERN_MAXFILES)
80 mib[0] = CTL_KERN;
/freebsd-10-stable/tools/regression/security/cap_test/
H A Dcap_test_sysctl.c61 oid[0] = CTL_KERN;
/freebsd-10-stable/sys/kern/
H A Dkern_xxx.c68 name[0] = CTL_KERN;
88 name[0] = CTL_KERN;
108 name[0] = CTL_KERN;
129 name[0] = CTL_KERN;
229 name[0] = CTL_KERN;
236 name[0] = CTL_KERN;
245 name[0] = CTL_KERN;
266 name[0] = CTL_KERN;
373 name[0] = CTL_KERN;
447 name[0] = CTL_KERN;
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Di386fbsd-nat.c98 mib[0] = CTL_KERN;
/freebsd-10-stable/lib/libutil/
H A Dkinfo_getproc.c48 mib[0] = CTL_KERN;
H A Dkinfo_getallproc.c73 mib[0] = CTL_KERN;
/freebsd-10-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_sigcli.c15 static const int hostnamemib[] = { CTL_KERN, KERN_HOSTNAME };
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_sysi86.c79 name[0] = CTL_KERN;
/freebsd-10-stable/usr.bin/uname/
H A Duname.c233 NATIVE_SYSCTL2_GET(sysname, CTL_KERN, KERN_OSTYPE) {
236 NATIVE_SYSCTL2_GET(hostname, CTL_KERN, KERN_HOSTNAME) {
239 NATIVE_SYSCTL2_GET(release, CTL_KERN, KERN_OSRELEASE) {
242 NATIVE_SYSCTL2_GET(version, CTL_KERN, KERN_VERSION) {
/freebsd-10-stable/lib/libc/sys/
H A Dstack_protector.c57 static const int mib[2] = { CTL_KERN, KERN_ARND };
/freebsd-10-stable/lib/libc/stdlib/
H A Drand.c119 mib[0] = CTL_KERN;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp155 int mib[2] = { CTL_KERN, KERN_OSREV };
193 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_ARGS, (int)process_info.GetProcessID() };
258 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID,
291 int mib[3] = { CTL_KERN, KERN_PROC, KERN_PROC_ALL };
382 int mib[2] = { CTL_KERN, KERN_PS_STRINGS };
/freebsd-10-stable/release/picobsd/tinyware/sps/
H A Dsps.c52 mib[0] = CTL_KERN;
/freebsd-10-stable/contrib/netbsd-tests/fs/kernfs/
H A Dt_basic.c85 mib[0] = CTL_KERN;

Completed in 215 milliseconds

1234