Searched refs:brand (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/libc/posix1e/
H A Dacl_branding.c39 * of what "brand" ACL is: NFSv4, POSIX.1e or unknown. It happens
42 * ACL, if its brand is unknown it gets branded as NFSv4 if any of the
60 * Return brand of an ACL.
77 * Return 1, iff branding ACL as "brand" is ok.
80 _acl_brand_may_be(const acl_t acl, int brand) argument
86 if (_acl_brand(acl) == brand)
93 _entry_brand_may_be(const acl_entry_t entry, int brand) argument
96 return (_acl_brand_may_be(entry2acl(entry), brand));
100 * Brand ACL as "brand".
103 _acl_brand_as(acl_t acl, int brand) argument
112 _entry_brand_as(const acl_entry_t entry, int brand) argument
115 _acl_brand_as(entry2acl(entry), brand); local
[all...]
H A Dacl_support.h44 int _acl_brand_may_be(const acl_t acl, int brand);
45 int _entry_brand_may_be(const acl_entry_t entry, int brand);
46 void _acl_brand_as(acl_t acl, int brand);
47 void _entry_brand_as(const acl_entry_t entry, int brand);
/barrelfish-master/include/sys/
H A Dimgact_elf.h70 int brand; member in struct:__anon326

Completed in 34 milliseconds