Lines Matching refs:efd
343 c->efd != -1 &&
345 debug2("channel %d: active efd: %d len %zu",
346 c->self, c->efd, sshbuf_len(c->extended));
381 debug2_f("channel %d: (i%d o%d sock %d wfd %d efd %d [%s])",
382 c->self, c->istate, c->ostate, c->sock, c->wfd, c->efd,
404 debug2_f("channel %d: (i%d o%d sock %d wfd %d efd %d [%s])",
405 c->self, c->istate, c->ostate, c->sock, c->rfd, c->efd,
425 if (c->type == SSH_CHANNEL_LARVAL || c->efd == -1)
430 debug_f("channel %d: (i%d o%d sock %d wfd %d efd %d [%s])",
431 c->self, c->istate, c->ostate, c->sock, c->rfd, c->efd,
433 if (channel_close_fd(ssh, c, &c->efd) < 0) {
435 "extended fd %d [i%d o%d]: %.100s", c->self, c->efd,