Lines Matching defs:pollev
97 int pollev = 0;
101 (void) i_so_notify_last_tx(so, &pollev, &sigev);
111 if (pollev != 0)
112 pollwakeup(&so->so_poll_list, pollev);
126 int pollev = 0;
131 (void) i_so_notify_last_tx(so, &pollev, &sigev);
132 (void) i_so_notify_last_rx(so, &pollev, &sigev);
153 pollev = (pollev | POLLHUP) & ~POLLOUT;
155 if (pollev != 0)
156 pollwakeup(&so->so_poll_list, pollev);
292 int pollev = 0;
297 (void) i_so_notify_last_rx(so, &pollev, &sigev);
306 if (pollev != 0)
307 pollwakeup(&so->so_poll_list, pollev);
347 int pollev = 0;
354 (void) i_so_notify_last_tx(so, &pollev, &sigev);
356 (void) i_so_notify_last_rx(so, &pollev, &sigev);
361 if (pollev != 0)
362 pollwakeup(&so->so_poll_list, pollev);
372 i_so_notify_last_rx(struct sonode *so, int *pollev, int *sigev)
380 *pollev |= POLLIN|POLLRDNORM|POLLRDHUP;
393 i_so_notify_last_tx(struct sonode *so, int *pollev, int *sigev)
399 *pollev |= POLLOUT;