Searched refs:invoke_syscall (Results 1 – 4 of 4) sorted by relevance
/external/strace/tests-mx32/ |
D | epoll_ctl.c | 12 invoke_syscall(unsigned long epfd, unsigned long op, unsigned long fd, void *ev) in invoke_syscall() function 24 long rc = invoke_syscall(-1U, EPOLL_CTL_ADD, -2U, ev); in main() 29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev); in main() 33 rc = invoke_syscall(-1UL, EPOLL_CTL_MOD, -16UL, 0); in main()
|
/external/strace/tests/ |
D | epoll_ctl.c | 12 invoke_syscall(unsigned long epfd, unsigned long op, unsigned long fd, void *ev) in invoke_syscall() function 24 long rc = invoke_syscall(-1U, EPOLL_CTL_ADD, -2U, ev); in main() 29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev); in main() 33 rc = invoke_syscall(-1UL, EPOLL_CTL_MOD, -16UL, 0); in main()
|
/external/strace/tests-m32/ |
D | epoll_ctl.c | 12 invoke_syscall(unsigned long epfd, unsigned long op, unsigned long fd, void *ev) in invoke_syscall() function 24 long rc = invoke_syscall(-1U, EPOLL_CTL_ADD, -2U, ev); in main() 29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev); in main() 33 rc = invoke_syscall(-1UL, EPOLL_CTL_MOD, -16UL, 0); in main()
|
/external/strace/ |
D | ChangeLog | 19151 * tests/epoll_ctl.c (invoke_syscall): Replace 23689 epoll_ctl.c: In function 'invoke_syscall': 23898 * tests/epoll_ctl.c (invoke_syscall): Likewise. 29397 * tests/epoll_ctl.c (invoke_syscall): New function.
|