HomeSort by relevance Sort by last modified time
    Searched refs:sysinfo (Results 126 - 143 of 143) sorted by null

1 2 3 4 56

  /external/strace/
resource.c 393 struct sysinfo si;
  /external/chromium_org/third_party/tcmalloc/vendor/
Makefile.am 186 SYSINFO_INCLUDES = src/base/sysinfo.h \
193 libsysinfo_la_SOURCES = src/base/sysinfo.cc \
241 # We also need to tell mingw that sysinfo.cc needs shlwapi.lib.
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 47 #include <sys/sysinfo.h>
126 unsigned struct_sysinfo_sz = sizeof(struct sysinfo);
    [all...]
  /external/kernel-headers/original/linux/
mm.h 886 extern void si_meminfo(struct sysinfo * val);
887 extern void si_meminfo_node(struct sysinfo *val, int nid);
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 22 # offset into the results returned by the sysinfo syscall
309 # push $SYSCALL_SYSINFO # sysinfo() syscall
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 21 # offset into the results returned by the sysinfo syscall
308 # push $SYSCALL_SYSINFO # sysinfo() syscall
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
cmdline.py 479 for label, info in self.coverage.sysinfo():
control.py 631 def sysinfo(self): member in class:coverage
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 20 # offset into the results returned by the sysinfo syscall
  /bionic/libc/arch-arm/
syscalls.mk 195 syscall_src += arch-arm/syscalls/sysinfo.S
  /bionic/libc/arch-mips/
syscalls.mk 198 syscall_src += arch-mips/syscalls/sysinfo.S
  /bionic/libc/arch-x86/
syscalls.mk 199 syscall_src += arch-x86/syscalls/sysinfo.S
  /external/chromium_org/chrome/browser/resources/feedback/js/
feedback.js 164 // Concatenate sysinfo if we had any initial system information
293 chrome.feedbackPrivate.getSystemInformation(function(sysInfo) {
294 systemInfo = sysInfo;
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 42 #include <sys/sysinfo.h>
    [all...]
  /external/libpcap/
pcap-dlpi.c     [all...]
  /external/ppp/pppd/
sys-solaris.c     [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 809 PRE_REG_READ1(long, "sysinfo", struct sysinfo *, info);
810 PRE_MEM_WRITE( "sysinfo(info)", ARG1, sizeof(struct vki_sysinfo) );
    [all...]

Completed in 467 milliseconds

1 2 3 4 56