Symbol: acl_type_t
lib/libposix1e/acl_delete.c
46
acl_delete_file_np(const char *path_p, acl_type_t type)
lib/libposix1e/acl_delete.c
54
acl_delete_fd_np(int filedes, acl_type_t type)
lib/libposix1e/acl_get.c
41
acl_get_file(const char *path_p, acl_type_t type)
lib/libposix1e/acl_get.c
81
acl_get_fd_np(int fd, acl_type_t type)
lib/libposix1e/acl_set.c
46
acl_set_file(const char *path_p, acl_type_t type, acl_t acl)
lib/libposix1e/acl_set.c
76
acl_set_fd_np(int fd, acl_t acl, acl_type_t type)
lib/libposix1e/acl_support.c
111
acl_posix1e(acl_t acl, acl_type_t type)
lib/libposix1e/acl_support.h
40
int acl_posix1e(acl_t acl, acl_type_t type);
lib/libposix1e/acl_valid.c
68
acl_valid_file_np(const char *pathp, acl_type_t type, acl_t acl)
lib/libposix1e/acl_valid.c
85
acl_valid_fd_np(int fd, acl_type_t type, acl_t acl)
sys/kern/kern_acl.c
107
vacl_delete(struct vnode *vp, acl_type_t type)
sys/kern/kern_acl.c
124
vacl_aclcheck(struct vnode *vp, acl_type_t type, struct acl *aclp)
sys/kern/kern_acl.c
50
static int vacl_set_acl(struct vnode *vp, acl_type_t type, struct acl *aclp);
sys/kern/kern_acl.c
51
static int vacl_get_acl(struct vnode *vp, acl_type_t type, struct acl *aclp);
sys/kern/kern_acl.c
52
static int vacl_aclcheck(struct vnode *vp, acl_type_t type, struct acl *aclp);
sys/kern/kern_acl.c
67
vacl_set_acl(struct vnode *vp, acl_type_t type, struct acl *aclp)
sys/kern/kern_acl.c
89
vacl_get_acl(struct vnode *vp, acl_type_t type, struct acl *aclp)
sys/kern/vfs_vopops.c
1166
vop_getacl(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
sys/kern/vfs_vopops.c
1191
vop_setacl(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
sys/kern/vfs_vopops.c
1216
vop_aclcheck(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
sys/sys/acl.h
104
int __acl_aclcheck_fd(int, acl_type_t, struct acl *);
sys/sys/acl.h
105
int __acl_aclcheck_file(const char *, acl_type_t, struct acl *);
sys/sys/acl.h
106
int __acl_delete_fd(int, acl_type_t);
sys/sys/acl.h
107
int __acl_delete_file(const char *, acl_type_t);
sys/sys/acl.h
108
int __acl_get_fd(int, acl_type_t, struct acl *);
sys/sys/acl.h
109
int __acl_get_file(const char *, acl_type_t, struct acl *);
sys/sys/acl.h
110
int __acl_set_fd(int, acl_type_t, struct acl *);
sys/sys/acl.h
111
int __acl_set_file(const char *, acl_type_t, struct acl *);
sys/sys/acl.h
121
int acl_delete_fd_np(int, acl_type_t);
sys/sys/acl.h
122
int acl_delete_file_np(const char *, acl_type_t);
sys/sys/acl.h
128
acl_t acl_get_fd_np(int, acl_type_t);
sys/sys/acl.h
129
acl_t acl_get_file(const char *, acl_type_t);
sys/sys/acl.h
132
int acl_set_fd_np(int, acl_t, acl_type_t);
sys/sys/acl.h
133
int acl_set_file(const char *, acl_type_t, acl_t);
sys/sys/acl.h
136
int acl_valid_fd_np(int, acl_type_t, acl_t);
sys/sys/acl.h
137
int acl_valid_file_np(const char *, acl_type_t, acl_t);
sys/sys/sysproto.h
871
acl_type_t type; char type_[PAD_(acl_type_t)];
sys/sys/sysproto.h
876
acl_type_t type; char type_[PAD_(acl_type_t)];
sys/sys/sysproto.h
881
acl_type_t type; char type_[PAD_(acl_type_t)];
sys/sys/sysproto.h
886
acl_type_t type; char type_[PAD_(acl_type_t)];
sys/sys/sysproto.h
891
acl_type_t type; char type_[PAD_(acl_type_t)];
sys/sys/sysproto.h
895
acl_type_t type; char type_[PAD_(acl_type_t)];
sys/sys/sysproto.h
899
acl_type_t type; char type_[PAD_(acl_type_t)];
sys/sys/sysproto.h
904
acl_type_t type; char type_[PAD_(acl_type_t)];
sys/sys/vfsops.h
394
acl_type_t a_type;
sys/sys/vfsops.h
402
acl_type_t a_type;
sys/sys/vfsops.h
410
acl_type_t a_type;
sys/sys/vfsops.h
849
int vop_getacl(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
sys/sys/vfsops.h
851
int vop_setacl(struct vop_ops *ops, struct vnode *vp, acl_type_t type,
sys/sys/vfsops.h
853
int vop_aclcheck(struct vop_ops *ops, struct vnode *vp, acl_type_t type,