Home
last modified time | relevance | path

Searched refs:CTL_KERN (Results 1 – 25 of 45) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/sysctl/
Dsysctl04.c36 {{CTL_KERN, KERN_OSREV}, 0, osname, &length, ENOTDIR},
37 {{CTL_KERN, KERN_OSREV}, CTL_MAXNAME + 1, osname, &length, ENOTDIR},
38 {{CTL_KERN, KERN_OSRELEASE}, 2, (void *) -1, &length, EFAULT},
39 {{CTL_KERN, KERN_VERSION}, 2, osname, (void *) -1, EFAULT},
Dsysctl01.c33 {"KERN_OSTYPE", {CTL_KERN, KERN_OSTYPE}, buf.sysname},
34 {"KERN_OSRELEASE", {CTL_KERN, KERN_OSRELEASE}, buf.release},
35 {"KERN_VERSION", {CTL_KERN, KERN_VERSION}, buf.version},
Dsysctl03.c47 int name[] = {CTL_KERN, KERN_OSTYPE}; in verify_sysctl()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c114 int mib[] = { CTL_KERN, KERN_CP_TIME }; in get_cpu_stats()
119 int mib[] = { CTL_KERN, KERN_CPTIME }; in get_cpu_stats()
134 int mib[] = { CTL_KERN, KERN_CP_TIME, cpu_index }; in get_cpu_stats()
140 int mib[] = { CTL_KERN, KERN_CPTIME2, cpu_index }; in get_cpu_stats()
/external/strace/
Dsysctl.c81 case CTL_KERN: in SYS_FUNC()
173 && ((name[0] == CTL_KERN in SYS_FUNC()
/external/libunwind/src/
Dos-freebsd.c62 mib[0] = CTL_KERN; in get_pid_by_tid()
102 mib[0] = CTL_KERN; in map_create_list()
/external/strace/xlat/
Dsysctl_root.in2 CTL_KERN
Dsysctl_root.h17 XLAT(CTL_KERN),
/external/catch2/include/internal/
Dcatch_debugger.cpp50 mib[0] = CTL_KERN; in isDebuggerActive()
/external/libchrome/base/
Dbase_paths_posix.cc50 int name[] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in PathProviderPosix()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_freebsd.cc34 const int Mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid() }; in ReadProcMaps()
Dsanitizer_mac.cc396 int mib[2] = { CTL_KERN, KERN_OSRELEASE }; in GetMacosVersionInternal()
/external/libevent/
Darc4random.c180 int mib[] = { CTL_KERN, KERN_RANDOM, RANDOM_UUID }; in arc4_seed_sysctl_linux()
216 int mib[] = { CTL_KERN, KERN_ARND }; in arc4_seed_sysctl_bsd()
/external/v8/src/base/platform/
Dplatform-freebsd.cc52 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid()}; in GetSharedLibraryAddresses()
Dplatform-posix.cc913 int ctl_name[] = { CTL_KERN , KERN_OSRELEASE }; in InitializeTlsBaseOffset()
/external/libunwind/tests/
Dcrasher.c58 mib[0] = CTL_KERN; in write_maps()
/external/libchrome/base/debug/
Ddebugger_posix.cc83 CTL_KERN, in BeingDebugged()
/external/swiftshader/src/Reactor/
DDebug.cpp78 CTL_KERN, in IsUnderDebugger()
/external/swiftshader/src/System/
DDebug.cpp78 CTL_KERN, in IsUnderDebugger()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DThreading.inc171 int ctl[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID | KERN_PROC_INC_THREAD,
/external/kernel-headers/original/uapi/linux/
Dsysctl.h51 CTL_KERN=1, /* General kernel info and control */ enumerator
/external/mesa3d/src/gtest/src/
Dgtest-port.cc163 CTL_KERN, in GetThreadCount()
186 CTL_KERN, in GetThreadCount()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-port.cc162 CTL_KERN, in GetThreadCount()
185 CTL_KERN, in GetThreadCount()
/external/googletest/googletest/src/
Dgtest-port.cc164 CTL_KERN, in GetThreadCount()
187 CTL_KERN, in GetThreadCount()
/external/tensorflow/tensorflow/core/platform/
Denv.cc329 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1}; in GetExecutablePath()

12