Home
last modified time | relevance | path

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

/xnu-8792.41.9/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-8792.41.9/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-8792.41.9/osfmk/mach/
H A Dtask.defs223 * initial execution state of the thread is undefined.
237 * is not suspended; its initial execution state is given
/xnu-8792.41.9/libkdd/
H A Dkcdata_core.m373 *error = GEN_ERROR(KERN_INVALID_OBJECT, "initial item is invalid");
/xnu-8792.41.9/config/
H A DMASTER143 options CONFIG_BASESYSTEMROOT # mount BaseSystem as initial root filesystem on some kinds o…
/xnu-8792.41.9/
H A DAPPLE_LICENSE119 (12) months from the date of initial External Deployment, whichever is
/xnu-8792.41.9/tools/lldbmacros/
H A Dmemory.py4470 initial = "(struct buf) {0: <#0x} ="
4485 out_str = initial.format(int(buf)) + " {\n " + joined_strs + "\n}\n\n"