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)) {
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_subr.c1297 so->so_pollev = pso->so_pollev & SO_POLLEV_ALWAYS;
1349 so->so_pollev |= SO_POLLEV_ALWAYS;
H A Dsockcommon.c611 so->so_pollev = 0;
H A Dsockcommon_sops.c1005 so->so_pollev |= SO_POLLEV_IN;
1014 so->so_pollev |= SO_POLLEV_IN;
/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/sys/
H A Dsocketvar.h201 short so_pollev; /* events that should be generated */ member in struct:sonode

Completed in 86 milliseconds