Lines Matching defs:fd

43 int os_stat_fd(const int fd, struct uml_stat *ubuf)  in os_stat_fd()
88 int os_ioctl_generic(int fd, unsigned int cmd, unsigned long arg) in os_ioctl_generic()
100 int os_get_ifname(int fd, char* namebuf) in os_get_ifname()
108 int os_set_slip(int fd) in os_set_slip()
123 int os_mode_fd(int fd, int mode) in os_mode_fd()
181 int fd, err, f = 0; in os_open_file() local
218 int fd, err; in os_connect_socket() local
243 void os_close_file(int fd) in os_close_file()
247 int os_fsync_file(int fd) in os_fsync_file()
254 int os_seek_file(int fd, unsigned long long offset) in os_seek_file()
264 int os_read_file(int fd, void *buf, int len) in os_read_file()
273 int os_pread_file(int fd, void *buf, int len, unsigned long long offset) in os_pread_file()
282 int os_write_file(int fd, const void *buf, int len) in os_write_file()
291 int os_sync_file(int fd) in os_sync_file()
300 int os_pwrite_file(int fd, const void *buf, int len, unsigned long long offset) in os_pwrite_file()
323 int fd; in os_file_size() local
364 int os_set_exec_close(int fd) in os_set_exec_close()
404 int os_set_fd_async(int fd) in os_set_fd_async()
431 int os_clear_fd_async(int fd) in os_clear_fd_async()
445 int os_set_fd_block(int fd, int blocking) in os_set_fd_block()
464 int os_accept_connection(int fd) in os_accept_connection()
486 int os_shutdown_socket(int fd, int r, int w) in os_shutdown_socket()
505 int os_rcv_fd(int fd, int *helper_pid_out) in os_rcv_fd()
577 int os_lock_file(int fd, int excl) in os_lock_file()
619 int os_falloc_punch(int fd, unsigned long long offset, int len) in os_falloc_punch()
628 int os_falloc_zeroes(int fd, unsigned long long offset, int len) in os_falloc_zeroes()
639 int fd = eventfd(initval, flags); in os_eventfd() local
646 int os_sendmsg_fds(int fd, const void *buf, unsigned int len, const int *fds, in os_sendmsg_fds()