/illumos-gate/usr/src/uts/common/sys/ |
H A D | poll.h | 84 #define POLLET 0x2000 /* edge-triggered /dev/poll fd */ macro
|
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/ |
H A D | av1394_async.c | 313 if (events & (POLLIN | POLLET)) { in av1394_async_poll() 318 if ((!*reventsp && !anyyet) || (events & POLLET)) { in av1394_async_poll()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | devpoll.c | 438 if ((pdp->pd_events & POLLET) && error == 0 && in dp_pcache_poll() 447 error = VOP_POLL(fp->f_vnode, POLLET, in dp_pcache_poll() 565 } else if (pdp->pd_events & POLLET) { in dp_pcache_poll() 1021 if ((pfdp->events & POLLET) != 0 && error == 0 && in dpwrite() 1025 error = VOP_POLL(fp->f_vnode, POLLET, 0, in dpwrite()
|
H A D | random.c | 334 if ((*reventsp == 0 && !anyyet) || (events & POLLET)) in rnd_chpoll()
|
H A D | eventfd.c | 228 if ((*reventsp == 0 && !anyyet) || (events & POLLET)) { in eventfd_poll()
|
H A D | srn.c | 269 if ((*reventsp == 0 && !anyyet) || (events & POLLET)) { in srn_chpoll()
|
H A D | signalfd.c | 731 if ((*reventsp == 0 && !anyyet) || (events & POLLET) != 0) { in signalfd_poll()
|
H A D | mem.c | 262 if ((!*reventsp && !anyyet) || (events & POLLET)) { in mmchpoll()
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | epoll.c | 170 ev |= POLLET; in epoll_ctl()
|
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_fssub.c | 237 if (events & POLLET) { in fs_poll()
|
/illumos-gate/usr/src/uts/common/fs/portfs/ |
H A D | port_vnops.c | 301 if ((levents == 0 && !anyyet) || (events & POLLET)) { in port_poll()
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | evtchn_dev.c | 467 if ((mask == 0 && !anyyet) || (ev & POLLET)) { in evtchndrv_poll()
|
H A D | xpvtap.c | 683 if ((*reventsp == 0 && !anyyet) || (events & POLLET)) { in xpvtap_chpoll()
|
/illumos-gate/usr/src/uts/intel/io/ipmi/ |
H A D | ipmi_main.c | 463 if ((revent == 0 && !anyyet) || (events & POLLET)) { in ipmi_poll()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_event.c | 286 if ((revent == 0 && !anyyet) || (events & POLLET)) { in sol_uverbs_event_file_poll()
|
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_random.c | 925 if ((*reventsp == 0 && !anyyet) || (events & POLLET)) in kcf_rnd_chpoll()
|
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/ |
H A D | dcam.c | 1036 if (events & POLLET) { in dcam_chpoll()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fs_subr.c | 460 if (fs_reject_epoll() || (events & POLLET) != 0) { in fs_poll()
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_sops.c | 967 if ((!*reventsp && !anyyet) || (events & POLLET)) { in so_poll() 973 if (events & POLLET) { in so_poll()
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usba_ugen.c | 1092 (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()
|
/illumos-gate/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 1124 if ((*reventsp == 0 && !anyyet) || (events & POLLET)) { in sosdp_poll()
|
/illumos-gate/usr/src/uts/intel/io/viona/ |
H A D | viona_main.c | 699 if ((*reventsp == 0 && !anyyet) || (events & POLLET)) { in viona_chpoll()
|
/illumos-gate/usr/src/uts/common/io/bpf/ |
H A D | bpf.c | 1417 if (events & POLLET) { in bpfchpoll()
|
/illumos-gate/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1856 if ((*reventsp = (short)retevents) != 0 && !(events & POLLET)) { in fifo_poll()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/ |
H A D | sol_umad.c | 2590 if ((revent == 0 && !anyyet) || (events & POLLET)) { in umad_poll()
|