Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.121.3/bsd/kern/
H A Dkern_authorization.c794 kauth_acl_inherit(vnode_t dvp, kauth_acl_t initial, kauth_acl_t *product, int isdir, vfs_context_t … in kauth_acl_inherit() argument
819 if ((initial == NULL || !(initial->acl_flags & KAUTH_ACL_NO_INHERIT)) && in kauth_acl_inherit()
845 if (initial == NULL) { in kauth_acl_inherit()
853 if (initial != NULL) { in kauth_acl_inherit()
854 if (initial->acl_entrycount != KAUTH_FILESEC_NOACL) { in kauth_acl_inherit()
855 entries += initial->acl_entrycount; in kauth_acl_inherit()
857 initial = NULL; in kauth_acl_inherit()
867 if ((entries == 0) && (initial == NULL)) { in kauth_acl_inherit()
888 if (initial != NULL) { in kauth_acl_inherit()
889 for (i = 0; i < initial->acl_entrycount; i++) { in kauth_acl_inherit()
[all …]
/xnu-8020.121.3/osfmk/ipc/
H A Dipc_space.c288 ipc_table_size_t initial, in ipc_space_create() argument
296 table = it_entries_alloc(initial); /* zero-initialized */ in ipc_space_create()
302 new_size = initial->its_size; in ipc_space_create()
309 space->is_table_next = initial + 1; in ipc_space_create()
H A Dipc_space.h266 ipc_table_size_t initial,
/xnu-8020.121.3/bsd/man/man2/
H A Dgetdirentriesattr.2134 The initial contents of this buffer are ignored.
167 The initial value of the variable is ignored.
181 The initial value of the variable is ignored.
/xnu-8020.121.3/osfmk/mach/
H A Dtask.defs220 * initial execution state of the thread is undefined.
234 * is not suspended; its initial execution state is given
H A Dmemory_object.defs147 * Provide initial data contents for this region of
/xnu-8020.121.3/libkdd/
H A Dkcdata_core.m373 *error = GEN_ERROR(KERN_INVALID_OBJECT, "initial item is invalid");
/xnu-8020.121.3/config/
H A DMASTER150 options CONFIG_BASESYSTEMROOT # mount BaseSystem as initial root filesystem on some kinds o…
/xnu-8020.121.3/
H A DAPPLE_LICENSE119 (12) months from the date of initial External Deployment, whichever is
/xnu-8020.121.3/tools/lldbmacros/
H A Dmemory.py4168 initial = "(struct buf) {0: <#0x} ="
4183 out_str = initial.format(int(buf)) + " {\n " + joined_strs + "\n}\n\n"