Home
last modified time | relevance | path

Searched refs:SO_POLLEV_ALWAYS (Results 1 – 4 of 4) 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()
328 if (so->so_pollev & (SO_POLLEV_IN|SO_POLLEV_ALWAYS)) { in so_notify_newconn()
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()
/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.h356 #define SO_POLLEV_ALWAYS 0x2 /* wakeups */ macro