/external/libppp/src/ |
D | exec.c | 74 int fd_out; /* output descriptor */ member 90 if (dev->fd_out != -1) in exec_Free() 91 close(dev->fd_out); in exec_Free() 111 if (dev->fd_out >= 0) { in exec_device2iov() 112 *auxfd = dev->fd_out; in exec_device2iov() 127 if (dev->fd_out >= 0) { in exec_RemoveFromSet() 128 if (w && FD_ISSET(dev->fd_out, w)) { in exec_RemoveFromSet() 129 FD_CLR(dev->fd_out, w); in exec_RemoveFromSet() 130 log_Printf(LogTIMER, "%s: fdunset(w) %d\n", p->link.name, dev->fd_out); in exec_RemoveFromSet() 133 if (e && FD_ISSET(dev->fd_out, e)) { in exec_RemoveFromSet() [all …]
|
D | prompt.c | 333 p->fd_out = STDOUT_FILENO; in prompt_Create() 342 p->fd_in = p->fd_out = fd; in prompt_Create() 367 if (p->fd_out != p->fd_in) in prompt_Destroy() 368 close(p->fd_out); in prompt_Destroy()
|
D | prompt.h | 42 int fd_in, fd_out; member
|
D | command.c | 657 fd = arg->prompt->fd_out; in ShellCommand()
|
/external/qemu/ |
D | qemu-char.c | 601 int fd_in, fd_out; member 611 return send_all(s->fd_out, buf, len); in fd_chr_write() 676 static CharDriverState *qemu_chr_open_fd(int fd_in, int fd_out) in qemu_chr_open_fd() argument 684 s->fd_out = fd_out; in qemu_chr_open_fd() 697 int fd_out; in qemu_chr_open_file_out() local 699 TFR(fd_out = qemu_open(qemu_opt_get(opts, "path"), in qemu_chr_open_file_out() 701 if (fd_out < 0) in qemu_chr_open_file_out() 703 return qemu_chr_open_fd(-1, fd_out); in qemu_chr_open_file_out() 708 int fd_in, fd_out; in qemu_chr_open_pipe() local 720 TFR(fd_out = qemu_open(filename_out, O_RDWR | O_BINARY)); in qemu_chr_open_pipe() [all …]
|
/external/valgrind/unittest/ |
D | posix_tests.cc | 169 int fd_out = -1; variable 177 CHECK(size == write(fd_out, str, size)); in Writer() 199 fd_out = creat(out_name, O_WRONLY | S_IRWXU); in TEST() 202 CHECK(fd_out >= 0); in TEST() 210 close(fd_out); in TEST()
|
/external/openssh/ |
D | sftp-client.c | 70 int fd_out; member 114 if (atomiciov6(writev, conn->fd_out, iov, 2, in send_msg() 162 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id); in send_string_request() 178 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id); in send_string_attrs_request() 333 do_init(int fd_in, int fd_out, u_int transfer_buflen, u_int num_requests, in do_init() argument 342 ret->fd_out = fd_out; in do_init()
|
D | packet.c | 216 packet_set_connection(int fd_in, int fd_out) in packet_set_connection() argument 225 active_state->connection_out = fd_out; in packet_set_connection()
|
/external/v8/tools/ |
D | test.py | 535 (fd_out, outname) = tempfile.mkstemp() 541 stdout = fd_out, 544 os.close(fd_out)
|
/external/valgrind/main/drd/tests/ |
D | tsan_unittest.cpp | 4765 int fd_out = -1; variable 4772 IGNORE_RETURN_VALUE(write(fd_out, str, strlen(str) + 1)); in Writer() 4790 fd_out = creat(out_name, O_WRONLY | S_IRWXU); in Run() 4799 CHECK(fd_out >= 0); in Run() 4807 close(fd_out); in Run()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-linux.c | 3945 int, fd_out, vki_loff_t *, off_out, in PRE() 3963 int, fd_in, int, fd_out, in PRE()
|