Searched refs:safe_syscall5 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/bsd-user/ |
H A D | syscall_defs.h | 505 #define safe_syscall5(type, name, type1, arg1, type2, arg2, type3, arg3, \ macro
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 664 #define safe_syscall5(type, name, type1, arg1, type2, arg2, type3, arg3, \ macro 692 safe_syscall5(int, waitid, idtype_t, idtype, id_t, id, siginfo_t *, infop, \ in safe_syscall3() 695 safe_syscall5(int, execveat, int, dirfd, const char *, filename, in safe_syscall3() 703 safe_syscall5(int, ppoll, struct pollfd *, ufds, unsigned int, nfds, in safe_syscall3() 724 safe_syscall5(ssize_t, preadv, int, fd, const struct iovec *, iov, int, iovcnt, in safe_syscall3() 726 safe_syscall5(ssize_t, pwritev, int, fd, const struct iovec *, iov, int, iovcnt, in safe_syscall3() 754 safe_syscall5(int, ipc, int, call, long, first, long, second, long, third, in safe_syscall3() 766 safe_syscall5(int, msgrcv, int, msgid, void *, msgp, size_t, sz, in safe_syscall3() 775 safe_syscall5(int, mq_timedsend, int, mqdes, const char *, msg_ptr, in safe_syscall3() 780 safe_syscall5(int, mq_timedreceive, int, mqdes, char *, msg_ptr, in safe_syscall3()
|