HomeSort by: relevance | last modified time | path
    Searched defs:ae_perm (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/posix1e/
acl_to_text.c 72 acl_perm_t ae_perm, effective_perm, mask_perm; local
83 mask_perm = acl_int->acl_entry[i].ae_perm;
88 ae_perm = acl_int->acl_entry[i].ae_perm;
92 error = _posix1e_acl_perm_to_string(ae_perm,
105 error = _posix1e_acl_perm_to_string(ae_perm,
115 effective_perm = ae_perm & mask_perm;
116 if (effective_perm != ae_perm) {
138 error = _posix1e_acl_perm_to_string(ae_perm,
143 effective_perm = ae_perm & mask_perm
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_disk_acl_freebsd.c 119 int r, s, ae_id, ae_tag, ae_perm; local
168 ae_perm = 0;
253 * in the ae_perm bitmap.
272 ae_perm |= acl_nfs4_flag_map[i].a_perm;
303 ae_perm |= perm_map[i].a_perm;
307 ae_perm, ae_tag,
archive_disk_acl_darwin.c 217 int r, s, ae_id, ae_tag, ae_perm; local
230 ae_perm = 0;
262 * in the ae_perm bitmap.
280 ae_perm |= acl_nfs4_flag_map[i].a_perm;
302 ae_perm |= acl_nfs4_perm_map[i].a_perm;
307 ae_perm |= ARCHIVE_ENTRY_ACL_SYNCHRONIZE;
311 ae_perm, ae_tag,
archive_disk_acl_linux.c 117 int r, s, ae_id, ae_tag, ae_perm; local
131 ae_perm = 0;
195 ae_perm |= acl_posix_perm_map[i].a_perm;
199 ae_perm, ae_tag,
221 int ae_id, ae_tag, ae_perm; local
230 ae_perm = 0;
277 ae_perm |= acl_nfs4_flag_map[i].a_perm;
282 ae_perm |=
287 ae_perm, ae_tag, ae_id, ae_name);
archive_disk_acl_sunos.c 320 int ae_id, ae_tag, ae_perm; local
334 ae_perm = 0;
378 ae_perm |= acl_nfs4_flag_map[i].a_perm;
384 ae_perm |= acl_nfs4_perm_map[i].a_perm;
433 ae_perm |= acl_posix_perm_map[i].a_perm;
439 ae_perm, ae_tag, ae_id, ae_name);
  /src/sys/sys/
acl.h 90 oldacl_perm_t ae_perm; member in struct:oldacl_entry
105 acl_perm_t ae_perm; member in struct:acl_entry
190 * Possible bits in ae_perm field for POSIX.1e ACLs. Note
201 * Possible bits in ae_perm field for NFSv4 ACLs.
  /src/external/cddl/osnet/sys/sys/
acl.h 99 oldacl_perm_t ae_perm; member in struct:oldacl_entry
114 acl_perm_t ae_perm; member in struct:acl_entry
199 * Possible bits in ae_perm field for POSIX.1e ACLs. Note
210 * Possible bits in ae_perm field for NFSv4 ACLs.

Completed in 27 milliseconds