Searched refs:read_fd (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Drx.c40 #define read_fd STDIN_FILENO macro
50 n = read(read_fd, &buf, 1);
57 static int receive(/*int read_fd, */int file_fd)
69 tcflush(read_fd, TCIFLUSH);
226 tcflush(read_fd, TCIFLUSH);
247 /*read_fd = xopen(CURRENT_TTY, O_RDWR);*/
250 termios_err = tcgetattr(read_fd, &tty);
254 tcsetattr(read_fd, TCSAFLUSH, &tty);
263 tcsetattr(read_fd, TCSAFLUSH, &orig_tty);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Drx.c40 #define read_fd STDIN_FILENO macro
50 n = read(read_fd, &buf, 1);
57 static int receive(/*int read_fd, */int file_fd)
69 tcflush(read_fd, TCIFLUSH);
226 tcflush(read_fd, TCIFLUSH);
247 /*read_fd = xopen(CURRENT_TTY, O_RDWR);*/
250 termios_err = tcgetattr(read_fd, &tty);
254 tcsetattr(read_fd, TCSAFLUSH, &tty);
263 tcsetattr(read_fd, TCSAFLUSH, &orig_tty);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Drx.c40 #define read_fd STDIN_FILENO macro
50 n = read(read_fd, &buf, 1);
57 static int receive(/*int read_fd, */int file_fd)
69 tcflush(read_fd, TCIFLUSH);
226 tcflush(read_fd, TCIFLUSH);
247 /*read_fd = xopen(CURRENT_TTY, O_RDWR);*/
250 termios_err = tcgetattr(read_fd, &tty);
254 tcsetattr(read_fd, TCSAFLUSH, &tty);
263 tcsetattr(read_fd, TCSAFLUSH, &orig_tty);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Doplock_irix.c29 int read_fd; member in struct:irix_oplocks_context
149 if(read(ctx->read_fd, &dummy, 1) != 1) {
162 if(sys_fcntl_ptr(ctx->read_fd, F_OPLKSTAT, &os) < 0) {
330 ctx->read_fd = pfd[0];
335 ctx->read_fd,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Doplock_irix.c29 int read_fd; member in struct:irix_oplocks_context
149 if(read(ctx->read_fd, &dummy, 1) != 1) {
162 if(sys_fcntl_ptr(ctx->read_fd, F_OPLKSTAT, &os) < 0) {
330 ctx->read_fd = pfd[0];
335 ctx->read_fd,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Doplock_irix.c29 int read_fd; member in struct:irix_oplocks_context
149 if(read(ctx->read_fd, &dummy, 1) != 1) {
162 if(sys_fcntl_ptr(ctx->read_fd, F_OPLKSTAT, &os) < 0) {
330 ctx->read_fd = pfd[0];
335 ctx->read_fd,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dmod_rrdtool.c38 int read_fd, write_fd; member in struct:__anon4538
83 close(p->read_fd);
172 p->read_fd = from_rrdtool_fds[0];
176 fd_close_on_exec(p->read_fd);
277 if (-1 == (r = safe_read(p->read_fd, p->resp->ptr, p->resp->size - 1))) {
441 if (-1 == (r = safe_read(p->read_fd, p->resp->ptr, p->resp->size - 1))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dmod_rrdtool.c38 int read_fd, write_fd; member in struct:__anon5443
83 close(p->read_fd);
172 p->read_fd = from_rrdtool_fds[0];
176 fd_close_on_exec(p->read_fd);
277 if (-1 == (r = safe_read(p->read_fd, p->resp->ptr, p->resp->size - 1))) {
441 if (-1 == (r = safe_read(p->read_fd, p->resp->ptr, p->resp->size - 1))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dmod_rrdtool.c38 int read_fd, write_fd; member in struct:__anon39468
83 close(p->read_fd);
172 p->read_fd = from_rrdtool_fds[0];
176 fd_close_on_exec(p->read_fd);
277 if (-1 == (r = safe_read(p->read_fd, p->resp->ptr, p->resp->size - 1))) {
441 if (-1 == (r = safe_read(p->read_fd, p->resp->ptr, p->resp->size - 1))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/gdb/
H A Dcallback.h100 void (*pipe_empty) PARAMS ((host_callback *, int read_fd, int write_fd));
104 void (*pipe_nonempty) PARAMS ((host_callback *, int read_fd, int write_fd));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/gdb/
H A Dcallback.h100 void (*pipe_empty) PARAMS ((host_callback *, int read_fd, int write_fd));
104 void (*pipe_nonempty) PARAMS ((host_callback *, int read_fd, int write_fd));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/gdb/
H A Dcallback.h100 void (*pipe_empty) PARAMS ((host_callback *, int read_fd, int write_fd));
104 void (*pipe_nonempty) PARAMS ((host_callback *, int read_fd, int write_fd));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Dvfs_aio_fork.c108 static ssize_t read_fd(int fd, void *ptr, size_t nbytes, int *recvfd) function
309 ret = read_fd(sockfd, &cmd_struct, sizeof(cmd_struct), &fd);
311 DEBUG(10, ("read_fd returned %d: %s\n", (int)ret,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Dvfs_aio_fork.c108 static ssize_t read_fd(int fd, void *ptr, size_t nbytes, int *recvfd) function
309 ret = read_fd(sockfd, &cmd_struct, sizeof(cmd_struct), &fd);
311 DEBUG(10, ("read_fd returned %d: %s\n", (int)ret,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Dvfs_aio_fork.c108 static ssize_t read_fd(int fd, void *ptr, size_t nbytes, int *recvfd) function
309 ret = read_fd(sockfd, &cmd_struct, sizeof(cmd_struct), &fd);
311 DEBUG(10, ("read_fd returned %d: %s\n", (int)ret,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/torture/
H A Dtorture.c2202 static void do_local_lock(int read_fd, int write_fd) argument
2255 if (read(read_fd, &c, 1) != 1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/torture/
H A Dtorture.c2202 static void do_local_lock(int read_fd, int write_fd) argument
2255 if (read(read_fd, &c, 1) != 1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/torture/
H A Dtorture.c2202 static void do_local_lock(int read_fd, int write_fd) argument
2255 if (read(read_fd, &c, 1) != 1) {

Completed in 285 milliseconds