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

  /src/sys/sys/
acl.h 48 typedef uint32_t acl_tag_t; typedef in typeref:typename:uint32_t
103 acl_tag_t ae_tag;
288 acl_perm_t acl_posix1e_mode_to_perm(acl_tag_t tag, mode_t mode);
289 struct acl_entry acl_posix1e_mode_to_entry(acl_tag_t tag, uid_t uid,
416 int acl_get_tag_type(acl_entry_t _entry_d, acl_tag_t *_tag_type_p);
426 int acl_set_tag_type(acl_entry_t _entry_d, acl_tag_t _tag_type);

Completed in 13 milliseconds