Home
last modified time | relevance | path

Searched refs:VFIFO (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/regress/sys/kern/pledge/sendrecvfd/
H A DMakefile5 vnodetype= VREG VDIR VBLK VCHR VLNK VSOCK VFIFO
13 test-nopledge-VFIFO \
20 test-sendfd-VFIFO \
27 test-recvfd-VFIFO
38 test-nosendfd-VFIFO \
46 test-norecvfd-VFIFO
/openbsd/sys/kern/
H A Dvfs_vnops.c222 case VFIFO: in vn_writechk()
472 case VFIFO: in vn_stat()
522 case VFIFO: in vn_ioctl()
635 if (vp->v_type == VFIFO) in vn_seek()
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 Dspec_vnops.c176 case VFIFO: in spec_open()
H A Dvfs_subr.c83 VNON, VFIFO, VCHR, VNON, VDIR, VNON, VBLK, VNON, enumerator
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_subr.c154 case VFIFO: in ext2fs_vinit()
/openbsd/sys/tmpfs/
H A Dtmpfs_subr.c166 case VFIFO: in tmpfs_alloc_node()
339 case VFIFO: in tmpfs_vnode_get()
802 case VFIFO: in tmpfs_dir_getdents()
1075 case VFIFO: in tmpfs_chsize()
H A Dtmpfs_vnops.c341 if (vt != VBLK && vt != VCHR && vt != VFIFO) in tmpfs_mknod()
427 case VFIFO: in tmpfs_access()
1141 if (vp->v_type == VFIFO) in tmpfs_print()
/openbsd/sys/ufs/ffs/
H A Dffs_subr.c255 case VFIFO: in ffs_vinit()
/openbsd/usr.sbin/tcpdump/
H A Dnfsv2.h125 txdr_unsigned(((t) == VFIFO) ? MAKEIMODE(VCHR, (m)) : \
H A Dnfs.h235 txdr_unsigned(((t) == VFIFO) ? MAKEIMODE(VCHR, (m)) : \
/openbsd/sys/nfs/
H A Dnfs_subs.c90 { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO }; enumerator
976 vtyp = VFIFO; in nfs_loadattrcache()
990 if (vp->v_type == VFIFO) { in nfs_loadattrcache()
H A Dnfsproto.h220 txdr_unsigned(((t) == VFIFO) ? MAKEIMODE(VCHR, (m)) : \
H A Dnfs_srvsubs.c303 if (vap->va_type == VFIFO) in nfsm_srvfattr()
H A Dnfs_serv.c1131 case VFIFO: in nfsrv_create()
1162 va.va_type == VFIFO) { in nfsrv_create()
1164 va.va_type = VFIFO; in nfsrv_create()
1165 if (va.va_type != VFIFO && in nfsrv_create()
1375 if (vtyp != VCHR && vtyp != VBLK && vtyp != VSOCK && vtyp != VFIFO) { in nfsrv_mknod()
1424 if (va.va_type != VFIFO && in nfsrv_mknod()
H A Dnfs_vnops.c629 case VFIFO: in nfs_setattr()
1452 else if (vap->va_type == VFIFO || vap->va_type == VSOCK) in nfs_mknodrpc()
3298 if (vp->v_type == VFIFO) in nfs_print()
/openbsd/sys/sys/
H A Dvnode.h53 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD }; enumerator
/openbsd/regress/usr.bin/diff/
H A Dt9.21308 vattr.va_type = VFIFO;
1523 if (vp->v_type == VFIFO)
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.1894 vattr.va_type = VFIFO;
/openbsd/sys/ufs/ufs/
H A Dufs_vnops.c261 case VFIFO: in ufs_access()
1538 if (vp->v_type == VFIFO) in ufs_print()
/openbsd/sys/isofs/udf/
H A Dudf_vfsops.c662 vp->v_type = VFIFO; in udf_vget()
/openbsd/sys/isofs/cd9660/
H A Dcd9660_vfsops.c847 case VFIFO: in cd9660_vget_internal()
H A Dcd9660_vnops.c113 case VFIFO: in cd9660_setattr()
/openbsd/lib/libkvm/
H A Dkvm_file2.c755 case VFIFO: in _kvm_getftype()
/openbsd/usr.sbin/pstat/
H A Dpstat.c471 case VFIFO: in vnode_print()

12