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

/xnu-2782.1.97/osfmk/ipc/
H A Dipc_importance.c169 * destination task of the inherit.
197 * destination task of the inherit.
226 * Link the inherit onto the appropriate propagation chain.
229 * destination task of the inherit.
232 * Caller is donating an elem importance reference to the inherit.
236 ipc_importance_inherit_t inherit,
241 assert(IIE_NULL == inherit->iii_from_elem);
246 queue_enter(&link_elem->iie_inherits, inherit,
248 inherit->iii_from_elem = elem;
254 * Unlink the inherit fro
235 ipc_importance_inherit_link( ipc_importance_inherit_t inherit, ipc_importance_elem_t elem) argument
265 ipc_importance_inherit_unlink( ipc_importance_inherit_t inherit) argument
369 ipc_importance_inherit_t inherit; local
1772 ipc_importance_inherit_release_locked(ipc_importance_inherit_t inherit) argument
2111 ipc_importance_inherit_t inherit; local
2212 ipc_importance_inherit_t inherit = III_NULL; local
2505 ipc_importance_inherit_t inherit; local
2788 ipc_importance_inherit_t inherit = (ipc_importance_inherit_t)elem; local
2939 ipc_importance_inherit_t inherit = III_NULL; local
2996 ipc_importance_inherit_t inherit; local
[all...]
H A Dipc_importance.h65 queue_head_t iie_inherits; /* list of inherit elems hung off this */
73 uint32_t iie_kmsg_refs_inherited; /* kmsg refs consumed by a new inherit */
74 uint32_t iie_kmsg_refs_coalesced; /* kmsg refs coalesced into an existing inherit */
77 uint32_t iie_task_refs_added_inherit_from; /* task references added by inherit from */
80 uint32_t iie_task_refs_inherited; /* task refs consumed by a new inherit */
81 uint32_t iie_task_refs_coalesced; /* task refs coalesced into an existing inherit */
175 #define III_DEPTH_MAX 32 /* maximum inherit->inherit chain depth */
177 #define ipc_importance_inherit_reference_internal(inherit) \
178 (ipc_importance_reference_internal(&(inherit)
[all...]
/xnu-2782.1.97/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
402 inherit = vbr.inheritance;
/xnu-2782.1.97/osfmk/mach/
H A Dvm32_map.defs108 routine inherit(

Completed in 30 milliseconds