Home
last modified time | relevance | path

Searched refs:safe_syscall5 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h505 #define safe_syscall5(type, name, type1, arg1, type2, arg2, type3, arg3, \ macro
/openbmc/qemu/linux-user/
H A Dsyscall.c635 #define safe_syscall5(type, name, type1, arg1, type2, arg2, type3, arg3, \ macro
659 safe_syscall5(int, waitid, idtype_t, idtype, id_t, id, siginfo_t *, infop, \ in safe_syscall3()
662 safe_syscall5(int, execveat, int, dirfd, const char *, filename, in safe_syscall3()
670 safe_syscall5(int, ppoll, struct pollfd *, ufds, unsigned int, nfds, in safe_syscall3()
691 safe_syscall5(ssize_t, preadv, int, fd, const struct iovec *, iov, int, iovcnt, in safe_syscall3()
693 safe_syscall5(ssize_t, pwritev, int, fd, const struct iovec *, iov, int, iovcnt, in safe_syscall3()
721 safe_syscall5(int, ipc, int, call, long, first, long, second, long, third, in safe_syscall3()
733 safe_syscall5(int, msgrcv, int, msgid, void *, msgp, size_t, sz, in safe_syscall3()
742 safe_syscall5(int, mq_timedsend, int, mqdes, const char *, msg_ptr, in safe_syscall3()
747 safe_syscall5(int, mq_timedreceive, int, mqdes, char *, msg_ptr, in safe_syscall3()