Searched refs:efd (Results 1 - 6 of 6) sorted by relevance

/external/openssh/
H A Dchannels.h99 int efd; /* extended fd */ member in struct:Channel
190 /* check whether 'efd' is still in use */
193 (c->efd != -1 || \
197 c->efd != -1 && (!(c->flags & (CHAN_EOF_RCVD|CHAN_CLOSE_RCVD)) || \
H A Dchannels.c224 channel_register_fds(Channel *c, int rfd, int wfd, int efd, argument
230 channel_max_fd = MAX(channel_max_fd, efd);
236 if (efd != -1 && efd != rfd && efd != wfd)
237 fcntl(efd, F_SETFD, FD_CLOEXEC);
242 c->efd = efd;
255 if (efd != -1)
256 set_nonblock(efd);
265 channel_new(char *ctype, int type, int rfd, int wfd, int efd, u_int window, u_int maxpack, int extusage, char *remote_name, int nonblock) argument
759 channel_set_fds(int id, int rfd, int wfd, int efd, int extusage, int nonblock, int is_tty, u_int window_max) argument
[all...]
H A Dnchan.c456 c->efd != -1 &&
458 debug2("channel %d: active efd: %d len %d",
459 c->self, c->efd, buffer_len(&c->extended));
/external/qemu/telephony/
H A Dsysdeps_posix.c423 fd_set rfd, wfd, efd; local
429 memcpy(&efd, &_s_fdsets[2], sizeof(fd_set));
446 n = select( _s_maxfd+1, &rfd, &wfd, &efd, timeout);
464 if(FD_ISSET(i, &efd)) events |= SYS_EVENT_ERROR;
/external/libxml2/
H A Dnanoftp.c1543 fd_set rfd, efd; local
1553 FD_ZERO(&efd);
1554 FD_SET(ctxt->controlFd, &efd);
1555 res = select(ctxt->controlFd + 1, &rfd, NULL, &efd, &tv);
1725 fd_set rfd, efd; local
1768 FD_ZERO(&efd);
1769 FD_SET(ctxt->dataFd, &efd);
1770 res = select(ctxt->dataFd + 1, &rfd, NULL, &efd, &tv);
/external/elfutils/tests/
H A Drun-strings-test.sh293 testfile6: efd N10__gnu_test9gnu_obj_2IlEE
336 testfile7: efd N10__gnu_test9gnu_obj_2IlEE

Completed in 141 milliseconds