Searched refs:VOP_POLL (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/fs/portfs/ |
H A D | port_fd.c | 318 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 D | gentty.c | 353 error = VOP_POLL(sp->s_vp, events, anyyet, reventsp, phpp, NULL); in sypoll()
|
H A D | devpoll.c | 354 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 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()
|
/titanic_41/usr/src/uts/common/fs/namefs/ |
H A D | namevno.c | 461 return (VOP_POLL(VTONM(vp)->nm_filevp, events, anyyet, reventsp, in nm_poll()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | poll.c | 1282 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 D | lofs_vnops.c | 1118 return (VOP_POLL(vp, events, anyyet, reventsp, phpp, ct)); in lo_poll()
|
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1094 #define VOP_POLL(vp, events, anyyet, reventsp, phpp, ct) \ macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | vnode.h | 1099 #define VOP_POLL(vp, events, anyyet, reventsp, phpp, ct) \ macro
|