Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dxattr.h65 … || (vp)->v_type == VDIR || (vp)->v_type == VLNK || (vp)->v_type == VSOCK || (vp)->v_type == VFIFO)
H A Dvnode.h96 VSOCK, VFIFO, VBAD, VSTR, VCPLX enumerator
/xnu-11215/bsd/nfs/
H A Dnfs_subs.c183 case VFIFO: in vtonfs_type()
219 return VFIFO; in nfstov_type()
249 case VFIFO: in vtonfsv2_mode()
1187 if (vap->va_type == VFIFO) { in nfsm_chain_add_fattr()
H A Dnfs_serv.c2095 case VFIFO: in nfsrv_create()
2189 vap->va_type == VFIFO) { in nfsrv_create()
2191 VATTR_SET(vap, va_type, VFIFO); in nfsrv_create()
2193 if (vap->va_type != VFIFO) { in nfsrv_create()
2417 if (!error && (vtyp != VCHR) && (vtyp != VBLK) && (vtyp != VSOCK) && (vtyp != VFIFO)) { in nfsrv_mknod()
2491 if (vtyp != VFIFO && (error = suser(nd->nd_cr, (u_short *)0))) { in nfsrv_mknod()
/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c449 VATTR_RETURN(vap, va_type, VFIFO); in fdesc_attr()
/xnu-11215/bsd/vfs/
H A Dvfs_vnops.c1550 case VFIFO: in vn_stat_noauth()
1721 case VFIFO: in vn_ioctl()
H A Dvfs_subr.c172 VNON, VFIFO, VCHR, VNON, VDIR, VNON, VBLK, VNON, enumerator
6828 isfifo = (vp->v_type == VFIFO); in vnode_reclaim_internal()
7126 if (vp->v_type == VFIFO) { in vnode_create_internal()
8007 case VFIFO: in vn_create()
9760 case VFIFO: in vnode_authorize_checkimmutable()
9853 case VFIFO: in vnode_authorize_opaque()
11671 case VFIFO: in __vtype()
H A Dkpi_vfs.c2084 return (vp->v_type == VFIFO)? 1 : 0; in vnode_isfifo()
H A Dvfs_attrlist.c2962 case VFIFO: in vfs_attr_pack_internal()
H A Dvfs_syscalls.c5490 VATTR_SET(vap, va_type, VFIFO); in mkfifo1()