HomeSort by relevance Sort by last modified time
    Searched refs:sys_statvfs64 (Results 1 - 4 of 4) sorted by null

  /external/valgrind/memcheck/tests/x86-solaris/
scalar.c 27 static void sys_statvfs64(void) function
29 GO(SYS_statvfs64, "2s 2m");
30 SY(SYS_statvfs64, x0 + 1, x0 + 1); FAIL;
39 GO(SYS_statvfs64, "4s 0m");
40 SY(SYS_statvfs64, x0 + path, x0 + &stats); SUCC;
87 /* SYS_statvfs64 218 */
88 sys_statvfs64();
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-solaris.h 73 DECL_TEMPLATE(x86_solaris, sys_statvfs64);
syswrap-x86-solaris.c 797 PRE(sys_statvfs64)
801 PRINT("sys_statvfs64 ( %#lx(%s), %#lx )", ARG1, (HChar *) ARG1, ARG2);
    [all...]
syswrap-solaris.c     [all...]

Completed in 66 milliseconds