Searched refs:os_close_file (Results 1 - 25 of 30) sorted by path

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dchan_kern.c94 os_close_file(fd);
H A Dchan_user.c176 os_close_file(fds[1]);
177 os_close_file(fds[0]);
H A Ddaemon_user.c119 os_close_file(fd);
121 os_close_file(pri->control);
164 os_close_file(pri->fd);
166 os_close_file(pri->control);
H A Dharddog_user.c28 os_close_file(data->stdin);
29 os_close_file(data->stdout);
30 os_close_file(data->close_me[0]);
31 os_close_file(data->close_me[1]);
72 os_close_file(out_fds[0]);
73 os_close_file(in_fds[1]);
100 os_close_file(in_fds[0]);
101 os_close_file(in_fds[1]);
103 os_close_file(out_fds[0]);
104 os_close_file(out_fd
[all...]
H A Dhostaudio_kern.c217 os_close_file(state->fd);
274 os_close_file(state->fd);
H A Dline.c811 os_close_file(winch->fd);
H A Dmcast_user.c130 os_close_file(fd);
149 os_close_file(fd);
H A Dnet_user.c174 os_close_file(data->close_me);
195 os_close_file(fds[0]);
196 os_close_file(fds[1]);
H A Dport_kern.c62 os_close_file(conn->fd);
125 os_close_file(fd);
222 os_close_file(fd);
249 os_close_file(conn->socket[0]);
251 os_close_file(conn->socket[1]);
262 os_close_file(conn->fd);
303 os_close_file(port->fd);
H A Dport_user.c100 os_close_file(fd);
150 os_close_file(fd);
166 os_close_file(data->sock_fd);
169 os_close_file(data->pipe_fd);
200 os_close_file(socket[0]);
202 os_close_file(socket[1]);
204 os_close_file(new);
H A Dpty.c91 (void) os_close_file(master);
H A Dslip_user.c69 if(data->close_me >= 0) os_close_file(data->close_me);
102 os_close_file(fds[1]);
115 os_close_file(fds[0]);
122 os_close_file(fds[0]);
123 os_close_file(fds[1]);
184 os_close_file(sfd);
186 os_close_file(mfd);
208 os_close_file(fd);
209 os_close_file(pri->slave);
H A Dslirp_user.c73 os_close_file(fds[0]);
74 os_close_file(fds[1]);
83 os_close_file(fd);
84 os_close_file(pri->slave);
H A Dubd_kern.c568 os_close_file(ubd_dev->fd);
572 os_close_file(ubd_dev->cow.fd);
637 os_close_file(ubd_dev->fd);
1327 os_close_file(fd);
1351 os_close_file(fd);
H A Dubd_user.c57 os_close_file(fds[0]);
58 os_close_file(fds[1]);
H A Dxterm.c118 os_close_file(fd);
183 os_close_file(fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dos.h157 extern void os_close_file(int fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dinitrd.c73 os_close_file(fd);
H A Dirq.c464 os_close_file(fds[0]);
465 os_close_file(fds[1]);
H A Dksyms.c75 EXPORT_SYMBOL(os_close_file); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/skas/
H A Dmmu.c145 os_close_file(mmu->id.u.mm_fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dprocess_kern.c105 os_close_file(task->thread.mode.tt.switch_pipe[0]);
106 os_close_file(task->thread.mode.tt.switch_pipe[1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Daio.c238 os_close_file(fds[0]);
239 os_close_file(fds[1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/drivers/
H A Dethertap_user.c90 os_close_file(data->data_me);
91 os_close_file(data->control_me);
124 os_close_file(data_remote);
125 os_close_file(control_remote);
195 os_close_file(fd);
197 os_close_file(pri->data_fd);
199 os_close_file(pri->control_fd);
H A Dtuntap_user.c65 os_close_file(data->close_me);
91 os_close_file(remote);
157 os_close_file(pri->fd);
189 os_close_file(fds[0]);
202 os_close_file(fd);

Completed in 131 milliseconds

12