Searched refs:SO_POLLEV_IN (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocknotify.c205 if (so->so_pollev & (SO_POLLEV_IN|SO_POLLEV_ALWAYS)) {
206 so->so_pollev &= ~SO_POLLEV_IN;
233 so->so_pollev &= ~SO_POLLEV_IN;
272 so->so_pollev &= ~SO_POLLEV_IN;
328 if (so->so_pollev & (SO_POLLEV_IN|SO_POLLEV_ALWAYS)) {
329 so->so_pollev &= ~SO_POLLEV_IN;
378 so->so_pollev &= ~SO_POLLEV_IN;
H A Dsockcommon_sops.c1005 so->so_pollev |= SO_POLLEV_IN;
1014 so->so_pollev |= SO_POLLEV_IN;
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h348 #define SO_POLLEV_IN 0x1 /* POLLIN wakeup needed */ macro

Completed in 65 milliseconds