Searched refs:_syscall3 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/tcg/arm/ |
H A D | hello-arm.c | 55 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ macro 107 _syscall3(int,write,int,fd,const char *,buf, int, len);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/ |
H A D | 0003-mpoad-Drop-old-hack-to-compile-with-very-old-glibc.patch | 29 -_syscall3(int,poll,struct pollfd *,ufds,unsigned int,nfds,int,timeout);
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | unistd.h | 125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ macro
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 217 #undef _syscall3 240 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ macro 327 _syscall3(int,sys_syslog,int,type,char*,bufp,int,len) 333 _syscall3(int,sys_close_range,int,first,int,last,int,flags) 357 _syscall3(int, sys_sched_getaffinity, pid_t, pid, unsigned int, len, 360 _syscall3(int, sys_sched_setaffinity, pid_t, pid, unsigned int, len, 379 _syscall3(int, sys_sched_setattr, pid_t, pid, struct sched_attr *, attr, 384 _syscall3(int, sys_sched_setscheduler, pid_t, pid, int, policy, 404 _syscall3(int, ioprio_set, int, which, int, who, int, ioprio) 7221 _syscall3(int, sys_setresuid, uid_t, ruid, uid_t, euid, uid_t, suid) [all …]
|