Home
last modified time | relevance | path

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

/tools/include/nolibc/
Dnolibc.h403 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ macro
979 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ macro
1377 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ macro
1676 return my_syscall6(__NR_pselect6, nfds, rfds, wfds, efds, timeout ? &t : NULL, NULL); in sys_select()