Searched refs:SO_POLLEV_ALWAYS (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sdp.c111 so->so_pollev |= SO_POLLEV_ALWAYS;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocknotify.c205 if (so->so_pollev & (SO_POLLEV_IN|SO_POLLEV_ALWAYS)) {
328 if (so->so_pollev & (SO_POLLEV_IN|SO_POLLEV_ALWAYS)) {
H A Dsockcommon_subr.c1297 so->so_pollev = pso->so_pollev & SO_POLLEV_ALWAYS;
1349 so->so_pollev |= SO_POLLEV_ALWAYS;
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h349 #define SO_POLLEV_ALWAYS 0x2 /* wakeups */ macro

Completed in 67 milliseconds