Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dxattr.h66 … || (vp)->v_type == VDIR || (vp)->v_type == VLNK || (vp)->v_type == VSOCK || (vp)->v_type == VFIFO)
H A Dvnode.h97 VSOCK, VFIFO, VBAD, VSTR, VCPLX enumerator
/xnu-12377.1.9/bsd/nfs/
H A Dnfs_subs.c184 case VFIFO: in vtonfs_type()
220 return VFIFO; in nfstov_type()
250 case VFIFO: in vtonfsv2_mode()
1188 if (vap->va_type == VFIFO) { in nfsm_chain_add_fattr()
H A Dnfs_serv.c2096 case VFIFO: in nfsrv_create()
2190 vap->va_type == VFIFO) { in nfsrv_create()
2192 VATTR_SET(vap, va_type, VFIFO); in nfsrv_create()
2194 if (vap->va_type != VFIFO) { in nfsrv_create()
2418 if (!error && (vtyp != VCHR) && (vtyp != VBLK) && (vtyp != VSOCK) && (vtyp != VFIFO)) { in nfsrv_mknod()
2492 if (vtyp != VFIFO && (error = suser(nd->nd_cr, (u_short *)0))) { in nfsrv_mknod()
/xnu-12377.1.9/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c451 VATTR_RETURN(vap, va_type, VFIFO); in fdesc_attr()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_vnops.c1595 case VFIFO: in vn_stat_noauth()
1766 case VFIFO: in vn_ioctl()
H A Dvfs_subr.c173 VNON, VFIFO, VCHR, VNON, VDIR, VNON, VBLK, VNON, enumerator
6873 isfifo = (vp->v_type == VFIFO); in vnode_reclaim_internal()
7171 if (vp->v_type == VFIFO) { in vnode_create_internal()
8052 case VFIFO: in vn_create()
9876 case VFIFO: in vnode_authorize_checkimmutable()
9969 case VFIFO: in vnode_authorize_opaque()
11787 case VFIFO: in __vtype()
H A Dkpi_vfs.c2128 return (vp->v_type == VFIFO)? 1 : 0; in vnode_isfifo()
H A Dvfs_attrlist.c3032 case VFIFO: in vfs_attr_pack_internal()
H A Dvfs_syscalls.c5720 VATTR_SET(vap, va_type, VFIFO); in mkfifo1()