Symbol: DTYPE_VNODE
lib/libkvm/kvm_file2.c
504
kf->f_type = DTYPE_VNODE;
lib/libkvm/kvm_file2.c
513
case DTYPE_VNODE: {
sys/dev/diskmap.c
126
fp->f_type = DTYPE_VNODE;
sys/dev/dt/dt_dev.c
717
fp->f_type = DTYPE_VNODE;
sys/kern/exec_script.c
180
fp->f_type = DTYPE_VNODE;
sys/kern/kern_descrip.c
1254
fp->f_type == DTYPE_VNODE) {
sys/kern/kern_descrip.c
1315
if (fp->f_type != DTYPE_VNODE) {
sys/kern/kern_descrip.c
481
if (fp->f_type == DTYPE_VNODE && (vp->v_flag & VISTTY))
sys/kern/kern_descrip.c
521
if (fp->f_type != DTYPE_VNODE) {
sys/kern/kern_descrip.c
594
if (fp->f_type != DTYPE_VNODE) {
sys/kern/kern_descrip.c
850
case DTYPE_VNODE:
sys/kern/kern_event.c
1758
kn->kn_fp->f_type == DTYPE_VNODE) {
sys/kern/kern_exec.c
685
fp->f_type = DTYPE_VNODE;
sys/kern/kern_pledge.c
1087
if (fp->f_type == DTYPE_VNODE) {
sys/kern/kern_pledge.c
1107
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1122
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1135
if ((fp->f_type == DTYPE_VNODE) &&
sys/kern/kern_pledge.c
1157
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1175
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1183
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1224
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1248
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1265
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1275
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1291
if (fp->f_type == DTYPE_VNODE && (vp->v_flag & VISTTY))
sys/kern/kern_pledge.c
1305
if (fp->f_type == DTYPE_VNODE && (vp->v_flag & VISTTY))
sys/kern/kern_pledge.c
1351
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1363
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
788
case DTYPE_VNODE:
sys/kern/kern_pledge.c
816
case DTYPE_VNODE:
sys/kern/kern_sysctl.c
1490
kf->f_type = DTYPE_VNODE;
sys/kern/kern_sysctl.c
1501
case DTYPE_VNODE:
sys/kern/subr_prof.c
320
if (fp->f_type != DTYPE_VNODE || dirvp->v_type != VDIR) {
sys/kern/sys_generic.c
227
if (fp->f_type != DTYPE_VNODE || vp->v_type == VFIFO ||
sys/kern/sys_generic.c
359
if (fp->f_type != DTYPE_VNODE || vp->v_type == VFIFO ||
sys/kern/tty_pty.c
1127
cfp->f_type = DTYPE_VNODE;
sys/kern/tty_pty.c
1182
sfp->f_type = DTYPE_VNODE;
sys/kern/uipc_usrreq.c
1085
if (fdp->fd_rdir != NULL && fp->f_type == DTYPE_VNODE) {
sys/kern/uipc_usrreq.c
1303
if (fp->f_type == DTYPE_VNODE && kcov_vnode(fp->f_data)) {
sys/kern/vfs_lookup.c
230
if (fp->f_type != DTYPE_VNODE || dp->v_type != VDIR) {
sys/kern/vfs_syscalls.c
1182
fp->f_type = DTYPE_VNODE;
sys/kern/vfs_syscalls.c
1376
fp->f_type = DTYPE_VNODE;
sys/kern/vfs_syscalls.c
3216
if (fp->f_type != DTYPE_VNODE) {
sys/kern/vfs_syscalls.c
737
if (fp->f_type != DTYPE_VNODE || vp->v_type != VDIR) {
sys/miscfs/fuse/fuse_vfsops.c
90
if (fp->f_type != DTYPE_VNODE) {
sys/uvm/uvm_mmap.c
298
if (fp->f_type != DTYPE_VNODE) {
usr.bin/fstat/fstat.c
403
case DTYPE_VNODE:
usr.bin/fstat/fuser.c
89
if (kf->f_type != DTYPE_VNODE)