Home | History | Annotate | Download | only in librumpuser

Lines Matching defs:pfdlist

81 static struct pollfd pfdlist[MAXCLI];
565 pfdlist[idx].fd = -1;
566 pfdlist[idx].revents = 0;
647 if (pfdlist[i].fd == -1 && spclist[i].spc_state == SPCSTATE_NEW)
662 pfdlist[i].fd = newfd;
1189 pfdlist[idx].fd = -1;
1190 pfdlist[idx].events = POLLIN;
1197 pfdlist[0].fd = spclist[0].spc_fd = sarg->sps_sock;
1198 pfdlist[0].events = POLLIN;
1222 if (pfdlist[idx].fd != -1) {
1234 rv = poll(pfdlist, maxidx+1, INFTIM);
1246 if ((pfdlist[idx].revents & POLLIN) == 0)
1288 idx = serv_handleconn(pfdlist[0].fd,