Home
last modified time | relevance | path

Searched defs:acl (Results 1 – 25 of 64) sorted by relevance

123

/NextBSD/contrib/unbound/daemon/
HDacl_list.c52 struct acl_list* acl = (struct acl_list*)calloc(1, in acl_list_create() local
65 acl_list_delete(struct acl_list* acl) in acl_list_delete()
75 acl_list_insert(struct acl_list* acl, struct sockaddr_storage* addr, in acl_list_insert()
93 acl_list_str_cfg(struct acl_list* acl, const char* str, const char* s2, in acl_list_str_cfg()
130 read_acl_list(struct acl_list* acl, struct config_file* cfg) in read_acl_list()
142 acl_list_apply_cfg(struct acl_list* acl, struct config_file* cfg) in acl_list_apply_cfg()
166 acl_list_lookup(struct acl_list* acl, struct sockaddr_storage* addr, in acl_list_lookup()
176 acl_list_get_mem(struct acl_list* acl) in acl_list_get_mem()
/NextBSD/lib/libc/posix1e/
HDacl_branding.c63 _acl_brand(const acl_t acl) in _acl_brand()
80 _acl_brand_may_be(const acl_t acl, int brand) in _acl_brand_may_be()
103 _acl_brand_as(acl_t acl, int brand) in _acl_brand_as()
119 _acl_type_not_valid_for_acl(const acl_t acl, acl_type_t type) in _acl_type_not_valid_for_acl()
141 _acl_brand_from_type(acl_t acl, acl_type_t type) in _acl_brand_from_type()
159 acl_get_brand_np(acl_t acl, int *brand_p) in acl_get_brand_np()
HDacl_valid.c57 acl_valid(acl_t acl) in acl_valid()
80 acl_valid_file_np(const char *pathp, acl_type_t type, acl_t acl) in acl_valid_file_np()
95 acl_valid_link_np(const char *pathp, acl_type_t type, acl_t acl) in acl_valid_link_np()
110 acl_valid_fd_np(int fd, acl_type_t type, acl_t acl) in acl_valid_fd_np()
HDacl_set.c54 acl_set_file(const char *path_p, acl_type_t type, acl_t acl) in acl_set_file()
75 acl_set_link_np(const char *path_p, acl_type_t type, acl_t acl) in acl_set_link_np()
96 acl_set_fd(int fd, acl_t acl) in acl_set_fd()
106 acl_set_fd_np(int fd, acl_t acl, acl_type_t type) in acl_set_fd_np()
HDacl_to_text.c56 _posix1e_acl_to_text(acl_t acl, ssize_t *len_p, int flags) in _posix1e_acl_to_text()
237 acl_to_text_np(acl_t acl, ssize_t *len_p, int flags) in acl_to_text_np()
257 acl_to_text(acl_t acl, ssize_t *len_p) in acl_to_text()
HDacl_support.c133 _posix1e_acl_sort(acl_t acl) in _posix1e_acl_sort()
149 _posix1e_acl(acl_t acl, acl_type_t type) in _posix1e_acl()
173 _posix1e_acl_check(acl_t acl) in _posix1e_acl_check()
347 _posix1e_acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id, acl_perm_t perm) in _posix1e_acl_add_entry()
HDacl_init.c57 acl_t acl; in acl_init() local
84 acl_dup(acl_t acl) in acl_dup()
HDacl_delete_entry.c75 acl_delete_entry(acl_t acl, acl_entry_t entry_d) in acl_delete_entry()
128 acl_delete_entry_np(acl_t acl, int offset) in acl_delete_entry_np()
HDacl_copy.c73 acl_copy_ext(void *buf_p, acl_t acl, ssize_t size) in acl_copy_ext()
HDacl_entry.c123 acl_get_entry(acl_t acl, int entry_id, acl_entry_t *entry_p) in acl_get_entry()
HDacl_from_text.c194 acl_t acl; in acl_from_text() local
/NextBSD/sys/net80211/
HDieee80211_acl.c72 struct acl { struct
75 uint8_t acl_macaddr[IEEE80211_ADDR_LEN]; argument
132 struct acl *acl; in _find_acl() local
144 _acl_free(struct aclstate *as, struct acl *acl) in _acl_free()
175 struct acl *acl, *new; in acl_add() local
214 struct acl *acl; in acl_remove() local
233 struct acl *acl; in acl_free_all() local
291 struct acl *acl; in acl_getioctl() local
/NextBSD/crypto/heimdal/lib/krb5/
HDacl.c47 free_retv(struct acl_field *acl) in free_retv()
60 acl_free_list(struct acl_field *acl, int retv) in acl_free_list()
79 struct acl_field *acl = NULL, *tmp; in acl_parse_format() local
136 struct acl_field *acl, in acl_match_acl()
209 struct acl_field *acl; in krb5_acl_match_string() local
251 struct acl_field *acl; in krb5_acl_match_file() local
/NextBSD/contrib/libarchive/libarchive/
HDarchive_acl.c78 archive_acl_clear(struct archive_acl *acl) in archive_acl_clear()
119 archive_acl_add_entry(struct archive_acl *acl, in archive_acl_add_entry()
139 archive_acl_add_entry_w_len(struct archive_acl *acl, in archive_acl_add_entry_w_len()
159 archive_acl_add_entry_len_l(struct archive_acl *acl, in archive_acl_add_entry_len_l()
192 acl_special(struct archive_acl *acl, int type, int permset, int tag) in acl_special()
219 acl_new_entry(struct archive_acl *acl, in acl_new_entry()
315 archive_acl_count(struct archive_acl *acl, int want_type) in archive_acl_count()
339 archive_acl_reset(struct archive_acl *acl, int want_type) in archive_acl_reset()
369 archive_acl_next(struct archive *a, struct archive_acl *acl, int want_type, int *type, in archive_acl_next()
439 archive_acl_text_w(struct archive *a, struct archive_acl *acl, int flags) in archive_acl_text_w()
[all …]
/NextBSD/sys/kern/
HDsubr_acl_posix1e.c58 struct acl *acl, accmode_t accmode, struct ucred *cred, int *privused) in vaccess_acl_posix1e()
486 acl_posix1e_acl_to_mode(struct acl *acl) in acl_posix1e_acl_to_mode()
544 acl_posix1e_check(struct acl *acl) in acl_posix1e_check()
/NextBSD/sys/sys/
HDacl.h117 struct acl { struct
118 unsigned int acl_maxcnt; argument
119 unsigned int acl_cnt; argument
121 int acl_spare[4]; argument
122 struct acl_entry acl_entry[ACL_MAX_ENTRIES]; argument
/NextBSD/bin/setfacl/
HDmerge.c89 merge_acl(acl_t acl, acl_t *prev_acl, const char *filename) in merge_acl()
240 add_acl(acl_t acl, uint entry_number, acl_t *prev_acl, const char *filename) in add_acl()
HDsetfacl.c56 acl_t acl; member
103 acl_t acl; in main() local
HDmask.c46 acl_t acl; in set_acl_mask() local
HDremove.c44 remove_acl(acl_t acl, acl_t *prev_acl, const char *filename) in remove_acl()
/NextBSD/bin/getfacl/
HDgetfacl.c93 acl_t acl; in acl_from_stat() local
182 acl_t acl; in print_acl() local
/NextBSD/sys/ufs/ufs/
HDufs_acl.c69 ufs_sync_acl_from_inode(struct inode *ip, struct acl *acl) in ufs_sync_acl_from_inode()
138 ufs_sync_inode_from_acl(struct acl *acl, struct inode *ip) in ufs_sync_inode_from_acl()
/NextBSD/contrib/bsnmp/snmp_vacm/
HDvacm_snmp.c267 struct vacm_access *acl; in op_vacm_access() local
683 const struct vacm_access *acl) in vacm_append_access_rule_index()
736 struct vacm_access *acl; in vacm_get_access_rule() local
757 struct vacm_access *acl; in vacm_get_next_access_rule() local
/NextBSD/bin/cp/
HDutils.c412 acl_t acl; in preserve_fd_acls() local
467 acl_t acl; in preserve_dir_acls() local
/NextBSD/crypto/heimdal/lib/kadm5/
HDget_s.c226 const HDB_Ext_PKINIT_acl *acl; in kadm5_s_get_principal() local

123