/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | getrlimit.c | 21 _syscall2(int, __syscall_ugetrlimit, enum __rlimit_resource, resource, in _syscall2() function 31 _syscall2(int, getrlimit, __rlimit_resource_t, resource, 39 _syscall2(int, __syscall_getrlimit, int, resource, struct rlimit *, rlim)
|
A D | getgroups.c | 16 _syscall2(int, getgroups, int, size, gid_t *, list) 19 _syscall2(int, getgroups, int, size, gid_t *, list) 29 _syscall2(int, __syscall_getgroups, int, size, __kernel_gid_t *, list)
|
A D | setrlimit.c | 21 _syscall2(int, __syscall_usetrlimit, enum __rlimit_resource, resource, in _syscall2() function 31 _syscall2(int, setrlimit, __rlimit_resource_t, resource, 44 _syscall2(int, __syscall_setrlimit, int, resource, const struct rlimit *, rlim)
|
A D | setgroups.c | 18 _syscall2(int, setgroups, size_t, size, const gid_t *, list) 21 _syscall2(int, setgroups, size_t, size, const gid_t *, list) 30 static __always_inline _syscall2(int, __syscall_setgroups,
|
A D | xattr.c | 77 _syscall2(int, removexattr, const char *, path, const char *, name) 81 _syscall2(int, lremovexattr, const char *, path, const char *, name) 85 _syscall2(int, fremovexattr, int, filedes, const char *, name)
|
A D | timerfd.c | 17 _syscall2(int, timerfd_create, int, clockid, int, flags) 31 _syscall2(int, timerfd_gettime, int, ufd, struct itimerspec *, otmr)
|
A D | setregid.c | 21 _syscall2(int, setregid, gid_t, rgid, gid_t, egid) 26 static __inline__ _syscall2(int, __syscall_setregid,
|
A D | setreuid.c | 21 _syscall2(int, setreuid, uid_t, ruid, uid_t, euid) 26 static __inline__ _syscall2(int, __syscall_setreuid,
|
A D | create_module.c | 22 static __inline__ _syscall2(long, __create_module, const char *, name, size_t, size) in _syscall2() function 49 _syscall2(unsigned long, create_module, const char *, name, size_t, size)
|
A D | bdflush.c | 14 _syscall2(int, bdflush, int, __func, long int, __data)
|
A D | swapon.c | 15 _syscall2(int, swapon, const char *, path, int, swapflags)
|
A D | getitimer.c | 12 _syscall2(int, getitimer, __itimer_which_t, which, struct itimerval *, value)
|
A D | getrusage.c | 13 _syscall2(int, getrusage, __rusage_who_t, who, struct rusage *, usage)
|
A D | mlock.c | 13 _syscall2(int, mlock, const void *, addr, size_t, len)
|
A D | munlock.c | 13 _syscall2(int, munlock, const void *, addr, size_t, len)
|
A D | munmap.c | 13 _syscall2(int, munmap, void *, start, size_t, length)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | dl-syscall.h | 98 static __always_inline _syscall2(int, _dl_stat, const char *, file_name, 107 static __always_inline _syscall2(int, _dl_fstat, int, fd, struct stat *, buf) in _syscall2() function 110 static __always_inline _syscall2(int, _dl_munmap, void *, start, unsigned long, length) in _syscall2() 177 static __always_inline _syscall2(int, _dl_gettimeofday, struct timeval *, tv, in _syscall2() function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/vax/bits/ |
A D | syscalls.h | 79 #ifdef _syscall2 80 # undef _syscall2 82 #define _syscall2(type, name, type1, arg1, type2, arg2) \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/ |
A D | sram-alloc.c | 6 _syscall2 (__ptr_t, sram_alloc, size_t, len, unsigned long, flags)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/metag/ |
A D | metag.c | 10 _syscall2(int,metag_setglobalbit,char *,addr,int,mask)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/ |
A D | fstat.c | 16 _syscall2(int, fstat, int, fd, struct stat *, buf)
|
A D | fstat64.c | 16 _syscall2(int, fstat64, int, fd, struct stat64 *, buf)
|
A D | lstat.c | 16 _syscall2(int, lstat, const char *, file_name, struct stat *, buf)
|
A D | lstat64.c | 16 _syscall2(int, lstat64, const char *, file_name, struct stat64 *, buf)
|
A D | stat.c | 16 _syscall2(int, stat, const char *, file_name, struct stat *, buf)
|