Searched refs:CTL_KERN (Results 1 – 25 of 27) sorted by relevance
12
/external/strace/xlat/ |
D | sysctl_root.h | 11 #if defined(CTL_KERN) || (defined(HAVE_DECL_CTL_KERN) && HAVE_DECL_CTL_KERN) 12 XLAT(CTL_KERN),
|
D | sysctl_root.in | 1 CTL_KERN
|
/external/libchrome/base/process/ |
D | process_iterator_mac.cc | 27 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()
|
D | process_handle_mac.cc | 19 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, process }; in GetParentProcessId()
|
/external/strace/ |
D | sysctl.c | 80 case CTL_KERN: in SYS_FUNC() 172 && ((name[0] == CTL_KERN in SYS_FUNC()
|
D | configure.ac | 439 CTL_KERN,
|
/external/libunwind/src/ |
D | os-freebsd.c | 62 mib[0] = CTL_KERN; in get_pid_by_tid() 102 mib[0] = CTL_KERN; in map_create_list()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps_freebsd.cc | 34 const int Mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid() }; in ReadProcMaps()
|
D | sanitizer_mac.cc | 361 int mib[2] = { CTL_KERN, KERN_OSRELEASE }; in GetMacosVersionInternal()
|
D | sanitizer_linux.cc | 716 const int Mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in ReadBinaryName()
|
/external/libevent/ |
D | arc4random.c | 180 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()
|
D | config.h.in | 24 /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
|
D | configure.ac | 272 AC_CHECK_DECLS([CTL_KERN, KERN_RANDOM, RANDOM_UUID, KERN_ARND], [], [],
|
/external/libunwind/tests/ |
D | crasher.c | 58 mib[0] = CTL_KERN; in write_maps()
|
/external/libchrome/base/debug/ |
D | debugger_posix.cc | 80 CTL_KERN, in BeingDebugged()
|
/external/libchrome/base/time/ |
D | time_mac.cc | 35 int mib[2] = {CTL_KERN, KERN_BOOTTIME}; in ComputeCurrentTicks()
|
/external/kernel-headers/original/uapi/linux/ |
D | sysctl.h | 52 CTL_KERN=1, /* General kernel info and control */ enumerator
|
/external/v8/src/base/platform/ |
D | platform-posix.cc | 669 int ctl_name[] = { CTL_KERN , KERN_OSRELEASE }; in InitializeTlsBaseOffset()
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 759 #define VKI_CTL_KERN CTL_KERN
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 1535 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, in WriteMiscInfoStream()
|
/external/curl/lib/vtls/ |
D | darwinssl.c | 788 mib[0] = CTL_KERN; in GetDarwinVersionNumber()
|
/external/google-breakpad/src/client/ios/ |
D | Breakpad.mm | 227 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PID, pid};
|
/external/google-breakpad/src/client/mac/Framework/ |
D | Breakpad.mm | 243 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PID, pid};
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 87 int ctl_name[] = {CTL_KERN, KERN_OSRELEASE}; in OSHasAVXSupport()
|
/external/valgrind/coregrind/ |
D | m_main.c | 1465 Int mib[] = {CTL_KERN, KERN_VERSION}; in print_preamble()
|
12