Home
last modified time | relevance | path

Searched refs:POLLET (Results 1 – 11 of 11) sorted by relevance

/titanic_53/usr/src/uts/common/sys/
H A Dpoll.h84 #define POLLET 0x2000 /* edge-triggered /dev/poll fd */ macro
/titanic_53/usr/src/lib/libc/port/sys/
H A Depoll.c148 ev |= POLLET; in epoll_ctl()
/titanic_53/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c301 if ((levents == 0 && !anyyet) || (events & POLLET)) { in port_poll()
/titanic_53/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_async.c367 if ((!*reventsp && !anyyet) || (events & POLLET)) { in av1394_async_poll()
/titanic_53/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c999 if ((!*reventsp && !anyyet) || (events & POLLET)) { in so_poll()
1005 if (events & POLLET) { in so_poll()
/titanic_53/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1092 (events & POLLET)) { in usb_ugen_poll()
1114 (events & POLLET)) { in usb_ugen_poll()
1131 if ((!*reventsp && !anyyet) || (events & POLLET)) { in usb_ugen_poll()
1148 if ((!*reventsp && !anyyet) || (events & POLLET)) { in usb_ugen_poll()
/titanic_53/usr/src/uts/common/io/
H A Ddevpoll.c495 if (pdp->pd_events & POLLET) in dp_pcache_poll()
/titanic_53/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1842 if ((*reventsp = (short)retevents) != 0 && !(events & POLLET)) { in fifo_poll()
/titanic_53/usr/src/uts/sun4v/io/
H A Dvcc.c2462 if ((((*reventsp) == 0) && (!anyyet)) || (events & POLLET)) { in vcc_chpoll()
/titanic_53/usr/src/uts/common/fs/proc/
H A Dprvnops.c6017 if ((!anyyet && revents == 0) || (events & POLLET)) { in prpoll()
/titanic_53/usr/src/uts/common/os/
H A Dstreamio.c8332 if (retevents && !(events & POLLET)) { in strpoll()