Home
last modified time | relevance | path

Searched refs:VT_FDESC (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c270 (*vpp)->v_tag = VT_FDESC; in fdesc_allocvp()
/xnu-12377.1.9/bsd/sys/
H A Dvnode.h113 VT_LOFS, VT_FDESC, VT_PORTAL, VT_NULL, VT_UMAP, enumerator
/xnu-12377.1.9/security/
H A Dmac_vfs.c382 case VT_FDESC: in mac_vnode_label_associate()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c8362 if (vp->v_type == VSOCK && vp->v_tag != VT_FDESC) { in vn_authorize_open_existing()
H A Dvfs_syscalls.c8964 if (fvp->v_type == VSOCK && fvp->v_tag != VT_FDESC) { in copyfile()