Searched refs:SYSCALL_INVOKE (Results 1 - 9 of 9) sorted by relevance
/external/strace/tests/ |
H A D | xstatfs.c | 28 #define SYSCALL_INVOKE(file, desc, ptr, size) \ macro
|
H A D | xstatfs64.c | 28 #define SYSCALL_INVOKE(file, desc, ptr, size) \ macro
|
H A D | xstatfsx.c | 68 long rc = SYSCALL_INVOKE(sample, fd, b, sizeof(*b)); 107 long rc = SYSCALL_INVOKE("", -1, 0, sizeof(STRUCT_STATFS)); 114 rc = SYSCALL_INVOKE("", -1, addr, sizeof(STRUCT_STATFS) + 1);
|
/external/strace/tests-m32/ |
H A D | xstatfs.c | 28 #define SYSCALL_INVOKE(file, desc, ptr, size) \ macro
|
H A D | xstatfs64.c | 28 #define SYSCALL_INVOKE(file, desc, ptr, size) \ macro
|
H A D | xstatfsx.c | 68 long rc = SYSCALL_INVOKE(sample, fd, b, sizeof(*b)); 107 long rc = SYSCALL_INVOKE("", -1, 0, sizeof(STRUCT_STATFS)); 114 rc = SYSCALL_INVOKE("", -1, addr, sizeof(STRUCT_STATFS) + 1);
|
/external/strace/tests-mx32/ |
H A D | xstatfs.c | 28 #define SYSCALL_INVOKE(file, desc, ptr, size) \ macro
|
H A D | xstatfs64.c | 28 #define SYSCALL_INVOKE(file, desc, ptr, size) \ macro
|
H A D | xstatfsx.c | 68 long rc = SYSCALL_INVOKE(sample, fd, b, sizeof(*b)); 107 long rc = SYSCALL_INVOKE("", -1, 0, sizeof(STRUCT_STATFS)); 114 rc = SYSCALL_INVOKE("", -1, addr, sizeof(STRUCT_STATFS) + 1);
|
Completed in 111 milliseconds