Home
last modified time | relevance | path

Searched refs:safe_syscall4 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/bsd-user/freebsd/
H A Dos-syscall.c48 safe_syscall4(int, openat, int, fd, const char *, path, int, flags, mode_t,
52 safe_syscall4(ssize_t, pread, int, fd, void *, buf, size_t, nbytes, off_t,
55 safe_syscall4(ssize_t, preadv, int, fd, const struct iovec *, iov, int, iovcnt,
59 safe_syscall4(ssize_t, pwrite, int, fd, void *, buf, size_t, nbytes, off_t,
62 safe_syscall4(ssize_t, pwritev, int, fd, const struct iovec *, iov, int, iovcnt,
66 safe_syscall4(pid_t, wait4, pid_t, wpid, int *, status, int, options,
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h498 #define safe_syscall4(type, name, type1, arg1, type2, arg2, type3, arg3, \ macro
/openbmc/qemu/linux-user/
H A Dsyscall.c628 #define safe_syscall4(type, name, type1, arg1, type2, arg2, type3, arg3, \ macro
653 safe_syscall4(int, openat, int, dirfd, const char *, pathname, \ in safe_syscall3()
656 safe_syscall4(pid_t, wait4, pid_t, pid, int *, status, int, options, \ in safe_syscall3()
705 safe_syscall4(int, rt_sigtimedwait, const sigset_t *, these, siginfo_t *, uinfo, in safe_syscall3()
708 safe_syscall4(int, accept4, int, fd, struct sockaddr *, addr, socklen_t *, len, in safe_syscall3()
716 safe_syscall4(int, clock_nanosleep, const clockid_t, clock, int, flags, in safe_syscall3()
729 safe_syscall4(int, msgsnd, int, msgid, const void *, msgp, size_t, sz, in safe_syscall3()
737 safe_syscall4(int, semtimedop, int, semid, struct sembuf *, tsops, in safe_syscall3()