Home
last modified time | relevance | path

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

1234

/freebsd/lib/libc/posix1e/
H A Dacl_branding.c61 _acl_brand(const acl_t acl) in _acl_brand()
78 _acl_brand_may_be(const acl_t acl, int brand) in _acl_brand_may_be()
101 _acl_brand_as(acl_t acl, int brand) in _acl_brand_as()
117 _acl_type_not_valid_for_acl(const acl_t acl, acl_type_t type) in _acl_type_not_valid_for_acl()
139 _acl_brand_from_type(acl_t acl, acl_type_t type) in _acl_brand_from_type()
157 acl_get_brand_np(acl_t acl, int *brand_p) in acl_get_brand_np()
H A Dacl_valid.c56 acl_valid(acl_t acl) in acl_valid()
79 acl_valid_file_np(const char *pathp, acl_type_t type, acl_t acl) in acl_valid_file_np()
94 acl_valid_link_np(const char *pathp, acl_type_t type, acl_t acl) in acl_valid_link_np()
109 acl_valid_fd_np(int fd, acl_type_t type, acl_t acl) in acl_valid_fd_np()
H A Dacl_set.c53 acl_set_file(const char *path_p, acl_type_t type, acl_t acl) in acl_set_file()
74 acl_set_link_np(const char *path_p, acl_type_t type, acl_t acl) in acl_set_link_np()
95 acl_set_fd(int fd, acl_t acl) in acl_set_fd()
105 acl_set_fd_np(int fd, acl_t acl, acl_type_t type) in acl_set_fd_np()
H A Dacl_to_text.c55 _posix1e_acl_to_text(acl_t acl, ssize_t *len_p, int flags) in _posix1e_acl_to_text() argument
236 acl_to_text_np(acl_t acl, ssize_t *len_p, int flags) in acl_to_text_np() argument
256 acl_to_text(acl_t acl,ssize_t * len_p) acl_to_text() argument
[all...]
H A Dacl_support.c130 _posix1e_acl_sort(acl_t acl) in _posix1e_acl_sort()
146 _posix1e_acl(acl_t acl, acl_type_t type) in _posix1e_acl()
170 _posix1e_acl_check(acl_t acl) in _posix1e_acl_check()
344 _posix1e_acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id, acl_perm_t perm) in _posix1e_acl_add_entry()
H A Dacl_delete_entry.c74 acl_delete_entry(acl_t acl, acl_entry_t entry_d) in acl_delete_entry()
124 acl_delete_entry_np(acl_t acl, int offset) in acl_delete_entry_np()
H A Dacl_init.c56 acl_t acl; in acl_init() local
82 acl_dup(acl_t acl) in acl_dup()
H A Dacl_from_mode_np.c44 acl_t acl; in acl_from_mode_np() local
H A Dacl_equiv_mode_np.c41 acl_equiv_mode_np(acl_t acl, mode_t *mode_p) in acl_equiv_mode_np()
H A Dacl_copy.c72 acl_copy_ext(void *buf_p, acl_t acl, ssize_t size) in acl_copy_ext()
/freebsd/contrib/unbound/daemon/
H A Dacl_list.c55 struct acl_list* acl = (struct acl_list*)calloc(1, in acl_list_create() local
68 acl_list_delete(struct acl_list* acl) in acl_list_delete() argument
78 acl_list_insert(struct acl_list * acl,struct sockaddr_storage * addr,socklen_t addrlen,int net,enum acl_access control,int complain_duplicates) acl_list_insert() argument
123 acl_list_str_cfg(struct acl_list * acl,const char * str,const char * s2,int complain_duplicates) acl_list_str_cfg() argument
147 acl_find_or_create_str2addr(struct acl_list * acl,const char * str,int is_interface,int port) acl_find_or_create_str2addr() argument
181 acl_find_or_create(struct acl_list * acl,struct sockaddr_storage * addr,socklen_t addrlen,enum acl_access control) acl_find_or_create() argument
229 acl_list_tags_cfg(struct acl_list * acl,const char * str,uint8_t * bitmap,size_t bitmaplen,int is_interface,int port) acl_list_tags_cfg() argument
249 acl_list_view_cfg(struct acl_list * acl,const char * str,const char * str2,struct views * vs,int is_interface,int port) acl_list_view_cfg() argument
269 acl_list_tag_action_cfg(struct acl_list * acl,struct config_file * cfg,const char * str,const char * tag,const char * action,int is_interface,int port) acl_list_tag_action_cfg() argument
362 acl_list_tag_data_cfg(struct acl_list * acl,struct config_file * cfg,const char * str,const char * tag,const char * data,int is_interface,int port) acl_list_tag_data_cfg() argument
416 read_acl_list(struct acl_list * acl,struct config_str2list * acls) read_acl_list() argument
429 read_acl_view(struct acl_list * acl,struct config_str2list ** acl_view,struct views * v) read_acl_view() argument
452 read_acl_tags(struct acl_list * acl,struct config_strbytelist ** acl_tags) read_acl_tags() argument
474 read_acl_tag_actions(struct acl_list * acl,struct config_file * cfg,struct config_str3list ** acl_tag_actions) read_acl_tag_actions() argument
500 read_acl_tag_datas(struct acl_list * acl,struct config_file * cfg,struct config_str3list ** acl_tag_datas) read_acl_tag_datas() argument
525 acl_list_apply_cfg(struct acl_list * acl,struct config_file * cfg,struct views * v) acl_list_apply_cfg() argument
771 acl_get_control(struct acl_addr * acl) acl_get_control() argument
778 acl_addr_lookup(struct acl_list * acl,struct sockaddr_storage * addr,socklen_t addrlen) acl_addr_lookup() argument
786 acl_list_get_mem(struct acl_list * acl) acl_list_get_mem() argument
792 acl_access_to_str(enum acl_access acl) acl_access_to_str() argument
809 log_acl_action(const char * action,struct sockaddr_storage * addr,socklen_t addrlen,enum acl_access acl,struct acl_addr * acladdr) log_acl_action() argument
[all...]
/freebsd/sys/net80211/
H A Dieee80211_acl.c73 struct acl { struct
76 uint8_t acl_macaddr[IEEE80211_ADDR_LEN]; argument
133 struct acl *acl; in _find_acl() local
145 _acl_free(struct aclstate *as, struct acl *acl) in _acl_free()
176 struct acl *acl, *new; in acl_add() local
215 struct acl *acl; in acl_remove() local
234 struct acl *acl; in acl_free_all() local
292 struct acl *acl; in acl_getioctl() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dacl.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 = NULL; in krb5_acl_match_file() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_acl.c130 archive_acl_clear(struct archive_acl *acl) in archive_acl_clear()
168 archive_acl_add_entry(struct archive_acl *acl, in archive_acl_add_entry()
188 archive_acl_add_entry_w_len(struct archive_acl *acl, in archive_acl_add_entry_w_len()
208 archive_acl_add_entry_len_l(struct archive_acl *acl, in archive_acl_add_entry_len_l()
241 acl_special(struct archive_acl *acl, int type, int permset, int tag) in acl_special()
268 acl_new_entry(struct archive_acl *acl, in acl_new_entry()
368 archive_acl_count(struct archive_acl *acl, int want_type) in archive_acl_count()
390 archive_acl_types(struct archive_acl *acl) in archive_acl_types()
401 archive_acl_reset(struct archive_acl *acl, int want_type) in archive_acl_reset()
431 archive_acl_next(struct archive *a, struct archive_acl *acl, int want_type, in archive_acl_next()
[all …]
H A Darchive_disk_acl_freebsd.c107 struct archive_entry *entry, acl_t acl, int default_entry_acl_type) in translate_acl()
326 acl_t acl; in set_acl() local
577 acl_t acl; in archive_read_disk_entry_setup_acls() local
/freebsd/sys/fs/ext2fs/
H A Dext2_acl.c55 ext2_sync_acl_from_inode(struct inode *ip, struct acl *acl) in ext2_sync_acl_from_inode()
119 ext2_sync_inode_from_acl(struct acl *acl, struct inode *ip) in ext2_sync_inode_from_acl()
130 ext4_acl_from_disk(char *value, size_t size, struct acl *acl) in ext4_acl_from_disk()
295 ext4_acl_to_disk(const struct acl *acl, size_t *size, char *value) in ext4_acl_to_disk()
/freebsd/sys/kern/
H A Dsubr_acl_posix1e.c57 struct acl *acl, accmode_t accmode, struct ucred *cred) in vaccess_acl_posix1e()
472 acl_posix1e_acl_to_mode(struct acl *acl) in acl_posix1e_acl_to_mode()
530 acl_posix1e_check(struct acl *acl) in acl_posix1e_check()
/freebsd/bin/setfacl/
H A Dsetfacl.c54 acl_t acl; member
131 clear_inheritance_flags(acl_t acl) in clear_inheritance_flags()
173 acl_t acl, nacl; in handle_file() local
H A Dmerge.c85 merge_acl(acl_t acl, acl_t *prev_acl, const char *filename) in merge_acl()
236 add_acl(acl_t acl, uint entry_number, acl_t *prev_acl, const char *filename) in add_acl()
H A Dmask.c40 acl_t acl; in set_acl_mask() local
/freebsd/contrib/lib9p/
H A Dgenacl.c54 l9p_acl_free(struct l9p_acl *acl) in l9p_acl_free()
97 l9p_check_aces(int32_t mask, struct l9p_acl *acl, struct stat *st, in l9p_check_aces()
485 l9p_growacl(struct l9p_acl *acl, uint32_t aceasize) in l9p_growacl()
529 struct l9p_acl *acl; in l9p_sysacl_to_acl() local
/freebsd/sys/sys/
H A Dacl.h119 struct acl { struct
120 unsigned int acl_maxcnt; argument
121 unsigned int acl_cnt; argument
123 int acl_spare[4]; argument
124 struct acl_entry acl_entry[ACL_MAX_ENTRIES]; argument
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_xattr.c966 zpl_set_acl_impl(struct inode *ip, struct posix_acl *acl, int type) in zpl_set_acl_impl()
1042 struct posix_acl *acl, int type) in zpl_set_acl()
1065 struct posix_acl *acl; in zpl_get_acl_impl() local
1122 struct posix_acl *acl = NULL; in zpl_init_acl() local
1169 struct posix_acl *acl; in zpl_chmod_acl() local
1229 struct posix_acl *acl; in __zpl_xattr_acl_get_access() local
1253 struct posix_acl *acl; in __zpl_xattr_acl_get_default() local
1278 struct posix_acl *acl; in __zpl_xattr_acl_set_access() local
1320 struct posix_acl *acl; in __zpl_xattr_acl_set_default() local
1459 struct posix_acl *acl; member
[all …]
/freebsd/tests/sys/acl/
H A Dacl-api-test.c81 acl_t acl; in ATF_TC_BODY() local
101 acl_t acl; in ATF_TC_BODY() local
/freebsd/contrib/bsnmp/snmp_vacm/
H A Dvacm_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

1234