Lines Matching defs:fd
36 int socket_set_cork(int fd, int v) in socket_set_cork()
45 int socket_set_nodelay(int fd) in socket_set_nodelay()
130 int qemu_dup_flags(int fd, int flags) in qemu_dup_flags()
175 int qemu_dup(int fd) in qemu_dup()
198 int fd; in qemu_probe_lock_ops() local
242 static int qemu_lock_fcntl(int fd, int64_t start, int64_t len, int fl_type) in qemu_lock_fcntl()
256 int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive) in qemu_lock_fd()
261 int qemu_unlock_fd(int fd, int64_t start, int64_t len) in qemu_unlock_fd()
266 int qemu_lock_fd_test(int fd, int64_t start, int64_t len, bool exclusive) in qemu_lock_fd_test()
400 int qemu_close(int fd) in qemu_close()
433 ssize_t qemu_write_full(int fd, const void *buf, size_t count) in qemu_write_full()
555 readv_writev(int fd, const struct iovec *iov, int iov_cnt, bool do_write) in readv_writev()
589 readv(int fd, const struct iovec *iov, int iov_cnt) in readv()
595 writev(int fd, const struct iovec *iov, int iov_cnt) in writev()
608 int qemu_fdatasync(int fd) in qemu_fdatasync()