Searched refs:fd_out (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dubd_user.c32 int start_io_thread(unsigned long sp, int *fd_out) argument
43 *fd_out = fds[1];
45 err = os_set_fd_block(*fd_out, 0);
64 *fd_out = -1;
H A Dchan_user.c220 static int winch_tramp(int fd, struct tty_struct *tty, int *fd_out, argument
249 *fd_out = fds[0];
260 if (os_set_fd_block(*fd_out, 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dcws2fws.c30 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; local
46 fd_out = open(argv[2], O_WRONLY | O_CREAT, 00644);
47 if (fd_out < 0) {
56 close(fd_out);
77 if (write(fd_out, &buf_in, 8) < 8) {
113 if (write(fd_out, &buf_out, zstream.total_out - last_out) <
134 if ( lseek(fd_out, 4, SEEK_SET) < 0
135 || write(fd_out, &buf_in, 4) < 4) {
143 close(fd_out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dcws2fws.c24 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; local
42 fd_out = open(argv[2], O_WRONLY|O_CREAT, 00644);
43 if (fd_out < 0)
54 close(fd_out);
72 if (write(fd_out, &buf_in, 8) < 8) {
107 if (write(fd_out, &buf_out, zstream.total_out - last_out) < zstream.total_out - last_out) {
128 lseek(fd_out, 4, SEEK_SET);
129 if (write(fd_out, &buf_in, 4) < 4) {
137 close(fd_out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Drawmidi.c41 int fd_in = -1,fd_out = -1; local
123 fd_out = open(node_out,O_WRONLY);
124 if (fd_out<0) {
130 fd_in = fd_out = open(node_out,O_RDWR);
131 if (fd_out<0) {
163 if (handle_out || fd_out!=-1) {
179 if (fd_out!=-1) {
181 ch=0x90; write(fd_out,&ch,1);
182 ch=60; write(fd_out,&ch,1);
183 ch=100; write(fd_out,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dasyncdns.c53 static int fd_in = -1, fd_out = -1; variable
97 if (write_data(fd_out, (char *)&r, sizeof(r)) != sizeof(r))
148 fd_out = fd2[1];
156 fd_out = fd1[1];
187 return write_data(fd_out, (char *)&r, sizeof(r)) == sizeof(r);
208 close(fd_out);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/drivers/
H A Dtuntap_user.c64 static int tuntap_open_tramp(char *gate, int *fd_out, int me, int remote, argument
71 char buf[CMSG_SPACE(sizeof(*fd_out))];
125 *fd_out = ((int *) CMSG_DATA(cmsg))[0];
126 os_set_exec_close(*fd_out);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_uncompress.c74 uncompress(int fd_in, int fd_out) argument
264 full_write(fd_out, outbuf, outpos);
293 full_write(fd_out, outbuf, outpos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Devent.h1035 event_base is copied into *base_out, the fd is copied into *fd_out, and so
1041 struct event_base **base_out, evutil_socket_t *fd_out, short *events_out,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent.c1888 event_get_assignment(const struct event *event, struct event_base **base_out, evutil_socket_t *fd_out, short *events_out, event_callback_fn *callback_out, void **arg_out) argument
1894 if (fd_out)
1895 *fd_out = event->ev_fd;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dsplice.c1699 int, fd_out, loff_t __user *, off_out,
1713 out = fget_light(fd_out, &fput_out);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h764 USE_DESKTOP(long long) int uncompress(int fd_in, int fd_out);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsyscalls.h783 int fd_out, loff_t __user *off_out,

Completed in 242 milliseconds