Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A 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 …]
H A 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()
H A Dexec_script.c180 fp->f_type = DTYPE_VNODE; in exec_script_makecmds()
H A Dtty_pty.c1126 cfp->f_type = DTYPE_VNODE; in ptmioctl()
1181 sfp->f_type = DTYPE_VNODE; in ptmioctl()
H A 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()
H A 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()
H A Duipc_usrreq.c1088 if (fdp->fd_rdir != NULL && fp->f_type == DTYPE_VNODE) { in unp_externalize()
1301 if (fp->f_type == DTYPE_VNODE && kcov_vnode(fp->f_data)) { in unp_internalize()
H A Dvfs_lookup.c230 if (fp->f_type != DTYPE_VNODE || dp->v_type != VDIR) { in namei()
H A Dkern_exec.c658 fp->f_type = DTYPE_VNODE; in sys_execve()
H A Dkern_sysctl.c1457 kf->f_type = DTYPE_VNODE; in fill_file()
1468 case DTYPE_VNODE: in fill_file()
H A Dkern_event.c1586 kn->kn_fp->f_type == DTYPE_VNODE) { in kqueue_scan()
/openbsd/sys/sys/
H A Dfile.h43 #define DTYPE_VNODE 1 /* file */ macro
/openbsd/usr.bin/fstat/
H A Dfuser.c89 if (kf->f_type != DTYPE_VNODE) in fuser_check()
H A Dfstat.c403 case DTYPE_VNODE: in fstat_dofile()
/openbsd/sys/dev/
H A Ddiskmap.c126 fp->f_type = DTYPE_VNODE; in diskmapioctl()
/openbsd/sys/miscfs/fuse/
H A Dfuse_vfsops.c90 if (fp->f_type != DTYPE_VNODE) { in fusefs_mount()
/openbsd/lib/libkvm/
H A Dkvm_file2.c504 kf->f_type = DTYPE_VNODE; in fill_file()
513 case DTYPE_VNODE: { in fill_file()
/openbsd/regress/usr.bin/diff/
H A 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) {
H A Dt9.1757 fp->f_type = DTYPE_VNODE;
1104 if (fp->f_type != DTYPE_VNODE)
2041 if (fp->f_type != DTYPE_VNODE)
/openbsd/sys/uvm/
H A Duvm_mmap.c298 if (fp->f_type != DTYPE_VNODE) { in sys_mmap()