Searched refs:VOP_POLL (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/portfs/ |
H A D | port_fd.c | 316 error = VOP_POLL(fp->f_vnode, events, 0, &revents, &php, NULL); in port_associate_fd() 543 error = VOP_POLL(fp->f_vnode, pdp->pd_events, 0, revents, php, NULL); in port_bind_pollhead()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | devpoll.c | 428 error = VOP_POLL(fp->f_vnode, pdp->pd_events, 0, in dp_pcache_poll() 447 error = VOP_POLL(fp->f_vnode, POLLET, in dp_pcache_poll() 1001 error = VOP_POLL(fp->f_vnode, pfdp->events, 0, in dpwrite() 1025 error = VOP_POLL(fp->f_vnode, POLLET, 0, in dpwrite()
|
H A D | gentty.c | 353 error = VOP_POLL(sp->s_vp, events, anyyet, reventsp, phpp, NULL); in sypoll()
|
H A D | iwscons.c | 322 error = VOP_POLL(lp->wl_vp, events, anyyet, reventsp, phpp, NULL); in iwscnpoll()
|
H A D | sysmsg.c | 696 return (VOP_POLL(dcvp, events, anyyet, reventsp, phpp, NULL)); in sysmpoll()
|
/illumos-gate/usr/src/uts/common/fs/namefs/ |
H A D | namevno.c | 458 return (VOP_POLL(VTONM(vp)->nm_filevp, events, anyyet, reventsp, in nm_poll()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | poll.c | 1320 error = VOP_POLL(fp->f_vnode, pollfdp->events, 0, &pollfdp->revents, in pcache_insert() 2031 error = VOP_POLL(fp->f_vnode, pollfdp[entry].events, 0, in pcache_poll() 3069 error = VOP_POLL(fp->f_vnode, in plist_chkdupfd()
|
/illumos-gate/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 1157 return (VOP_POLL(vp, events, anyyet, reventsp, phpp, ct)); in lo_poll()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vnode.h | 1181 #define VOP_POLL(vp, events, anyyet, reventsp, phpp, ct) \ macro
|