Home
last modified time | relevance | path

Searched refs:invoke_syscall (Results 1 – 4 of 4) sorted by relevance

/external/strace/tests-mx32/
Depoll_ctl.c12 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/
Depoll_ctl.c12 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/
Depoll_ctl.c12 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/
DChangeLog19151 * 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.