/third_party/libunwind/libunwind/src/ |
H A D | os-freebsd.c | 63 mib[1] = KERN_PROC; in get_pid_by_tid() 102 mib[1] = KERN_PROC; in tdep_get_elf_image() 157 mib[1] = KERN_PROC; in tdep_get_exe_image_path()
|
/third_party/libuv/src/unix/ |
H A D | freebsd.c | 68 mib[1] = KERN_PROC; in uv_exepath() 144 mib[1] = KERN_PROC; in uv_resident_set_memory()
|
H A D | openbsd.c | 154 mib[1] = KERN_PROC; in uv_resident_set_memory()
|
/third_party/node/deps/uv/src/unix/ |
H A D | freebsd.c | 68 mib[1] = KERN_PROC; in uv_exepath() 139 mib[1] = KERN_PROC; in uv_resident_set_memory()
|
H A D | openbsd.c | 149 mib[1] = KERN_PROC; in uv_resident_set_memory()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-port.cc | 138 #undef KERN_PROC 139 #define KERN_PROC KERN_PROC2 156 KERN_PROC, 179 KERN_PROC,
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-port.cc | 146 #undef KERN_PROC macro 147 #define KERN_PROC KERN_PROC2 macro 164 KERN_PROC, in GetThreadCount() 187 KERN_PROC, in GetThreadCount()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-port.cc | 144 #undef KERN_PROC 145 #define KERN_PROC KERN_PROC2 162 KERN_PROC, 185 KERN_PROC,
|
/third_party/gn/src/util/ |
H A D | exe_path.cc | 63 int mib[] = {CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1}; in GetExePath()
|
/third_party/libunwind/libunwind/tests/ |
H A D | crasher.c | 59 mib[1] = KERN_PROC; in write_maps()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-freebsd.cc | 52 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid()}; in GetSharedLibraryAddresses()
|
/third_party/mesa3d/src/util/ |
H A D | u_process.c | 211 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in util_get_process_exec_path()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Debug.cpp | 79 KERN_PROC, in IsUnderDebugger()
|
/third_party/pulseaudio/src/pulse/ |
H A D | util.c | 248 int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in pa_get_binary_name()
|
/third_party/vulkan-loader/loader/ |
H A D | vk_loader_platform.h | 317 KERN_PROC, in loader_platform_executable_path()
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_util.h | 822 KERN_PROC,
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1424 pub const KERN_PROC: ::c_int = 66; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 954 pub const KERN_PROC: ::c_int = 14; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2046 pub const KERN_PROC: ::c_int = 14; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2252 pub const KERN_PROC: ::c_int = 14; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 2131 pub const KERN_PROC: ::c_int = 14; consts
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 4096 mib[1] = KERN_PROC;
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4107 pub const KERN_PROC: ::c_int = 14; consts
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 10435 mib[1] = KERN_PROC;
|