acl_type_t
acl_type_t acl_type;
acl_t (*aclgetf)(const char *, acl_type_t);
int (*aclsetf)(const char *, acl_type_t, acl_t);
acl_type_t acl_type;
print_acl(char *path, acl_type_t type, int hflag, int iflag, int nflag,
print_acl_from_stdin(acl_type_t type, int hflag, int iflag, int nflag,
acl_type_t type = ACL_TYPE_ACCESS;
static acl_type_t acl_type = ACL_TYPE_ACCESS;
_acl_type_not_valid_for_acl(const acl_t acl, acl_type_t type)
_acl_brand_from_type(acl_t acl, acl_type_t type)
acl_delete_file_np(const char *path_p, acl_type_t type)
acl_delete_link_np(const char *path_p, acl_type_t type)
acl_delete_fd_np(int filedes, acl_type_t type)
acl_get_fd_np(int fd, acl_type_t type)
acl_get_file(const char *path_p, acl_type_t type)
acl_get_link_np(const char *path_p, acl_type_t type)
acl_set_fd_np(int fd, acl_t acl, acl_type_t type)
acl_set_file(const char *path_p, acl_type_t type, acl_t acl)
acl_set_link_np(const char *path_p, acl_type_t type, acl_t acl)
_posix1e_acl(acl_t acl, acl_type_t type)
_acl_type_unold(acl_type_t type)
int _acl_type_unold(acl_type_t type);
int _acl_type_not_valid_for_acl(const acl_t acl, acl_type_t type);
void _acl_brand_from_type(acl_t acl, acl_type_t type);
int _posix1e_acl(acl_t acl, acl_type_t type);
acl_valid_link_np(const char *pathp, acl_type_t type, acl_t acl)
acl_valid_fd_np(int fd, acl_type_t type, acl_t acl)
acl_valid_file_np(const char *pathp, acl_type_t type, acl_t acl)
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
acl_copyin(const void *user_acl, struct acl *kernel_acl, acl_type_t type)
acl_copyout(const struct acl *kernel_acl, void *user_acl, acl_type_t type)
vacl_set_acl(struct lwp *l, struct vnode *vp, acl_type_t type,
vacl_get_acl(struct lwp *l, struct vnode *vp, acl_type_t type,
vacl_delete(struct lwp *l, struct vnode *vp, acl_type_t type)
vacl_aclcheck(struct lwp *l, struct vnode *vp, acl_type_t type,
kern___acl_get_path(struct lwp *l, const char *path, acl_type_t type,
acl_type_t type, const struct acl *aclp, namei_simple_flags_t flags)
acl_type_t type, namei_simple_flags_t flags)
kern___acl_aclcheck_path(struct lwp *l, const char *path, acl_type_t type,
acl_type_t type,
acl_type_t type,
acl_type_t type,
int RUMP_VOP_GETACL(struct vnode *, acl_type_t, struct acl *,
int RUMP_VOP_SETACL(struct vnode *, acl_type_t, struct acl *,
int RUMP_VOP_ACLCHECK(struct vnode *, acl_type_t, struct acl *,
acl_type_t type,
acl_type_t type,
acl_type_t type,
int kern___acl_aclcheck_path(struct lwp *, const char *, acl_type_t,
int kern___acl_delete_path(struct lwp *, const char *, acl_type_t,
int kern___acl_get_path(struct lwp *, const char *, acl_type_t,
int kern___acl_set_path(struct lwp *, const char *, acl_type_t,
int vacl_set_acl(struct lwp *, struct vnode *, acl_type_t,
int vacl_get_acl(struct lwp *, struct vnode *, acl_type_t, struct acl *);
int vacl_aclcheck(struct lwp *, struct vnode *, acl_type_t,
int vacl_delete(struct lwp *, struct vnode *, acl_type_t);
int __acl_aclcheck_fd(int _filedes, acl_type_t _type, struct acl *_aclp);
int __acl_aclcheck_file(const char *_path, acl_type_t _type,
int __acl_aclcheck_link(const char *_path, acl_type_t _type,
int __acl_delete_fd(int _filedes, acl_type_t _type);
int __acl_delete_file(const char *_path_p, acl_type_t _type);
int __acl_delete_link(const char *_path_p, acl_type_t _type);
int __acl_get_fd(int _filedes, acl_type_t _type, struct acl *_aclp);
int __acl_get_file(const char *_path, acl_type_t _type, struct acl *_aclp);
int __acl_get_link(const char *_path, acl_type_t _type, struct acl *_aclp);
int __acl_set_fd(int _filedes, acl_type_t _type, struct acl *_aclp);
int __acl_set_file(const char *_path, acl_type_t _type, struct acl *_aclp);
int __acl_set_link(const char *_path, acl_type_t _type, struct acl *_aclp);
int acl_delete_fd_np(int _filedes, acl_type_t _type);
int acl_delete_file_np(const char *_path_p, acl_type_t _type);
int acl_delete_link_np(const char *_path_p, acl_type_t _type);
acl_t acl_get_fd_np(int fd, acl_type_t _type);
acl_t acl_get_file(const char *_path_p, acl_type_t _type);
acl_t acl_get_link_np(const char *_path_p, acl_type_t _type);
int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type);
int acl_set_file(const char *_path_p, acl_type_t _type, acl_t _acl);
int acl_set_link_np(const char *_path_p, acl_type_t _type, acl_t _acl);
int acl_valid_fd_np(int _fd, acl_type_t _type, acl_t _acl);
int acl_valid_file_np(const char *_path_p, acl_type_t _type, acl_t _acl);
int acl_valid_link_np(const char *_path_p, acl_type_t _type, acl_t _acl);
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
syscallarg(acl_type_t) type;
acl_type_t a_type;
int VOP_GETACL(struct vnode *, acl_type_t, struct acl *, kauth_cred_t);
acl_type_t a_type;
int VOP_SETACL(struct vnode *, acl_type_t, struct acl *, kauth_cred_t);
acl_type_t a_type;
int VOP_ACLCHECK(struct vnode *, acl_type_t, struct acl *, kauth_cred_t);
ufs_get_oldacl(acl_type_t type, struct oldacl *old, struct vnode *vp,
acl_type_t type;