Searched defs:acl (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-10-stable/bin/setfacl/
H A Dmask.c46 acl_t acl; local
[all...]
H A Dremove.c44 remove_acl(acl_t acl, acl_t *prev_acl, const char *filename) argument
H A Dmerge.c89 merge_acl(acl_t acl, acl_t *prev_acl, const char *filename) argument
240 add_acl(acl_t acl, uint entry_number, acl_t *prev_acl, const char *filename) argument
H A Dsetfacl.c56 acl_t acl; member in struct:sf_entry
103 acl_t acl; local
[all...]
/freebsd-10-stable/lib/libc/posix1e/
H A Dacl_copy.c73 acl_copy_ext(void *buf_p, acl_t acl, ssize_t size) argument
H A Dacl_entry.c123 acl_get_entry(acl_t acl, int entry_id, acl_entry_t *entry_p) argument
[all...]
H A Dacl_init.c57 acl_t acl; local
81 acl_dup(acl_t acl) argument
[all...]
H A Dacl_valid.c57 acl_valid(acl_t acl) argument
80 acl_valid_file_np(const char *pathp, acl_type_t type, acl_t acl) argument
95 acl_valid_link_np(const char *pathp, acl_type_t type, acl_t acl) argument
110 acl_valid_fd_np(int fd, acl_type_t type, acl_t acl) argument
[all...]
H A Dacl_branding.c63 _acl_brand(const acl_t acl) argument
80 _acl_brand_may_be(const acl_t acl, int brand) argument
103 _acl_brand_as(acl_t acl, int brand) argument
119 _acl_type_not_valid_for_acl(const acl_t acl, acl_type_ argument
141 _acl_brand_from_type(acl_t acl, acl_type_t type) argument
159 acl_get_brand_np(acl_t acl, int *brand_p) argument
[all...]
H A Dacl_delete_entry.c75 acl_delete_entry(acl_t acl, acl_entry_t entry_d) argument
128 acl_delete_entry_np(acl_t acl, int offset) argument
[all...]
H A Dacl_set.c54 acl_set_file(const char *path_p, acl_type_t type, acl_t acl) argument
75 acl_set_link_np(const char *path_p, acl_type_t type, acl_t acl) argument
96 acl_set_fd(int fd, acl_t acl) argument
106 acl_set_fd_np(int fd, acl_t acl, acl_type_t type) argument
[all...]
H A Dacl_to_text.c56 _posix1e_acl_to_text(acl_t acl, ssize_t *len_p, int flags) argument
237 acl_to_text_np(acl_t acl, ssize_t *len_p, int flags) argument
257 acl_to_text(acl_t acl, ssize_t *len_p) argument
[all...]
H A Dacl_from_text.c194 acl_t acl; local
[all...]
H A Dacl_support.c133 _posix1e_acl_sort(acl_t acl) argument
149 _posix1e_acl(acl_t acl, acl_type_t type) argument
173 _posix1e_acl_check(acl_t acl) argument
347 _posix1e_acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id, acl_perm_t perm) argument
[all...]
/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_mac_metadata.c47 clean_acl(const char *acl) { argument
[all...]
H A Dtest_write_disk_appledouble.c47 clean_acl(const char *acl) { argument
[all...]
/freebsd-10-stable/contrib/unbound/daemon/
H A Dacl_list.c52 struct acl_list* acl = (struct acl_list*)calloc(1, local
65 acl_list_delete(struct acl_list* acl) argument
75 acl_list_insert(struct acl_list* acl, struct sockaddr_storage* addr, socklen_t addrlen, int net, enum acl_access control, int complain_duplicates) argument
93 acl_list_str_cfg(struct acl_list* acl, const char* str, const char* s2, int complain_duplicates) argument
130 read_acl_list(struct acl_list* acl, struct config_file* cfg) argument
142 acl_list_apply_cfg(struct acl_list* acl, struct config_file* cfg) argument
166 acl_list_lookup(struct acl_list* acl, struct sockaddr_storage* addr, socklen_t addrlen) argument
176 acl_list_get_mem(struct acl_list* acl) argument
[all...]
H A Ddaemon.h110 struct acl_list* acl; member in struct:daemon
/freebsd-10-stable/crypto/heimdal/lib/kadm5/
H A Dget_s.c226 const HDB_Ext_PKINIT_acl *acl; local
/freebsd-10-stable/bin/getfacl/
H A Dgetfacl.c93 acl_t acl; local
182 acl_t acl; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dacl.c47 free_retv(struct acl_field *acl) argument
60 acl_free_list(struct acl_field *acl, int retv) argument
79 struct acl_field *acl = NULL, *tmp; local
135 acl_match_acl(krb5_context context, struct acl_field *acl, const char *string) argument
209 struct acl_field *acl; local
251 struct acl_field *acl; local
[all...]
/freebsd-10-stable/sys/net80211/
H A Dieee80211_acl.c72 struct acl { struct
132 struct acl *ac local
144 _acl_free(struct aclstate *as, struct acl *acl) argument
175 struct acl *acl, *new; local
213 struct acl *acl; local
232 struct acl *acl; local
290 struct acl *acl; local
[all...]
/freebsd-10-stable/sys/ufs/ufs/
H A Dufs_acl.c68 ufs_sync_acl_from_inode(struct inode *ip, struct acl *acl) argument
137 ufs_sync_inode_from_acl(struct acl *acl, struct inode *ip) argument
[all...]
/freebsd-10-stable/sys/kern/
H A Dsubr_acl_posix1e.c57 vaccess_acl_posix1e(enum vtype type, uid_t file_uid, gid_t file_gid, struct acl *acl, accmode_t accmode, struct ucred *cred, int *privused) argument
486 acl_posix1e_acl_to_mode(struct acl *acl) argument
544 acl_posix1e_check(struct acl *acl) argument
[all...]
/freebsd-10-stable/sys/security/mac_bsdextended/
H A Dugidfw_vnode.c229 ugidfw_check_setacl_vnode(struct ucred *cred, struct vnode *vp, struct label *vplabel, acl_type_t type, struct acl *acl) argument

Completed in 85 milliseconds

123