Searched refs:safe_syscall6 (Results 1 – 4 of 4) 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/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0009-linux-user-Replace-use-of-lfs64-related-functions-an.patch | 22 @@ -762,8 +762,8 @@ safe_syscall6(ssize_t, copy_file_range, int, infd, loff_t *, pinoff,
|
/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 | 670 #define safe_syscall6(type, name, type1, arg1, type2, arg2, type3, arg3, \ macro 697 safe_syscall6(int, pselect6, int, nfds, fd_set *, readfds, fd_set *, writefds, \ in safe_syscall3() 705 safe_syscall6(int, epoll_pwait, int, epfd, struct epoll_event *, events, in safe_syscall3() 709 safe_syscall6(int,futex,int *,uaddr,int,op,int,val, \ in safe_syscall3() 713 safe_syscall6(int,futex_time64,int *,uaddr,int,op,int,val, \ in safe_syscall3() 728 safe_syscall6(ssize_t, sendto, int, fd, const void *, buf, size_t, len, in safe_syscall3() 730 safe_syscall6(ssize_t, recvfrom, int, fd, void *, buf, size_t, len, in safe_syscall3() 755 safe_syscall6(int, ipc, int, call, long, first, long, second, long, third, in safe_syscall3() 782 safe_syscall6(ssize_t, copy_file_range, int, infd, loff_t *, pinoff, in safe_syscall3()
|