Searched refs:initial (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_space.c129 ipc_table_size_t initial,
141 table = it_entries_alloc(initial);
147 new_size = initial->its_size;
154 * initial allocations produce "natural" names.
168 space->is_table_next = initial+1;
128 ipc_space_create( ipc_table_size_t initial, ipc_space_t *spacep) argument
H A Dipc_space.h216 ipc_table_size_t initial,
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c644 KAUTH_DEBUG(" ACL - %d entries, initial residual %x", eval->ae_count, eval->ae_residual);
778 * ACL is in initial, and the result is output into product.
784 kauth_acl_inherit(vnode_t dvp, kauth_acl_t initial, kauth_acl_t *product, int isdir, vfs_context_t ctx) argument
795 * inheritance semantics; we just want to compose the initial
802 * If there is no initial ACL, or there is, and the initial ACLs
804 * initial object creation via open_extended() and mkdir_extended()
809 if ((initial == NULL || !(initial->acl_flags & KAUTH_ACL_NO_INHERIT)) &&
846 if (initial
[all...]

Completed in 21 milliseconds