Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/portfs/
H A Dport_fd.c318 error = VOP_POLL(fp->f_vnode, events, 0, &revents, &php, NULL); in port_associate_fd()
547 error = VOP_POLL(fp->f_vnode, pdp->pd_events, 0, revents, php, NULL); in port_bind_pollhead()
/titanic_41/usr/src/uts/common/io/
H A Dgentty.c353 error = VOP_POLL(sp->s_vp, events, anyyet, reventsp, phpp, NULL); in sypoll()
H A Ddevpoll.c354 error = VOP_POLL(fp->f_vnode, pdp->pd_events, 0, in dp_pcache_poll()
635 error = VOP_POLL(fp->f_vnode, pfdp->events, 0, in dpwrite()
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()
/titanic_41/usr/src/uts/common/fs/namefs/
H A Dnamevno.c461 return (VOP_POLL(VTONM(vp)->nm_filevp, events, anyyet, reventsp, in nm_poll()
/titanic_41/usr/src/uts/common/syscall/
H A Dpoll.c1282 error = VOP_POLL(fp->f_vnode, pollfdp->events, 0, &pollfdp->revents, in pcache_insert()
1997 error = VOP_POLL(fp->f_vnode, pollfdp[entry].events, 0, in pcache_poll()
2822 error = VOP_POLL(fp->f_vnode, in plist_chkdupfd()
/titanic_41/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c1118 return (VOP_POLL(vp, events, anyyet, reventsp, phpp, ct)); in lo_poll()
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1094 #define VOP_POLL(vp, events, anyyet, reventsp, phpp, ct) \ macro
/titanic_41/usr/src/uts/common/sys/
H A Dvnode.h1099 #define VOP_POLL(vp, events, anyyet, reventsp, phpp, ct) \ macro