Lines Matching defs:pfd
369 register struct pollfd *pfd;
456 pfd = &fdtable[i];
458 if (pfd->fd < 0) {
465 if (pfd->revents & POLLHUP) {
468 if (pread(pfd->fd, &psinfo, sizeof (psinfo), (off_t)0)
491 if (pfd->revents & (POLLNVAL|POLLERR)) {
493 pfd->revents, (int)pidtable[i].pl_pid, i));
501 if (pfd->revents & POLLNVAL) {
519 if (pfd->revents != 0) {
521 (int)pidtable[i].pl_pid, pfd->revents));