Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c433 vap->va_mode &= ~((VEXEC) | (VEXEC >> 3) | (VEXEC >> 6)); in fdesc_attr()
/xnu-12377.1.9/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c178 VATTR_RETURN(vap, va_mode, VREAD | VWRITE | VEXEC); in mockfs_getattr()
/xnu-12377.1.9/bsd/sys/
H A Dvnode.h812 #define VEXEC 0x040 /*00100*/ macro
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_vnops.c831 if (mode & VEXEC) { in vn_access()
H A Dvfs_subr.c9327 if (action & VEXEC) { in vnode_authorize_posix()
9348 if (action & VEXEC) { in vnode_authorize_posix()
9361 if (action & VEXEC) { in vnode_authorize_posix()
9441 (action & VEXEC) ? "x" : "-", in vnode_authorize_posix()
9815 posix_action |= VEXEC; in vnode_authorize_simple()