Searched defs:_syscall1 (Results 1 – 14 of 14) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | getpgid.c | 16 static __inline__ _syscall1(__kernel_pid_t, __syscall_getpgid, __kernel_pid_t, pid) in _syscall1() function
|
A D | getsid.c | 16 static __inline__ _syscall1(__kernel_pid_t, __syscall_getsid, __kernel_pid_t, pid) in _syscall1() function
|
A D | nice.c | 19 static __inline__ _syscall1(int, __syscall_nice, int, incr) in _syscall1() function
|
A D | chroot.c | 17 static __inline__ _syscall1(int, __syscall_chroot, const char *, path) in _syscall1() function
|
A D | sched_getscheduler.c | 15 static __inline__ _syscall1(int, __syscall_sched_getscheduler, __kernel_pid_t, pid) in _syscall1() function
|
A D | epoll.c | 15 _syscall1(int, epoll_create, int, size) in _syscall1() function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/h8300/bits/ |
A D | syscalls.h | 39 #define _syscall1(type, name, atype, a) \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | dl-syscall.h | 56 static __always_inline _syscall1(void, _dl_exit, int, status) in _syscall1() function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh64/bits/ |
A D | syscalls.h | 41 #define _syscall1(type,name,type1,arg1) \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/vax/bits/ |
A D | syscalls.h | 56 #define _syscall1(type, name, type1, arg1) \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/bits/ |
A D | syscalls.h | 53 #define _syscall1(type,name,type1,arg1) \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | syscalls-common.h | 107 #define _syscall1(args...) SYSCALL_FUNC(1, args) macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/e1/bits/ |
A D | unistd.h | 35 #define _syscall1(type, name,atype, a) \ macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/c6x/bits/ |
A D | syscalls.h | 172 #define _syscall1(args...) SYSCALL_FUNC(1, args) macro
|
Completed in 14 milliseconds