Home
last modified time | relevance | path

Searched refs:SO_PROTO_POLLEV (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c936 (so->so_proto_handle, events & SO_PROTO_POLLEV, anyyet, in so_poll()
940 events &= ~SO_PROTO_POLLEV; in so_poll()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h269 #define SO_PROTO_POLLEV (POLLIN|POLLRDNORM|POLLRDBAND) macro