Home
last modified time | relevance | path

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)) { in so_notify_data()
206 so->so_pollev &= ~SO_POLLEV_IN; in so_notify_data()
233 so->so_pollev &= ~SO_POLLEV_IN; in so_notify_error()
272 so->so_pollev &= ~SO_POLLEV_IN; in so_notify_oobdata()
328 if (so->so_pollev & (SO_POLLEV_IN|SO_POLLEV_ALWAYS)) { in so_notify_newconn()
329 so->so_pollev &= ~SO_POLLEV_IN; in so_notify_newconn()
378 so->so_pollev &= ~SO_POLLEV_IN; in i_so_notify_last_rx()
H A Dsockcommon_sops.c974 so->so_pollev |= SO_POLLEV_IN; in so_poll()
983 so->so_pollev |= SO_POLLEV_IN; in so_poll()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h355 #define SO_POLLEV_IN 0x1 /* POLLIN wakeup needed */ macro