VOP_OPEN 2746 dev/raidframe/rf_openbsdkintf.c error = VOP_OPEN(vp, FREAD, NOCRED, 0); VOP_OPEN 2796 dev/raidframe/rf_openbsdkintf.c error = VOP_OPEN(vp, FREAD, NOCRED, 0); VOP_OPEN 257 isofs/cd9660/cd9660_vfsops.c error = VOP_OPEN(devvp, ronly ? FREAD : FREAD|FWRITE, FSCRED, p); VOP_OPEN 247 isofs/udf/udf_vfsops.c error = VOP_OPEN(devvp, FREAD, FSCRED, p); VOP_OPEN 159 kern/kern_exec.c if ((error = VOP_OPEN(vp, FREAD, p->p_ucred, p)) != 0) VOP_OPEN 557 kern/kern_exec.c if ((error = VOP_OPEN(vp, flags, p->p_ucred, p)) != 0) { VOP_OPEN 1030 kern/tty_pty.c error = VOP_OPEN(vp, FREAD|FWRITE, cred, p); VOP_OPEN 73 kern/tty_tty.c error = VOP_OPEN(ttyvp, flag, NOCRED, p); VOP_OPEN 1038 kern/vfs_syscalls.c if ((error = VOP_OPEN(vp, flags, cred, p)) != 0) VOP_OPEN 155 kern/vfs_vnops.c if ((error = VOP_OPEN(vp, fmode, cred, p)) != 0) VOP_OPEN 286 msdosfs/msdosfs_vfsops.c error = VOP_OPEN(devvp, ronly ? FREAD : FREAD|FWRITE, FSCRED, p); VOP_OPEN 537 ntfs/ntfs_vfsops.c error = VOP_OPEN(devvp, ronly ? FREAD : FREAD|FWRITE, FSCRED, p); VOP_OPEN 90 sys/vnode_if.h int VOP_OPEN(struct vnode *, int, struct ucred *, struct proc *); VOP_OPEN 503 ufs/ext2fs/ext2fs_vfsops.c error = VOP_OPEN(devvp, ronly ? FREAD : FREAD|FWRITE, FSCRED, p); VOP_OPEN 699 ufs/ffs/ffs_vfsops.c error = VOP_OPEN(devvp, ronly ? FREAD : FREAD|FWRITE, FSCRED, p); VOP_OPEN 928 uvm/uvm_swap.c if ((error = VOP_OPEN(vp, FREAD|FWRITE, p->p_ucred, p))) VOP_OPEN 488 xfs/xfs_vfsops-bsd.c error = VOP_OPEN(vp, flags, cred, proc);