Home
last modified time | relevance | path

Searched defs:acl (Results 1 – 25 of 78) 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()
236 acl_to_text_np(acl_t acl, ssize_t *len_p, int flags) in acl_to_text_np()
256 acl_to_text(acl_t acl, ssize_t *len_p) in acl_to_text()
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_init.c56 acl_t acl; in acl_init() local
82 acl_dup(acl_t acl) in acl_dup()
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_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()
78 acl_list_insert(struct acl_list* acl, struct sockaddr_storage* addr, in acl_list_insert()
147 acl_find_or_create_str2addr(struct acl_list* acl, const char* str, in acl_find_or_create_str2addr()
416 read_acl_list(struct acl_list* acl, struct config_str2list* acls) in read_acl_list()
500 read_acl_tag_datas(struct acl_list* acl, struct config_file* cfg, in read_acl_tag_datas()
525 acl_list_apply_cfg(struct acl_list* acl, struct config_file* cfg, in acl_list_apply_cfg()
771 acl_get_control(struct acl_addr* acl) in acl_get_control()
786 acl_list_get_mem(struct acl_list* acl) in acl_list_get_mem()
792 const char* acl_access_to_str(enum acl_access acl) in acl_access_to_str()
[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/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/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()
500 archive_acl_text_want_type(struct archive_acl *acl, int flags) in archive_acl_text_want_type()
[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/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/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h193 zpl_posix_acl_release(struct posix_acl *acl) in zpl_posix_acl_release()
253 #define __posix_acl_chmod(acl, gfp, mode) posix_acl_chmod(acl, gfp, mode) argument
254 #define __posix_acl_create(acl, gfp, mode) posix_acl_create(acl, gfp, mode) argument
266 #define zpl_posix_acl_valid(ip, acl) posix_acl_valid(ip->i_sb->s_user_ns, acl) argument
268 #define zpl_posix_acl_valid(ip, acl) posix_acl_valid(acl) argument
/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/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/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_xattr.c987 zpl_set_acl_impl(struct inode *ip, struct posix_acl *acl, int type) in zpl_set_acl_impl()
1064 struct posix_acl *acl, int type) in zpl_set_acl()
1088 struct posix_acl *acl; in zpl_get_acl_impl() local
1162 struct posix_acl *acl = NULL; in zpl_init_acl() local
1209 struct posix_acl *acl; in zpl_chmod_acl() local
1269 struct posix_acl *acl; in __zpl_xattr_acl_get_access() local
1297 struct posix_acl *acl; in __zpl_xattr_acl_get_default() local
1326 struct posix_acl *acl; in __zpl_xattr_acl_set_access() local
1372 struct posix_acl *acl; in __zpl_xattr_acl_set_default() local
1540 struct posix_acl *acl; member
[all …]

1234