Searched refs:SYSCALL_INVOKE (Results 1 – 9 of 9) sorted by relevance
/external/strace/tests/ |
D | xstatfsx.c | 74 long rc = SYSCALL_INVOKE(sample, fd, b, sizeof(*b)); in print_statfs() 113 long rc = SYSCALL_INVOKE("", -1, 0, sizeof(STRUCT_STATFS)); in main() 120 rc = SYSCALL_INVOKE("", -1, addr, sizeof(STRUCT_STATFS) + 1); in main()
|
D | xstatfs.c | 28 #define SYSCALL_INVOKE(file, desc, ptr, size) \ macro
|
D | xstatfs64.c | 28 #define SYSCALL_INVOKE(file, desc, ptr, size) \ macro
|
/external/strace/tests-mx32/ |
D | xstatfsx.c | 74 long rc = SYSCALL_INVOKE(sample, fd, b, sizeof(*b)); in print_statfs() 113 long rc = SYSCALL_INVOKE("", -1, 0, sizeof(STRUCT_STATFS)); in main() 120 rc = SYSCALL_INVOKE("", -1, addr, sizeof(STRUCT_STATFS) + 1); in main()
|
D | xstatfs.c | 28 #define SYSCALL_INVOKE(file, desc, ptr, size) \ macro
|
D | xstatfs64.c | 28 #define SYSCALL_INVOKE(file, desc, ptr, size) \ macro
|
/external/strace/tests-m32/ |
D | xstatfsx.c | 74 long rc = SYSCALL_INVOKE(sample, fd, b, sizeof(*b)); in print_statfs() 113 long rc = SYSCALL_INVOKE("", -1, 0, sizeof(STRUCT_STATFS)); in main() 120 rc = SYSCALL_INVOKE("", -1, addr, sizeof(STRUCT_STATFS) + 1); in main()
|
D | xstatfs.c | 28 #define SYSCALL_INVOKE(file, desc, ptr, size) \ macro
|
D | xstatfs64.c | 28 #define SYSCALL_INVOKE(file, desc, ptr, size) \ macro
|