Searched refs:safe_syscall2 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/bsd-user/ |
H A D | syscall_defs.h | 486 #define safe_syscall2(type, name, type1, arg1, type2, arg2) \ macro
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 643 #define safe_syscall2(type, name, type1, arg1, type2, arg2) \ macro 716 safe_syscall2(int, rt_sigsuspend, sigset_t *, newset, size_t, sigsetsize) in safe_syscall3() 717 safe_syscall2(int, kill, pid_t, pid, int, sig) in safe_syscall3() 718 safe_syscall2(int, tkill, int, tid, int, sig) in safe_syscall3() 734 safe_syscall2(int, flock, int, fd, int, operation) in safe_syscall3() 742 safe_syscall2(int, nanosleep, const struct timespec *, req, in safe_syscall3()
|