POLLIN 1770 dev/audio.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 1772 dev/audio.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 1779 dev/audio.c if (events & (POLLIN | POLLRDNORM))
POLLIN 186 dev/hotplug.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 188 dev/hotplug.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 357 dev/midi.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 359 dev/midi.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 366 dev/midi.c if (events & (POLLIN | POLLRDNORM))
POLLIN 1026 dev/rnd.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 1030 dev/rnd.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 611 dev/sequencer.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 613 dev/sequencer.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 620 dev/sequencer.c if (events & (POLLIN | POLLRDNORM))
POLLIN 421 dev/systrace.c if ((events & (POLLIN | POLLRDNORM)) == 0)
POLLIN 428 dev/systrace.c revents = events & (POLLIN | POLLRDNORM);
POLLIN 1324 dev/usb/ugen.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 1326 dev/usb/ugen.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 1332 dev/usb/ugen.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 1334 dev/usb/ugen.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 1346 dev/usb/ugen.c (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM);
POLLIN 559 dev/usb/uhid.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 561 dev/usb/uhid.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 592 dev/usb/usb.c mask = POLLIN | POLLRDNORM;
POLLIN 643 dev/usb/uscanner.c (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM);
POLLIN 192 dev/wscons/wsevent.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 194 dev/wscons/wsevent.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 369 isofs/cd9660/cd9660_vnops.c return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM));
POLLIN 782 kern/kern_event.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 784 kern/kern_event.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 200 kern/subr_log.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 202 kern/subr_log.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 745 kern/sys_generic.c static const int flag[3] = { POLLIN, POLLOUT, POLLPRI };
POLLIN 775 kern/sys_generic.c return (events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM));
POLLIN 647 kern/sys_pipe.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 650 kern/sys_pipe.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 664 kern/sys_pipe.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 137 kern/sys_socket.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 139 kern/sys_socket.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 150 kern/sys_socket.c if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) {
POLLIN 1053 kern/tty.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 1056 kern/tty.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 1063 kern/tty.c if (events & (POLLIN | POLLRDNORM))
POLLIN 619 kern/tty_pty.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 627 kern/tty_pty.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 646 kern/tty_pty.c if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND))
POLLIN 321 miscfs/fifofs/fifo_vnops.c if (ap->a_events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) {
POLLIN 329 miscfs/fifofs/fifo_vnops.c if (ap->a_events & (POLLIN | POLLRDNORM))
POLLIN 676 miscfs/portal/portal_vnops.c return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM));
POLLIN 1054 miscfs/procfs/procfs_vnops.c return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM));
POLLIN 413 miscfs/specfs/spec_vnops.c (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM));
POLLIN 727 msdosfs/msdosfs_vnops.c return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM));
POLLIN 1011 net/bpf.c revents = events & (POLLIN | POLLRDNORM);
POLLIN 933 net/if_tun.c if (events & (POLLIN | POLLRDNORM)) {
POLLIN 938 net/if_tun.c revents |= events & (POLLIN | POLLRDNORM);
POLLIN 3023 nfs/nfs_vnops.c return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM));
POLLIN 546 ufs/ufs/ufs_vnops.c return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM));
POLLIN 77 xfs/xfs_dev-bsd.c if ((events & (POLLIN | POLLRDNORM)) == 0)
POLLIN 81 xfs/xfs_dev-bsd.c return (events & (POLLIN | POLLRDNORM));