Home
last modified time | relevance | path

Searched refs:safe_syscall4 (Results 1 – 2 of 2) 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