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

  /src/sys/sys/
acl.h 48 typedef uint32_t acl_tag_t; typedef
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);
  /src/external/cddl/osnet/sys/sys/
acl.h 57 typedef uint32_t acl_tag_t; typedef
112 acl_tag_t ae_tag;
297 acl_perm_t acl_posix1e_mode_to_perm(acl_tag_t tag, mode_t mode);
298 struct acl_entry acl_posix1e_mode_to_entry(acl_tag_t tag, uid_t uid,
405 int acl_get_tag_type(acl_entry_t _entry_d, acl_tag_t *_tag_type_p);
415 int acl_set_tag_type(acl_entry_t _entry_d, acl_tag_t _tag_type);

Completed in 14 milliseconds