Home
last modified time | relevance | path

Searched refs:VOP_POLL (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fd.c316 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 Ddevpoll.c428 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 Dgentty.c353 error = VOP_POLL(sp->s_vp, events, anyyet, reventsp, phpp, NULL); in sypoll()
H A Diwscons.c322 error = VOP_POLL(lp->wl_vp, events, anyyet, reventsp, phpp, NULL); in iwscnpoll()
H A Dsysmsg.c696 return (VOP_POLL(dcvp, events, anyyet, reventsp, phpp, NULL)); in sysmpoll()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c458 return (VOP_POLL(VTONM(vp)->nm_filevp, events, anyyet, reventsp, in nm_poll()
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c1320 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 Dlofs_vnops.c1157 return (VOP_POLL(vp, events, anyyet, reventsp, phpp, ct)); in lo_poll()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1094 #define VOP_POLL(vp, events, anyyet, reventsp, phpp, ct) \ macro
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h1101 #define VOP_POLL(vp, events, anyyet, reventsp, phpp, ct) \ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h1181 #define VOP_POLL(vp, events, anyyet, reventsp, phpp, ct) \ macro