Home
last modified time | relevance | path

Searched refs:safe_syscall6 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h513 #define safe_syscall6(type, name, type1, arg1, type2, arg2, type3, arg3, \ macro
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch23 @@ -761,8 +761,8 @@ safe_syscall6(ssize_t, copy_file_range,
/openbmc/qemu/bsd-user/freebsd/
H A Dos-syscall.c68 safe_syscall6(pid_t, wait6, idtype_t, idtype, id_t, id, int *, status, int,
/openbmc/qemu/linux-user/
H A Dsyscall.c643 #define safe_syscall6(type, name, type1, arg1, type2, arg2, type3, arg3, \ macro
666 safe_syscall6(int, pselect6, int, nfds, fd_set *, readfds, fd_set *, writefds, \ in safe_syscall3()
674 safe_syscall6(int, epoll_pwait, int, epfd, struct epoll_event *, events, in safe_syscall3()
678 safe_syscall6(int,futex,int *,uaddr,int,op,int,val, \ in safe_syscall3()
682 safe_syscall6(int,futex_time64,int *,uaddr,int,op,int,val, \ in safe_syscall3()
697 safe_syscall6(ssize_t, sendto, int, fd, const void *, buf, size_t, len, in safe_syscall3()
699 safe_syscall6(ssize_t, recvfrom, int, fd, void *, buf, size_t, len, in safe_syscall3()
724 safe_syscall6(int, ipc, int, call, long, first, long, second, long, third, in safe_syscall3()
751 safe_syscall6(ssize_t, copy_file_range, int, infd, loff_t *, pinoff, in safe_syscall3()