Home
last modified time | relevance | path

Searched refs:ae_perm (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libposix1e/
HDacl_to_text.c59 acl_perm_t ae_perm, effective_perm, mask_perm; in acl_to_text() local
66 mask_perm = acl->acl_entry[i].ae_perm; in acl_to_text()
71 ae_perm = acl->acl_entry[i].ae_perm; in acl_to_text()
75 error = acl_perm_to_string(ae_perm, in acl_to_text()
90 error = acl_perm_to_string(ae_perm, in acl_to_text()
100 effective_perm = ae_perm & mask_perm; in acl_to_text()
101 if (effective_perm != ae_perm) { in acl_to_text()
124 error = acl_perm_to_string(ae_perm, in acl_to_text()
129 effective_perm = ae_perm & mask_perm; in acl_to_text()
130 if (effective_perm != ae_perm) { in acl_to_text()
[all …]
HDacl_support.c146 if ((entry->ae_perm | ACL_PERM_BITS) != ACL_PERM_BITS) in acl_check()
404 e->ae_perm = perm; in acl_add_entry()
/dragonfly/sys/sys/
HDacl.h57 acl_perm_t ae_perm; member