HomeSort by: relevance | last modified time | path
    Searched refs:acl_other (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_acl_posix1e.c 87 case ACL_OTHER:
124 case ACL_OTHER:
176 struct acl_entry *acl_mask, *acl_user_obj, *acl_group_obj, *acl_other; local
182 acl_user_obj = acl_group_obj = acl_other = acl_mask = NULL;
193 case ACL_OTHER:
194 acl_other = &acl->acl_entry[i];
210 if (acl_user_obj == NULL || acl_group_obj == NULL || acl_other == NULL)
220 acl_other));
223 acl_other));
245 * Exactly one ACL_OTHER
    [all...]
  /src/sys/miscfs/genfs/
genfs_vnops.c 757 struct acl_entry *acl_other, *acl_mask; local
770 * ACL_OTHER entries, preventing some future iterations.
772 acl_mask = acl_other = NULL;
793 case ACL_OTHER:
794 acl_other = ae;
803 * An ACL_OTHER entry should always exist in a valid access ACL. If
808 if (acl_other == NULL) {
812 printf("%s: ACL_OTHER missing\n", __func__);
862 * should move on to ACL_OTHER.
968 * Fall back on ACL_OTHER. ACL_MASK is not applied to ACL_OTHER
    [all...]

Completed in 37 milliseconds