Searched refs:VSOCK (Results 1 - 13 of 13) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dxattr.h62 ((vp)->v_type == VREG || (vp)->v_type == VDIR || (vp)->v_type == VLNK || (vp)->v_type == VSOCK || (vp)->v_type == VFIFO)
H A Dvnode.h84 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, VSTR, enumerator in enum:vtype
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c426 VATTR_RETURN(vap, va_type, VSOCK);
/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c1015 VATTR_SET(&va, va_type, VSOCK);
1107 if (vp->v_type != VSOCK) {
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_syscalls.c574 if (vnode_vtype(vp) == VSOCK) {
H A Dnfs_subs.c143 case VSOCK:
175 return VSOCK;
200 case VSOCK:
H A Dnfs_serv.c1957 if (vap->va_type == VREG || vap->va_type == VSOCK) {
2202 if (!error && (vtyp != VCHR) && (vtyp != VBLK) && (vtyp != VSOCK) && (vtyp != VFIFO)) {
2257 if (vtyp == VSOCK) {
H A Dnfs_vnops.c1640 case VSOCK:
3442 } else if (vap->va_type == VFIFO || vap->va_type == VSOCK)
H A Dnfs4_vnops.c6495 case VSOCK:
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c1168 case VSOCK:
H A Dvfs_subr.c155 VREG, VNON, VLNK, VNON, VSOCK, VNON, VNON, VBAD,
2491 { "VNON", "VREG", "VDIR", "VBLK", "VCHR", "VLNK", "VSOCK", "VFIFO", "VBAD" };
5194 case VSOCK:
5418 if (vp->v_type == VSOCK && vp->v_tag != VT_FDESC) {
6532 case VSOCK:
6610 case VSOCK:
H A Dvfs_attrlist.c1686 case VSOCK:
H A Dkpi_vfs.c1631 return ((vp->v_type == VSOCK)? 1 : 0);

Completed in 337 milliseconds