Lines Matching refs:fdpending
566 errorf(state.main->id, NiL, -9, "cssfd: pending=%d polling=%d next=%d fd=%d op=0x%08lx", state.fdpending, state.fdpolling, state.fdnext, ofd, oop);
638 while (state.fdpending <= 0)
672 css->fdpending = 0;
704 if ((state.fdpending = cspoll(&cs, state.fdpoll, state.fdpolling, to)) < 0)
718 if (state.fdpending)
729 if (state.fdpending > 0)
732 state.fdinfo[pp->fd].css->fdpending++;
738 if (css->fdpending)
753 messagef((state.main->id, NiL, -4, "csspoll: pending=%d polling=%d z=%I*d wakeup=%I*d remain=%I*d", state.fdpending, state.fdpolling, sizeof(z), z, sizeof(css->disc->wakeup), css->disc->wakeup, sizeof(css->wakeup_remain), css->wakeup_remain));
795 messagef((state.main->id, NiL, -9, "csspoll: pending=%d polling=%d next=%d fd=%d status=%06o", state.fdpending, state.fdpolling, state.fdnext, fd, pp->status));
931 state.fdpending--;
950 state.fdpending--;
951 } while (state.fdpending);