Home
last modified time | relevance | path

Searched refs:acl_other_entry (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/kern/
Dsubr_acl_posix1e.c453 struct acl_entry *acl_group_obj_entry, struct acl_entry *acl_other_entry) in acl_posix1e_perms_to_mode() argument
470 if (acl_other_entry->ae_perm & ACL_EXECUTE) in acl_posix1e_perms_to_mode()
472 if (acl_other_entry->ae_perm & ACL_READ) in acl_posix1e_perms_to_mode()
474 if (acl_other_entry->ae_perm & ACL_WRITE) in acl_posix1e_perms_to_mode()
/freebsd-10-stable/sys/sys/
Dacl.h293 struct acl_entry *acl_other_entry);