/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | mmap.c | 15 # ifndef _syscall6 20 static _syscall6(void *, _mmap, void *, addr, size_t, len, 23 #elif defined __NR_mmap2 && defined _syscall6 32 static __inline__ _syscall6(void *, __syscall_mmap2, void *, addr, size_t, len,
|
A D | splice.c | 15 _syscall6(ssize_t, splice, int, __fdin, off64_t *, __offin, int, __fdout,
|
A D | pread_write.c | 35 static _syscall6(ssize_t, __syscall_pread, int, fd, void *, buf, in _syscall6() function 57 static _syscall6(ssize_t, __syscall_pwrite, int, fd, const void *, buf, in _syscall6()
|
A D | epoll.c | 47 static __always_inline _syscall6(int, __syscall_epoll_pwait, int, epfd, struct epoll_event *, event… in _syscall6() function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/vax/bits/ |
A D | syscalls.h | 215 #ifdef _syscall6 216 # undef _syscall6 218 #define _syscall6(type, name, type1, arg1, type2, arg2, type3, arg3, \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | socketcalls.c | 203 # elif defined __NR_recvfrom && defined _syscall6 in libc_hidden_def() 224 # if defined __NR_recvfrom && defined _syscall6 in lt_libc_hidden() 269 # elif defined __NR_sendto && defined _syscall6 in lt_libc_hidden() 309 # if defined __NR_sendto && defined _syscall6 in lt_libc_hidden()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/sysvipc/ |
A D | __syscall_ipc.c | 15 _syscall6(int, __syscall_ipc, unsigned int, call, long, first, long, second, long,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/avr32/ |
A D | mmap.c | 15 static __inline__ _syscall6(void *, mmap2, void *, addr, size_t, len, int, prot, in _syscall6() function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | syscalls-common.h | 113 #define _syscall6(args...) SYSCALL_FUNC(6, args) macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh64/bits/ |
A D | syscalls.h | 107 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5, type6, arg6) \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/e1/bits/ |
A D | unistd.h | 166 #define _syscall6(type, name,atype, a, btype, b, ctype, c, dtype, d, etype, e, ftype, f) \ macro 436 #define _syscall6(type, name,atype, a, btype, b, ctype, c, dtype, d, etype, e, ftype, f) \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/bits/ |
A D | syscalls.h | 119 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5, type6, arg6) \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/c6x/bits/ |
A D | syscalls.h | 178 #define _syscall6(args...) SYSCALL_FUNC(6, args) macro
|