Home
last modified time | relevance | path

Searched refs:DTYPE_VNODE (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/sys/kern/
Dkern_pledge.c760 case DTYPE_VNODE: in pledge_recvfd()
788 case DTYPE_VNODE: in pledge_sendfd()
1074 if (fp->f_type == DTYPE_VNODE) { in pledge_ioctl()
1094 if (fp->f_type == DTYPE_VNODE && in pledge_ioctl()
1109 if (fp->f_type == DTYPE_VNODE && in pledge_ioctl()
1122 if ((fp->f_type == DTYPE_VNODE) && in pledge_ioctl()
1144 if (fp->f_type == DTYPE_VNODE && in pledge_ioctl()
1162 if (fp->f_type == DTYPE_VNODE && in pledge_ioctl()
1170 if (fp->f_type == DTYPE_VNODE && in pledge_ioctl()
1211 if (fp->f_type == DTYPE_VNODE && in pledge_ioctl()
[all …]
Dkern_descrip.c473 if (fp->f_type == DTYPE_VNODE && (vp->v_flag & VISTTY)) in sys_fcntl()
513 if (fp->f_type != DTYPE_VNODE) { in sys_fcntl()
586 if (fp->f_type != DTYPE_VNODE) { in sys_fcntl()
838 case DTYPE_VNODE: in sys_fpathconf()
1238 fp->f_type == DTYPE_VNODE) { in closef()
1299 if (fp->f_type != DTYPE_VNODE) { in sys_flock()
Dexec_script.c180 fp->f_type = DTYPE_VNODE; in exec_script_makecmds()
Dtty_pty.c1126 cfp->f_type = DTYPE_VNODE; in ptmioctl()
1181 sfp->f_type = DTYPE_VNODE; in ptmioctl()
Dsys_generic.c227 if (fp->f_type != DTYPE_VNODE || vp->v_type == VFIFO || in dofilereadv()
355 if (fp->f_type != DTYPE_VNODE || vp->v_type == VFIFO || in dofilewritev()
Dvfs_syscalls.c737 if (fp->f_type != DTYPE_VNODE || vp->v_type != VDIR) { in sys_fchdir()
1141 fp->f_type = DTYPE_VNODE; in doopenat()
1254 fp->f_type = DTYPE_VNODE; in sys___tmpfd()
1420 fp->f_type = DTYPE_VNODE; in sys_fhopen()
3255 if (fp->f_type != DTYPE_VNODE) { in getvnode()
Duipc_usrreq.c1081 if (fdp->fd_rdir != NULL && fp->f_type == DTYPE_VNODE) { in unp_externalize()
1294 if (fp->f_type == DTYPE_VNODE && kcov_vnode(fp->f_data)) { in unp_internalize()
Dvfs_lookup.c230 if (fp->f_type != DTYPE_VNODE || dp->v_type != VDIR) { in namei()
Dkern_exec.c658 fp->f_type = DTYPE_VNODE; in sys_execve()
Dkern_sysctl.c1457 kf->f_type = DTYPE_VNODE; in fill_file()
1468 case DTYPE_VNODE: in fill_file()
Dkern_event.c1586 kn->kn_fp->f_type == DTYPE_VNODE) { in kqueue_scan()
/openbsd/src/sys/sys/
Dfile.h43 #define DTYPE_VNODE 1 /* file */ macro
/openbsd/src/usr.bin/fstat/
Dfuser.c89 if (kf->f_type != DTYPE_VNODE) in fuser_check()
Dfstat.c403 case DTYPE_VNODE: in fstat_dofile()
/openbsd/src/sys/dev/
Ddiskmap.c126 fp->f_type = DTYPE_VNODE; in diskmapioctl()
/openbsd/src/sys/miscfs/fuse/
Dfuse_vfsops.c90 if (fp->f_type != DTYPE_VNODE) { in fusefs_mount()
/openbsd/src/lib/libkvm/
Dkvm_file2.c504 kf->f_type = DTYPE_VNODE; in fill_file()
513 case DTYPE_VNODE: { in fill_file()
/openbsd/src/regress/usr.bin/diff/
Dt9.2899 fp->f_type = DTYPE_VNODE;
1082 fp->f_type = DTYPE_VNODE;
1520 if (fp->f_type != DTYPE_VNODE)
2627 if (fp->f_type != DTYPE_VNODE)
2663 if (fp->f_type != DTYPE_VNODE || vp->v_type == VFIFO) {
2704 if (fp->f_type != DTYPE_VNODE || vp->v_type == VFIFO) {
2745 if (fp->f_type != DTYPE_VNODE || vp->v_type == VFIFO) {
2787 if (fp->f_type != DTYPE_VNODE || vp->v_type == VFIFO) {
Dt9.1757 fp->f_type = DTYPE_VNODE;
1104 if (fp->f_type != DTYPE_VNODE)
2041 if (fp->f_type != DTYPE_VNODE)
/openbsd/src/sys/uvm/
Duvm_mmap.c298 if (fp->f_type != DTYPE_VNODE) { in sys_mmap()