Searched refs:safe_syscall6 (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/bsd-user/ |
| H A D | syscall_defs.h | 513 #define safe_syscall6(type, name, type1, arg1, type2, arg2, type3, arg3, \ macro
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | os-syscall.c | 68 safe_syscall6(pid_t, wait6, idtype_t, idtype, id_t, id, int *, status, int,
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 691 #define safe_syscall6(type, name, type1, arg1, type2, arg2, type3, arg3, \ macro 718 safe_syscall6(int, pselect6, int, nfds, fd_set *, readfds, fd_set *, writefds, \ in safe_syscall3() 726 safe_syscall6(int, epoll_pwait, int, epfd, struct epoll_event *, events, in safe_syscall3() 730 safe_syscall6(int,futex,int *,uaddr,int,op,int,val, \ in safe_syscall3() 734 safe_syscall6(int,futex_time64,int *,uaddr,int,op,int,val, \ in safe_syscall3() 749 safe_syscall6(ssize_t, sendto, int, fd, const void *, buf, size_t, len, in safe_syscall3() 751 safe_syscall6(ssize_t, recvfrom, int, fd, void *, buf, size_t, len, in safe_syscall3() 776 safe_syscall6(int, ipc, int, call, long, first, long, second, long, third, in safe_syscall3() 803 safe_syscall6(ssize_t, copy_file_range, int, infd, loff_t *, pinoff, in safe_syscall3()
|