a_events 369 isofs/cd9660/cd9660_vnops.c return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM)); a_events 435 kern/vnode_if.c a.a_events = events; a_events 321 miscfs/fifofs/fifo_vnops.c if (ap->a_events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) { a_events 329 miscfs/fifofs/fifo_vnops.c if (ap->a_events & (POLLIN | POLLRDNORM)) a_events 334 miscfs/fifofs/fifo_vnops.c revents |= soo_poll(&filetmp, ap->a_events, ap->a_p); a_events 337 miscfs/fifofs/fifo_vnops.c if (ap->a_events & (POLLOUT | POLLWRNORM | POLLWRBAND)) { a_events 340 miscfs/fifofs/fifo_vnops.c revents |= soo_poll(&filetmp, ap->a_events, ap->a_p); a_events 676 miscfs/portal/portal_vnops.c return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM)); a_events 1054 miscfs/procfs/procfs_vnops.c return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM)); a_events 412 miscfs/specfs/spec_vnops.c return (ap->a_events & a_events 417 miscfs/specfs/spec_vnops.c return (*cdevsw[major(dev)].d_poll)(dev, ap->a_events, ap->a_p); a_events 727 msdosfs/msdosfs_vnops.c return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM)); a_events 3023 nfs/nfs_vnops.c return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM)); a_events 168 sys/vnode_if.h int a_events; a_events 546 ufs/ufs/ufs_vnops.c return (ap->a_events & (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM));