Home
last modified time | relevance | path

Searched refs:SS_SENTLASTREADSIG (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocknotify.c374 if (!(so->so_state & SS_SENTLASTREADSIG)) { in i_so_notify_last_rx()
377 so->so_state |= SS_SENTLASTREADSIG; in i_so_notify_last_rx()
H A Dsockcommon_sops.c929 if ((events & POLLRDHUP) && (state & SS_SENTLASTREADSIG)) in so_poll()
961 mask = SS_SENTLASTREADSIG | SS_SENTLASTWRITESIG; in so_poll()
H A Dsockcommon_subr.c2213 SS_HAVEOOBDATA|SS_HADOOBDATA|SS_SENTLASTREADSIG|SS_SENTLASTWRITESIG) in so_integrity_check()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h317 #define SS_SENTLASTREADSIG 0x01000000 /* last rx signal has been sent */ macro