Searched refs:fd_in (Results 1 - 8 of 8) sorted by relevance

/external/libppp/src/
H A Dprompt.c143 if (p->fd_in >= 0) {
145 FD_SET(p->fd_in, r);
146 log_Printf(LogTIMER, "prompt %s: fdset(r) %d\n", p->src.from, p->fd_in);
150 FD_SET(p->fd_in, e);
151 log_Printf(LogTIMER, "prompt %s: fdset(e) %d\n", p->src.from, p->fd_in);
154 if (sets && *n < p->fd_in + 1)
155 *n = p->fd_in + 1;
167 return p->fd_in >= 0 && FD_ISSET(p->fd_in, fdset);
193 n = read(p->fd_in, linebuf
[all...]
H A Dprompt.h42 int fd_in, fd_out; member in struct:prompt
51 unsigned readtilde : 1; /* We've read a ``~'' from fd_in */
/external/qemu/
H A Dqemu-char.c601 int fd_in, fd_out; member in struct:__anon11625
635 size = read(s->fd_in, buf, len);
638 qemu_set_fd_handler2(s->fd_in, NULL, NULL, NULL, NULL);
651 if (s->fd_in >= 0) {
652 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) {
654 qemu_set_fd_handler2(s->fd_in, fd_chr_read_poll,
664 if (s->fd_in >= 0) {
665 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) {
667 qemu_set_fd_handler2(s->fd_in, NULL, NULL, NULL, NULL);
676 static CharDriverState *qemu_chr_open_fd(int fd_in, in argument
708 int fd_in, fd_out; local
736 int fd_in = qemu_opt_get_number(opts, "fdin",-1); local
[all...]
/external/valgrind/unittest/
H A Dposix_tests.cc170 int fd_in = -1; member in namespace:test98
182 while (read(fd_in, buff, 100) == 0)
201 fd_in = open(in_name, 0, O_RDONLY);
203 CHECK(fd_in >= 0);
209 close(fd_in);
/external/openssh/
H A Dsftp-client.c69 int fd_in; member in struct:sftp_conn
128 if (atomicio6(read, conn->fd_in, buffer_ptr(m), 4,
141 if (atomicio6(read, conn->fd_in, buffer_ptr(m), msg_len,
333 do_init(int fd_in, int fd_out, u_int transfer_buflen, u_int num_requests, argument
341 ret->fd_in = fd_in;
H A Dpacket.c216 packet_set_connection(int fd_in, int fd_out) argument
224 active_state->connection_in = fd_in;
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp4766 int fd_in = -1; member in namespace:test98
4777 while (read(fd_in, buff, 100) == 0)
4798 fd_in = open(in_name, 0, O_RDONLY);
4800 CHECK(fd_in >= 0);
4806 close(fd_in);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c3689 int, fd_in, vki_loff_t *, off_in,
3692 if (!ML_(fd_allowed)(ARG1, "splice(fd_in)", tid, False) ||

Completed in 495 milliseconds