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

  /src/lib/libc/posix1e/
acl_to_text.c 72 acl_perm_t ae_perm, effective_perm, mask_perm; local in function:_posix1e_acl_to_text
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/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.

Completed in 11 milliseconds