HomeSort by relevance Sort by last modified time
    Searched refs:fd_out (Results 1 - 11 of 11) sorted by null

  /external/libppp/src/
exec.c 74 int fd_out; /* output descriptor */ member in struct:execdevice
90 if (dev->fd_out != -1)
91 close(dev->fd_out);
111 if (dev->fd_out >= 0) {
112 *auxfd = dev->fd_out;
127 if (dev->fd_out >= 0) {
128 if (w && FD_ISSET(dev->fd_out, w)) {
129 FD_CLR(dev->fd_out, w);
130 log_Printf(LogTIMER, "%s: fdunset(w) %d\n", p->link.name, dev->fd_out);
133 if (e && FD_ISSET(dev->fd_out, e))
    [all...]
prompt.h 42 int fd_in, fd_out; member in struct:prompt
44 FILE *Term; /* sits on top of fd_out */
prompt.c 333 p->fd_out = STDOUT_FILENO;
342 p->fd_in = p->fd_out = fd;
367 if (p->fd_out != p->fd_in)
368 close(p->fd_out);
command.c 657 fd = arg->prompt->fd_out;
    [all...]
  /external/qemu/
qemu-char.c 601 int fd_in, fd_out; member in struct:__anon12577
611 return send_all(s->fd_out, buf, len);
676 static CharDriverState *qemu_chr_open_fd(int fd_in, int fd_out)
684 s->fd_out = fd_out;
697 int fd_out; local
699 TFR(fd_out = qemu_open(qemu_opt_get(opts, "path"),
701 if (fd_out < 0)
703 return qemu_chr_open_fd(-1, fd_out);
708 int fd_in, fd_out; local
737 int fd_out = qemu_opt_get_number(opts, "fdout",-1); local
1852 HANDLE fd_out; local
    [all...]
  /external/valgrind/unittest/
posix_tests.cc 169 int fd_out = -1; member in namespace:test98
177 CHECK(size == write(fd_out, str, size));
199 fd_out = creat(out_name, O_WRONLY | S_IRWXU);
202 CHECK(fd_out >= 0);
210 close(fd_out);
  /external/openssh/
sftp-client.c 70 int fd_out; member in struct:sftp_conn
114 if (atomiciov6(writev, conn->fd_out, iov, 2,
162 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id);
178 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id);
333 do_init(int fd_in, int fd_out, u_int transfer_buflen, u_int num_requests,
342 ret->fd_out = fd_out;
    [all...]
packet.c 216 packet_set_connection(int fd_in, int fd_out)
225 active_state->connection_out = fd_out;
    [all...]
  /external/v8/tools/
test.py 535 (fd_out, outname) = tempfile.mkstemp()
541 stdout = fd_out,
544 os.close(fd_out)
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 4765 int fd_out = -1; member in namespace:test98
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 927 milliseconds