Home
last modified time | relevance | path

Searched refs:_syscall2 (Results 1 – 25 of 90) sorted by relevance

1234

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dgetrlimit.c21 _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 Dgetgroups.c16 _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 Dsetrlimit.c21 _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 Dsetgroups.c18 _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 Dxattr.c77 _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 Dtimerfd.c17 _syscall2(int, timerfd_create, int, clockid, int, flags)
31 _syscall2(int, timerfd_gettime, int, ufd, struct itimerspec *, otmr)
A Dsetregid.c21 _syscall2(int, setregid, gid_t, rgid, gid_t, egid)
26 static __inline__ _syscall2(int, __syscall_setregid,
A Dsetreuid.c21 _syscall2(int, setreuid, uid_t, ruid, uid_t, euid)
26 static __inline__ _syscall2(int, __syscall_setreuid,
A Dcreate_module.c22 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 Dbdflush.c14 _syscall2(int, bdflush, int, __func, long int, __data)
A Dswapon.c15 _syscall2(int, swapon, const char *, path, int, swapflags)
A Dgetitimer.c12 _syscall2(int, getitimer, __itimer_which_t, which, struct itimerval *, value)
A Dgetrusage.c13 _syscall2(int, getrusage, __rusage_who_t, who, struct rusage *, usage)
A Dmlock.c13 _syscall2(int, mlock, const void *, addr, size_t, len)
A Dmunlock.c13 _syscall2(int, munlock, const void *, addr, size_t, len)
A Dmunmap.c13 _syscall2(int, munmap, void *, start, size_t, length)
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/
A Ddl-syscall.h98 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 Dsyscalls.h79 #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 Dsram-alloc.c6 _syscall2 (__ptr_t, sram_alloc, size_t, len, unsigned long, flags)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/metag/
A Dmetag.c10 _syscall2(int,metag_setglobalbit,char *,addr,int,mask)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/
A Dfstat.c16 _syscall2(int, fstat, int, fd, struct stat *, buf)
A Dfstat64.c16 _syscall2(int, fstat64, int, fd, struct stat64 *, buf)
A Dlstat.c16 _syscall2(int, lstat, const char *, file_name, struct stat *, buf)
A Dlstat64.c16 _syscall2(int, lstat64, const char *, file_name, struct stat64 *, buf)
A Dstat.c16 _syscall2(int, stat, const char *, file_name, struct stat *, buf)

Completed in 17 milliseconds

1234