Searched refs:initial (Results 1 – 7 of 7) sorted by relevance
794 kauth_acl_inherit(vnode_t dvp, kauth_acl_t initial, kauth_acl_t *product, int isdir, vfs_context_t … in kauth_acl_inherit() argument819 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 …]
134 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.
223 * initial execution state of the thread is undefined.237 * is not suspended; its initial execution state is given
373 *error = GEN_ERROR(KERN_INVALID_OBJECT, "initial item is invalid");
143 options CONFIG_BASESYSTEMROOT # mount BaseSystem as initial root filesystem on some kinds o…
119 (12) months from the date of initial External Deployment, whichever is
4470 initial = "(struct buf) {0: <#0x} ="4485 out_str = initial.format(int(buf)) + " {\n " + joined_strs + "\n}\n\n"