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

  /external/dropbear/
cli-channel.c 56 common_recv_msg_channel_data(channel, channel->errfd, channel->extrabuf);
common-channel.c 148 newchan->errfd = FD_CLOSED; /* this isn't always set to start with */
212 if (ERRFD_IS_READ(channel) && channel->errfd >= 0
213 && FD_ISSET(channel->errfd, readfds)) {
214 TRACE(("send normal errfd"))
231 && channel->errfd >= 0 && FD_ISSET(channel->errfd, writefds)) {
232 writechannel(channel, channel->errfd, channel->extrabuf);
253 } else if (channel->errfd >= 0 && channel->extrabuf &&
264 TRACE(("check_close: writefd %d, readfd %d, errfd %d, sent_close %d, recv_close %d",
266 channel->errfd, channel->sent_close, channel->recv_close)
    [all...]
channel.h 70 int errfd; /* used like writefd or readfd, depending if it's client or server. member in struct:Channel
cli-chansession.c 350 channel->errfd = STDERR_FILENO;
svr-chansession.c 714 channel->errfd = errfds[FDIN];
717 ses.maxfd = MAX(ses.maxfd, channel->errfd);
721 setnonblocking(channel->errfd);
  /external/ppp/pppd/
main.c 1601 int errfd; local
    [all...]
  /external/dnsmasq/src/
log.c 57 int log_start(struct passwd *ent_pw, int errfd)
80 send_event(errfd, EVENT_LOG_ERR, errno);
dnsmasq.h 756 int log_start(struct passwd *ent_pw, int errfd);
  /frameworks/base/core/jni/
com_android_internal_os_ZygoteInit.cpp 96 jobject clazz, jobject in, jobject out, jobject errfd)
121 fd = jniGetFDFromFileDescriptor(env, errfd);

Completed in 336 milliseconds