Searched refs:inherit (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_authorization.c648 * Skip inherit-only entries.
789 kauth_acl_t inherit, result; local
800 inherit = NULL;
803 * flags do not request "no inheritance", then we inherit. This allows
818 inherit = dva.va_acl;
823 * inherit, then we don't inherit. This allows for
827 if (inherit != NULL && inherit->acl_flags & KAUTH_ACL_NO_INHERIT) {
828 kauth_acl_free(inherit);
[all...]
H A Dkern_mman.c844 register vm_inherit_t inherit; local
850 AUDIT_ARG(value32, uap->inherit);
854 inherit = uap->inherit;
858 inherit);
H A Dkern_core.c225 vm_inherit_t inherit; local
398 inherit = vbr.inheritance;
/xnu-2422.115.4/osfmk/mach/
H A Dvm32_map.defs108 routine inherit(

Completed in 28 milliseconds