Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dsysctl_root.h11 #if defined(CTL_KERN) || (defined(HAVE_DECL_CTL_KERN) && HAVE_DECL_CTL_KERN)
12 XLAT(CTL_KERN),
Dsysctl_root.in1 CTL_KERN
/external/libchrome/base/process/
Dprocess_iterator_mac.cc27 int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_UID, in ProcessIterator()
85 int mib[] = { CTL_KERN, KERN_PROCARGS, kinfo.kp_proc.p_pid }; in CheckForNextProcess()
Dprocess_handle_mac.cc19 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, process }; in GetParentProcessId()
/external/strace/
Dsysctl.c80 case CTL_KERN: in SYS_FUNC()
172 && ((name[0] == CTL_KERN in SYS_FUNC()
Dconfigure.ac439 CTL_KERN,
/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/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.cc361 int mib[2] = { CTL_KERN, KERN_OSRELEASE }; in GetMacosVersionInternal()
Dsanitizer_linux.cc716 const int Mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in ReadBinaryName()
/external/libevent/
Darc4random.c180 int mib[] = { CTL_KERN, KERN_RANDOM, RANDOM_UUID }; in arc4_seed_sysctl_linux()
217 int mib[] = { CTL_KERN, KERN_ARND }; in arc4_seed_sysctl_bsd()
Dconfig.h.in24 /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
Dconfigure.ac272 AC_CHECK_DECLS([CTL_KERN, KERN_RANDOM, RANDOM_UUID, KERN_ARND], [], [],
/external/libunwind/tests/
Dcrasher.c58 mib[0] = CTL_KERN; in write_maps()
/external/libchrome/base/debug/
Ddebugger_posix.cc80 CTL_KERN, in BeingDebugged()
/external/libchrome/base/time/
Dtime_mac.cc35 int mib[2] = {CTL_KERN, KERN_BOOTTIME}; in ComputeCurrentTicks()
/external/kernel-headers/original/uapi/linux/
Dsysctl.h52 CTL_KERN=1, /* General kernel info and control */ enumerator
/external/v8/src/base/platform/
Dplatform-posix.cc669 int ctl_name[] = { CTL_KERN , KERN_OSRELEASE }; in InitializeTlsBaseOffset()
/external/valgrind/include/vki/
Dvki-darwin.h759 #define VKI_CTL_KERN CTL_KERN
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1535 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, in WriteMiscInfoStream()
/external/curl/lib/vtls/
Ddarwinssl.c788 mib[0] = CTL_KERN; in GetDarwinVersionNumber()
/external/google-breakpad/src/client/ios/
DBreakpad.mm227 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PID, pid};
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm243 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PID, pid};
/external/v8/src/ia32/
Dassembler-ia32.cc87 int ctl_name[] = {CTL_KERN, KERN_OSRELEASE}; in OSHasAVXSupport()
/external/valgrind/coregrind/
Dm_main.c1465 Int mib[] = {CTL_KERN, KERN_VERSION}; in print_preamble()

12