VOP_POLL          138 kern/tty_tty.c 	return (VOP_POLL(ttyvp, events, p));
VOP_POLL          448 kern/vfs_vnops.c 	return (VOP_POLL(((struct vnode *)fp->f_data), events, p));
VOP_POLL          172 sys/vnode_if.h int VOP_POLL(struct vnode *, int, struct proc *);