Lines Matching refs:pfds
566 c->pfds[0] = -1; in channel_close_fd()
572 c->pfds[1] = -1; in channel_close_fd()
578 c->pfds[2] = -1; in channel_close_fd()
584 c->pfds[3] = -1; in channel_close_fd()
2683 c->pfds[0], c->pfds[1], c->pfds[2], c->pfds[3], in dump_channel_poll()
2703 c->pfds[0] = c->pfds[1] = c->pfds[2] = c->pfds[3] = -1; in channel_prepare_pollfd()
2736 c->pfds[0] = p; in channel_prepare_pollfd()
2750 c->pfds[1] = p; in channel_prepare_pollfd()
2766 c->pfds[2] = p; in channel_prepare_pollfd()
2782 c->pfds[3] = p; in channel_prepare_pollfd()
2835 fd_ready(Channel *c, int p, struct pollfd *pfds, u_int npfd, int fd, in fd_ready() argument
2838 struct pollfd *pfd = &pfds[p]; in fd_ready()
2893 if (c->rfd != -1 && (p = c->pfds[0]) != -1) { in channel_after_poll()
2916 (p = c->pfds[1]) != -1) { in channel_after_poll()
2923 (p = c->pfds[2]) != -1) { in channel_after_poll()
2932 (p = c->pfds[3]) != -1) { in channel_after_poll()