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

  /src/sys/kern/
subr_acl_posix1e.c 84 case ACL_OTHER:
121 case ACL_OTHER:
173 struct acl_entry *acl_mask, *acl_user_obj, *acl_group_obj, *acl_other; local in function:acl_posix1e_acl_to_mode
179 acl_user_obj = acl_group_obj = acl_other = acl_mask = NULL;
190 case ACL_OTHER:
191 acl_other = &acl->acl_entry[i];
207 if (acl_user_obj == NULL || acl_group_obj == NULL || acl_other == NULL)
217 acl_other));
220 acl_other));
242 * Exactly one ACL_OTHER
    [all...]
  /src/lib/libc/posix1e/
acl_set.c 200 case ACL_OTHER:
223 case ACL_OTHER:
acl_from_text.c 69 return (ACL_OTHER);
142 case ACL_OTHER:
acl_support.c 247 case ACL_OTHER:
248 /* printf("_posix1e_acl_check: %d: ACL_OTHER\n", i); */
249 if (stage > ACL_OTHER)
251 stage = ACL_OTHER;
acl_strip.c 101 case ACL_OTHER:
acl_to_text.c 211 case ACL_OTHER:
  /src/sys/ufs/ufs/
ufs_acl.c 84 * Update ACL_USER_OBJ, ACL_OTHER, but simply identify ACL_MASK
103 case ACL_OTHER:
105 ACL_OTHER, ip->i_mode);
327 old->acl_entry[2].ae_tag = ACL_OTHER;
  /src/sys/sys/
acl.h 167 #define ACL_OTHER 0x00000020
168 #define ACL_OTHER_OBJ ACL_OTHER
262 * iff ae_tag is ACL_USER_OBJ, ACL_GROUP_OBJ, ACL_OTHER or ACL_EVERYONE.
  /src/bin/getfacl/
getfacl.c 157 /* Third entry: ACL_OTHER */
160 if (acl_set_tag_type(entry, ACL_OTHER) == -1)
  /src/bin/setfacl/
merge.c 173 case ACL_OTHER:
  /src/sys/fs/nfs/common/
nfs_commonacl.c 507 case ACL_OTHER:
  /src/sys/miscfs/genfs/
genfs_vnops.c 757 struct acl_entry *acl_other, *acl_mask; local in function:genfs_can_access_acl_posix1e
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 38 milliseconds