Searched refs:statfs64 (Results 1 - 9 of 9) sorted by last modified time

/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-darwin.h407 DECL_TEMPLATE(darwin, statfs64); // 345
H A Dsyswrap-darwin.c3354 PRE(statfs64)
3356 PRINT("statfs64 ( %#lx(%s), %#lx )",ARG1,(char *)ARG1,ARG2);
3357 PRE_REG_READ2(long, "statfs64", const char *, path, struct statfs64 *, buf);
3358 PRE_MEM_RASCIIZ( "statfs64(path)", ARG1 );
3359 PRE_MEM_WRITE( "statfs64(buf)", ARG2, sizeof(struct vki_statfs64) );
3361 POST(statfs64)
8199 MACXY(__NR_statfs64, statfs64),
H A Dsyswrap-generic.c2440 unsigned int, fd, vki_size_t, size, struct statfs64 *, buf);
4005 PRE_REG_READ3(long, "statfs64",
4006 const char *, path, vki_size_t, size, struct statfs64 *, buf);
4007 PRE_MEM_RASCIIZ( "statfs64(path)", ARG1 );
4008 PRE_MEM_WRITE( "statfs64(buf)", ARG3, ARG2 );
/external/valgrind/main/include/vki/
H A Dvki-darwin.h690 #define vki_statfs64 statfs64
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp3726 Syscall param statfs64(path) contains uninitialised byte(s)
3730 Syscall param statfs64(size) contains uninitialised byte(s)
3734 Syscall param statfs64(buf) contains uninitialised byte(s)
3738 Syscall param statfs64(path) points to unaddressable byte(s)
3743 Syscall param statfs64(buf) points to unaddressable byte(s)
/external/strace/
H A Dfile.c69 struct statfs64 { struct
83 struct statfs64 { struct
1840 struct statfs64 statbuf;
1882 if (tcp->u_arg[1] == sizeof (struct statfs64))
1897 if (tcp->u_arg[1] == sizeof (struct statfs64))
/external/kernel-headers/original/asm-arm/
H A Dstatfs.h28 struct statfs64 { struct
/external/kernel-headers/original/asm-mips/
H A Dstatfs.h44 struct statfs64 { struct
63 struct statfs64 { /* Same as struct statfs */ struct
/external/kernel-headers/original/asm-x86/
H A Dstatfs.h34 struct statfs64 { struct

Completed in 373 milliseconds