Symbol: POLLWRNORM
lib/libpuffs/dispatcher.c
1014
| POLLRDNORM | POLLWRNORM);
sys/arch/arm/nvidia/tegra_cec.c
434
revents = events & (POLLOUT | POLLWRNORM);
sys/arch/landisk/dev/button.c
271
revents = events & (POLLOUT | POLLWRNORM);
sys/arch/mac68k/dev/aed.c
704
revents = events & (POLLOUT | POLLWRNORM);
sys/arch/macppc/dev/aed.c
578
revents = events & (POLLOUT | POLLWRNORM);
sys/arch/usermode/usermode/thunk.c
881
fds[0].events = POLLOUT|POLLWRNORM;
sys/arch/x68k/dev/event.c
162
revents |= events & (POLLOUT | POLLWRNORM);
sys/arch/xen/xen/xenevt.c
658
int revents = events & (POLLOUT | POLLWRNORM); /* we can always write */
sys/dev/audio/audio.c
3440
if (events & (POLLOUT | POLLWRNORM)) {
sys/dev/audio/audio.c
3445
revents |= events & (POLLOUT | POLLWRNORM);
sys/dev/dmover/dmover_io.c
505
selnotify(&ds->ds_selq, POLLOUT | POLLWRNORM, 0);
sys/dev/dmover/dmover_io.c
683
if ((events & (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM)) == 0)
sys/dev/dmover/dmover_io.c
691
POLLOUT | POLLWRNORM);
sys/dev/dmover/dmover_io.c
704
if (events & (POLLOUT | POLLWRNORM))
sys/dev/dmover/dmover_io.c
706
revents |= events & (POLLOUT | POLLWRNORM);
sys/dev/hid/uhid_common.c
605
if (events & (POLLOUT | POLLWRNORM))
sys/dev/hid/uhid_common.c
606
revents |= events & (POLLOUT | POLLWRNORM);
sys/dev/ieee1394/fwdev.c
709
tmp = POLLOUT | POLLWRNORM;
sys/dev/ir/cir.c
255
if (events & (POLLOUT | POLLWRNORM))
sys/dev/ir/cir.c
257
revents |= events & (POLLOUT | POLLWRNORM);
sys/dev/ir/cir.c
265
if (events & (POLLOUT | POLLWRNORM))
sys/dev/ir/irframe_tty.c
764
if (events & (POLLOUT | POLLWRNORM))
sys/dev/ir/irframe_tty.c
766
revents |= events & (POLLOUT | POLLWRNORM);
sys/dev/midi.c
1723
if ((events & (POLLOUT | POLLWRNORM)) != 0) {
sys/dev/midi.c
1727
revents |= events & (POLLOUT | POLLWRNORM);
sys/dev/pci/oboe.c
447
if (events & (POLLOUT | POLLWRNORM))
sys/dev/pci/oboe.c
448
revents |= events & (POLLOUT | POLLWRNORM);
sys/dev/pci/xmm7360.c
1058
mask |= POLLOUT | POLLWRNORM;
sys/dev/pci/xmm7360.c
2076
selnotify(&qp->selw, POLLOUT|POLLWRNORM, NOTE_SUBMIT);
sys/dev/pci/xmm7360.c
2738
mask |= POLLOUT | POLLWRNORM;
sys/dev/pci/xmm7360.c
2744
if (events & (POLLOUT | POLLWRNORM))
sys/dev/putter/putter.c
336
revents = events & (POLLOUT | POLLWRNORM | POLLWRBAND);
sys/dev/qbus/qd.c
1519
if (events & (POLLOUT | POLLWRNORM))
sys/dev/qbus/qd.c
1521
revents |= events & (POLLOUT | POLLWRNORM);
sys/dev/qbus/qd.c
1527
if (events & (POLLOUT | POLLWRNORM))
sys/dev/random.c
160
return events & (POLLIN|POLLRDNORM | POLLOUT|POLLWRNORM);
sys/dev/sbus/bpp.c
490
if (events & (POLLOUT | POLLWRNORM)) {
sys/dev/sbus/bpp.c
492
revents |= (POLLOUT | POLLWRNORM);
sys/dev/sbus/bpp.c
498
if (events & (POLLOUT | POLLWRNORM))
sys/dev/scsipi/ch.c
458
revents = events & (POLLOUT | POLLWRNORM);
sys/dev/sequencer.c
900
if (events & (POLLOUT | POLLWRNORM))
sys/dev/sequencer.c
902
revents |= events & (POLLOUT | POLLWRNORM);
sys/dev/sequencer.c
908
if ((sc->flags&FWRITE) && (events & (POLLOUT | POLLWRNORM)))
sys/dev/sun/event.c
163
revents |= events & (POLLOUT | POLLWRNORM);
sys/dev/sysmon/sysmon_power.c
521
revents = events & (POLLOUT | POLLWRNORM);
sys/dev/usb/udsir.c
643
if (events & (POLLOUT | POLLWRNORM)) {
sys/dev/usb/udsir.c
645
revents |= events & (POLLOUT | POLLWRNORM);
sys/dev/usb/ugen.c
2167
if (sce_out && sce_out->pipeh && (events & (POLLOUT | POLLWRNORM)))
sys/dev/usb/ugen.c
2178
(POLLOUT | POLLWRNORM);
sys/dev/usb/ugen.c
2188
revents |= events & (POLLOUT | POLLWRNORM);
sys/dev/usb/uirda.c
594
if (events & (POLLOUT | POLLWRNORM))
sys/dev/usb/uirda.c
595
revents |= events & (POLLOUT | POLLWRNORM);
sys/dev/usb/ustir.c
1031
if (events & (POLLOUT | POLLWRNORM)) {
sys/dev/usb/ustir.c
1033
revents |= events & (POLLOUT | POLLWRNORM);
sys/kern/kern_entropy.c
1643
revents |= events & (POLLOUT|POLLWRNORM);
sys/kern/sys_eventfd.c
197
pollev = POLLOUT | POLLWRNORM;
sys/kern/sys_eventfd.c
358
if (events & (POLLOUT | POLLWRNORM)) {
sys/kern/sys_eventfd.c
360
revents |= events & (POLLOUT | POLLWRNORM);
sys/kern/sys_mqueue.c
359
if (events & (POLLOUT | POLLWRNORM)) {
sys/kern/sys_mqueue.c
362
revents |= events & (POLLOUT | POLLWRNORM);
sys/kern/sys_mqueue.c
705
selnotify(&mq->mq_wsel, POLLOUT | POLLWRNORM, 0);
sys/kern/sys_pipe.c
382
band = POLLOUT|POLLWRNORM;
sys/kern/sys_pipe.c
836
revents |= events & (POLLOUT | POLLWRNORM);
sys/kern/sys_pipe.c
838
if (events & (POLLOUT | POLLWRNORM))
sys/kern/sys_pipe.c
841
revents |= events & (POLLOUT | POLLWRNORM);
sys/kern/sys_pipe.c
853
if (events & (POLLOUT | POLLWRNORM))
sys/kern/sys_select.c
138
POLLWRNORM | POLLHUP | POLLERR,
sys/kern/sys_select.c
718
return (events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM));
sys/kern/tty.c
1559
if (events & (POLLOUT | POLLWRNORM))
sys/kern/tty.c
1561
revents |= events & (POLLOUT | POLLWRNORM);
sys/kern/tty.c
1571
if (events & (POLLOUT | POLLWRNORM))
sys/kern/tty_pty.c
874
if (events & (POLLOUT | POLLWRNORM))
sys/kern/tty_pty.c
880
revents |= events & (POLLOUT | POLLWRNORM);
sys/kern/tty_pty.c
890
if (events & (POLLOUT | POLLWRNORM))
sys/kern/uipc_socket.c
2437
if (events & (POLLOUT | POLLWRNORM))
sys/kern/uipc_socket.c
2439
revents |= events & (POLLOUT | POLLWRNORM);
sys/kern/uipc_socket.c
2470
if (events & (POLLOUT | POLLWRNORM)) {
sys/kern/uipc_socket2.c
571
band = POLLOUT|POLLWRNORM;
sys/miscfs/fifofs/fifo_vnops.c
407
events = ap->a_events & (POLLOUT | POLLWRNORM);
sys/miscfs/genfs/genfs_vnops.c
121
return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM));
sys/modules/examples/pollpal/pollpal.c
185
selnotify(&pl->psel, POLLOUT | POLLWRNORM, 0);
sys/modules/examples/pollpal/pollpal.c
275
if (events & (POLLOUT | POLLWRNORM)) {
sys/modules/examples/pollpal/pollpal.c
277
revents |= POLLOUT | POLLWRNORM;
sys/net/bpf.c
1558
revents = events & (POLLOUT | POLLWRNORM);
sys/net/if_tap.c
1138
revents |= events & (POLLOUT | POLLWRNORM);
sys/net/if_tun.c
1055
if (events & (POLLOUT | POLLWRNORM))
sys/net/if_tun.c
1056
revents |= events & (POLLOUT | POLLWRNORM);
sys/net/if_tun.c
673
fownsignal(tp->tun_pgid, SIGIO, POLL_OUT, POLLOUT|POLLWRNORM,
sys/rump/librump/rumpkern/cons.c
157
if (events & (POLLOUT | POLLWRNORM))
sys/rump/librump/rumpkern/cons.c
158
revents |= events & (POLLOUT | POLLWRNORM);
tests/fs/puffs/h_dtfs/dtfs_vnops.c
296
*events = *events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM);
tests/lib/libc/sys/t_eventfd.c
292
POLLOUT | POLLWRNORM | POLLWRBAND | POLLHUP;
tests/lib/libc/sys/t_eventfd.c
295
ATF_REQUIRE(fds[0].revents == (POLLOUT | POLLWRNORM));
tests/lib/libc/sys/t_eventfd.c
333
POLLOUT | POLLWRNORM | POLLWRBAND | POLLHUP;
tests/lib/libc/sys/t_eventfd.c
399
fds[0].events = POLLOUT | POLLWRNORM;
tests/lib/libc/sys/t_eventfd.c
409
ATF_REQUIRE(fds[0].revents == (POLLOUT | POLLWRNORM));
tests/lib/libc/sys/t_poll.c
296
pfd[1].events = POLLOUT | POLLWRNORM;
tests/lib/libc/sys/t_poll.c
303
ATF_REQUIRE_EQ_MSG(pfd[1].revents, POLLOUT|POLLWRNORM,
tests/lib/libc/sys/t_poll.c
315
ATF_REQUIRE_EQ_MSG(pfd[1].revents, POLLOUT|POLLWRNORM,
tests/lib/libc/sys/t_poll.c
366
ATF_REQUIRE_EQ_MSG(pfd[1].revents, POLLOUT|POLLWRNORM,
tests/lib/libc/sys/t_poll.c
382
ATF_REQUIRE_EQ_MSG(pfd[1].revents, POLLOUT|POLLWRNORM,
tests/lib/libc/sys/t_timerfd.c
537
POLLOUT | POLLWRNORM | POLLWRBAND | POLLHUP;
tests/lib/libc/sys/t_timerfd.c
574
POLLOUT | POLLWRNORM | POLLWRBAND | POLLHUP;
usr.sbin/ldpd/socketops.c
911
pfd[pollsum].events = POLLWRNORM;
usr.sbin/ldpd/socketops.c
965
} else if(pfd[i].revents & POLLWRNORM) {