/third_party/ltp/testcases/open_posix_testsuite/include/ |
H A D | ncpu.h | 44 int mib[2]; in get_ncpu() local
|
/third_party/node/deps/v8/src/base/ |
H A D | sys-info.cc | 41 int mib[2] = {CTL_HW, HW_NCPU}; in NumberOfProcessors() local 67 int mib[2] = {CTL_HW, HW_MEMSIZE}; in AmountOfPhysicalMemory() local
|
/third_party/gn/src/util/ |
H A 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/libunwind/libunwind/tests/ |
H A D | crasher.c | 50 int mib[4], error; in write_maps() local
|
/third_party/ffmpeg/libavutil/ |
H A D | cpu.c | 216 int mib[2] = { CTL_HW, HW_NCPUONLINE }; in av_cpu_count() local 222 int mib[2] = { CTL_HW, HW_NCPU }; in av_cpu_count() local
|
/third_party/libunwind/libunwind/src/ |
H A 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; tdep_get_exe_image_path() local [all...] |
/third_party/libuv/src/unix/ |
H A D | openbsd.c | 62 int mib[4]; in uv_exepath() local 151 int mib[6]; in uv_resident_set_memory() local [all...] |
H A D | freebsd.c | 61 int mib[4]; in uv_exepath() local 141 int mib[4]; in uv_resident_set_memory() local [all...] |
H A D | netbsd.c | 73 int mib[4]; in uv_exepath() local
|
/third_party/lzma/CPP/Windows/ |
H A D | System.cpp | 194 int mib[2] = { CTL_HW, HW_MEMSIZE };
in GetRamSize() local 197 int mib[2] = { CTL_HW, HW_PHYSMEM64 };
in GetRamSize() local 200 int mib[2] = { CTL_HW, HW_PHYSMEM };
in GetRamSize() local
|
/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() local
|
/third_party/node/deps/uv/src/unix/ |
H A D | openbsd.c | 62 int mib[4]; in uv_exepath() local 146 int mib[6]; in uv_resident_set_memory() local [all...] |
H A D | freebsd.c | 61 int mib[4]; in uv_exepath() local 136 int mib[4]; in uv_resident_set_memory() local [all...] |
H A D | netbsd.c | 73 int mib[4]; in uv_exepath() local
|
/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() local 291 int mib[] = { CTL_KERN, KERN_PROCARGS, getpid(), 0 }; in pa_get_binary_name() local
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_cpu.c | 114 int mib[] = { CTL_KERN, KERN_CP_TIME }; in get_cpu_stats() local 134 int mib[] = { CTL_KERN, KERN_CP_TIME, cpu_index }; in get_cpu_stats() local [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 222 int mib[2]; in sysctl_random() local
|
/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 222 int mib[2]; in sysctl_random() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | sysinfo.cc | 178 int mib[2] = {CTL_HW, HW_CPU_FREQ}; in GetNominalCPUFrequency() local
|
/third_party/mesa3d/src/util/ |
H A D | u_cpu_detect.c | 626 const int mib[] = { CTL_HW, HW_NCPUONLINE }; in util_cpu_detect_once() local 641 const int mib[] = { CTL_HW, HW_NCPU }; in util_cpu_detect_once() local 662 const int mib[] = { CTL_HW, HW_NCPU }; in util_cpu_detect_once() local
|
/third_party/benchmark/src/ |
H A D | sysinfo.cc | 149 int mib[2]; in GetSysctlImp() local
|
/third_party/lwip/src/apps/snmp/ |
H A 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_instance_len) snmp_mib_tree_resolve_exact() argument 1017 snmp_mib_tree_resolve_next(const struct snmp_mib *mib, const u32_t *oid, u8_t oid_len, struct snmp_obj_id *oidret) snmp_mib_tree_resolve_next() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp.c | 854 int mib[] = { CTL_NET, AF_ROUTE, 0, AF_LINK, NET_RT_IFLIST, 0 }; in eth_get() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp.c | 876 int mib[] = { CTL_NET, AF_ROUTE, 0, AF_LINK, NET_RT_IFLIST, 0 }; in eth_get() local
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 805 int mib[2]; in getchunksize() local
|