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 | 617 #define safe_syscall2(type, name, type1, arg1, type2, arg2) \ macro 686 safe_syscall2(int, rt_sigsuspend, sigset_t *, newset, size_t, sigsetsize) in safe_syscall3() 687 safe_syscall2(int, kill, pid_t, pid, int, sig) in safe_syscall3() 688 safe_syscall2(int, tkill, int, tid, int, sig) in safe_syscall3() 704 safe_syscall2(int, flock, int, fd, int, operation) in safe_syscall3() 712 safe_syscall2(int, nanosleep, const struct timespec *, req, in safe_syscall3()
|