/third_party/libunwind/src/ |
D | os-freebsd.c | 55 int mib[3], error; in get_pid_by_tid() local 95 int mib[4], error, ret; in tdep_get_elf_image() local 152 int mib[4], error; in tdep_get_exe_image_path() local
|
/third_party/gn/src/util/ |
D | exe_path.cc | 63 int mib[] = {CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1}; in GetExePath() local 75 int mib[] = {CTL_KERN, KERN_PROC_ARGS, getpid(), KERN_PROC_PATHNAME}; in GetExePath() local
|
/third_party/flutter/skia/third_party/externals/sdl/src/filesystem/unix/ |
D | SDL_sysfilesystem.c | 85 const int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in SDL_GetBasePath() local 97 const int mib[] = { CTL_KERN, KERN_PROC_ARGS, getpid(), KERN_PROC_ARGV }; in SDL_GetBasePath() local
|
/third_party/ltp/testcases/open_posix_testsuite/include/ |
D | ncpu.h | 44 int mib[2]; in get_ncpu() local
|
/third_party/flutter/engine/flutter/runtime/ |
D | ptrace_ios.cc | 47 int mib[5] = {CTL_KERN, KERN_PROC, KERN_PROC_PID, self, 0}; in DebuggedIOS() local
|
/third_party/ffmpeg/libavutil/ |
D | cpu.c | 295 int mib[2] = { CTL_HW, HW_NCPUONLINE }; in av_cpu_count() local 301 int mib[2] = { CTL_HW, HW_NCPU }; in av_cpu_count() local
|
/third_party/libuv/src/unix/ |
D | openbsd.c | 62 int mib[4]; in uv_exepath() local 146 int mib[6]; in uv_resident_set_memory() local
|
D | freebsd.c | 61 int mib[4]; in uv_exepath() local 136 int mib[4]; in uv_resident_set_memory() local
|
D | netbsd.c | 73 int mib[4]; in uv_exepath() local
|
/third_party/mesa3d/src/util/ |
D | u_cpu_detect.c | 624 const int mib[] = { CTL_HW, HW_NCPUONLINE }; in util_cpu_detect_once() local 639 const int mib[] = { CTL_HW, HW_NCPU }; in util_cpu_detect_once() local 660 const int mib[] = { CTL_HW, HW_NCPU }; in util_cpu_detect_once() local
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_cpu.c | 114 int mib[] = { CTL_KERN, KERN_CP_TIME }; in get_cpu_stats() local 119 int mib[] = { CTL_KERN, KERN_CPTIME }; in get_cpu_stats() local 134 int mib[] = { CTL_KERN, KERN_CP_TIME, cpu_index }; in get_cpu_stats() local
|
/third_party/boost/libs/log/src/ |
D | process_name.cpp | 130 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in get_process_name() local
|
/third_party/lwip/src/apps/snmp/ |
D | snmp_core.c | 774 const struct snmp_mib *mib; in snmp_get_node_instance_from_oid() local 813 const struct snmp_mib *mib; in snmp_get_next_node_instance_from_oid() local 983 snmp_mib_tree_resolve_exact(const struct snmp_mib *mib, const u32_t *oid, u8_t oid_len, u8_t *oid_i… in snmp_mib_tree_resolve_exact() 1017 snmp_mib_tree_resolve_next(const struct snmp_mib *mib, const u32_t *oid, u8_t oid_len, struct snmp_… in snmp_mib_tree_resolve_next()
|
/third_party/libunwind/tests/ |
D | crasher.c | 50 int mib[4], error; in write_maps() local
|
/third_party/pixman/pixman/ |
D | pixman-ppc.c | 60 int mib[2] = { CTL_MACHDEP, CPU_ALTIVEC }; in pixman_have_vmx() local
|
/third_party/boost/boost/dll/detail/posix/ |
D | program_location_impl.hpp | 66 int mib[4]; in program_location_impl() local
|
/third_party/pulseaudio/src/pulse/ |
D | util.c | 286 int mib[] = { CTL_KERN, KERN_PROCARGS, getpid(), 0 }; in pa_get_binary_name() local
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitWXExecAllocator.c | 79 int mib[3]; in netbsd_se_protected() local
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavutils.c | 478 int mib[] = { CTL_HW, HW_NCPU }; in gst_ffmpeg_auto_max_threads() local
|
/third_party/boost/tools/build/src/engine/ |
D | jam.cpp | 744 int mib[ 4 ] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in executable_path() local
|
/third_party/abseil-cpp/absl/base/internal/ |
D | sysinfo.cc | 111 int mib[2] = {CTL_HW, HW_CPU_FREQ}; in GetNominalCPUFrequency() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | sysinfo.cc | 178 int mib[2] = {CTL_HW, HW_CPU_FREQ}; in GetNominalCPUFrequency() local
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 162 int mib[] = { in GetThreadCount() local 185 int mib[] = { in GetThreadCount() local
|
/third_party/googletest/googletest/src/ |
D | gtest-port.cc | 163 int mib[] = { in GetThreadCount() local 186 int mib[] = { in GetThreadCount() local
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | sysinfo.cc | 140 int mib[2]; in GetSysctlImp() local
|