Home
last modified time | relevance | path

Searched refs:so_pollev (Results 1 – 6 of 6) 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_subr.c1300 so->so_pollev = pso->so_pollev & SO_POLLEV_ALWAYS; in socket_init_common()
1352 so->so_pollev |= SO_POLLEV_ALWAYS; in socket_init_common()
H A Dsockcommon.c618 so->so_pollev = 0; in sonode_init()
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/inet/sockmods/
H A Dsockmod_sdp.c111 so->so_pollev |= SO_POLLEV_ALWAYS; in socksdp_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h204 short so_pollev; /* events that should be generated */ member