• Home
  • Raw
  • Download

Lines Matching refs:fd

136 extern int os_stat_fd(const int fd, struct uml_stat *buf);
138 extern int os_set_exec_close(int fd);
139 extern int os_ioctl_generic(int fd, unsigned int cmd, unsigned long arg);
140 extern int os_get_ifname(int fd, char *namebuf);
141 extern int os_set_slip(int fd);
142 extern int os_mode_fd(int fd, int mode);
143 extern int os_fsync_file(int fd);
145 extern int os_seek_file(int fd, unsigned long long offset);
147 extern int os_read_file(int fd, void *buf, int len);
148 extern int os_write_file(int fd, const void *buf, int count);
149 extern int os_sync_file(int fd);
151 extern int os_pread_file(int fd, void *buf, int len, unsigned long long offset);
152 extern int os_pwrite_file(int fd, const void *buf, int count, unsigned long long offset);
154 extern int os_pipe(int *fd, int stream, int close_on_exec);
155 extern int os_set_fd_async(int fd);
156 extern int os_clear_fd_async(int fd);
157 extern int os_set_fd_block(int fd, int blocking);
158 extern int os_accept_connection(int fd);
160 extern int os_shutdown_socket(int fd, int r, int w);
161 extern void os_close_file(int fd);
162 extern int os_rcv_fd(int fd, int *helper_pid_out);
167 extern int os_lock_file(int fd, int excl);
176 extern int os_fchange_dir(int fd);
180 extern int os_falloc_punch(int fd, unsigned long long offset, int count);
182 extern int os_sendmsg_fds(int fd, const void *buf, unsigned int len,
206 extern int os_map_memory(void *virt, int fd, unsigned long long off,
246 extern int raw(int fd);
283 extern int is_skas_winch(int pid, int fd, void *data);
287 extern int map_stub_pages(int fd, unsigned long code, unsigned long data,
303 extern int os_add_epoll_fd(int events, int fd, void *data);
304 extern int os_mod_epoll_fd(int events, int fd, void *data);
305 extern int os_del_epoll_fd(int fd);
310 extern int add_sigio_fd(int fd);
311 extern int ignore_sigio_fd(int fd);
312 extern void maybe_sigio_broken(int fd, int read);
313 extern void sigio_broken(int fd, int read);