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
1740
kn->kn_fp->f_type == DTYPE_VNODE) {
sys/kern/kern_exec.c
667
fp->f_type = DTYPE_VNODE;
sys/kern/kern_pledge.c
1080
if (fp->f_type == DTYPE_VNODE) {
sys/kern/kern_pledge.c
1100
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1115
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1128
if ((fp->f_type == DTYPE_VNODE) &&
sys/kern/kern_pledge.c
1150
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1169
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1177
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1218
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1242
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1259
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1269
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1285
if (fp->f_type == DTYPE_VNODE && (vp->v_flag & VISTTY))
sys/kern/kern_pledge.c
1299
if (fp->f_type == DTYPE_VNODE && (vp->v_flag & VISTTY))
sys/kern/kern_pledge.c
1345
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
1357
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_pledge.c
781
case DTYPE_VNODE:
sys/kern/kern_pledge.c
809
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
1174
fp->f_type = DTYPE_VNODE;
sys/kern/vfs_syscalls.c
1289
fp->f_type = DTYPE_VNODE;
sys/kern/vfs_syscalls.c
1456
fp->f_type = DTYPE_VNODE;
sys/kern/vfs_syscalls.c
3296
if (fp->f_type != DTYPE_VNODE) {
sys/kern/vfs_syscalls.c
735
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)