Symbol: acl_type_t
bin/cp/utils.c
420
acl_type_t acl_type;
bin/cp/utils.c
471
acl_t (*aclgetf)(const char *, acl_type_t);
bin/cp/utils.c
472
int (*aclsetf)(const char *, acl_type_t, acl_t);
bin/cp/utils.c
475
acl_type_t acl_type;
bin/getfacl/getfacl.c
185
print_acl(char *path, acl_type_t type, int hflag, int iflag, int nflag,
bin/getfacl/getfacl.c
270
print_acl_from_stdin(acl_type_t type, int hflag, int iflag, int nflag,
bin/getfacl/getfacl.c
291
acl_type_t type = ACL_TYPE_ACCESS;
bin/setfacl/setfacl.c
77
static acl_type_t acl_type = ACL_TYPE_ACCESS;
lib/libc/posix1e/acl_branding.c
125
_acl_type_not_valid_for_acl(const acl_t acl, acl_type_t type)
lib/libc/posix1e/acl_branding.c
147
_acl_brand_from_type(acl_t acl, acl_type_t type)
lib/libc/posix1e/acl_delete.c
63
acl_delete_file_np(const char *path_p, acl_type_t type)
lib/libc/posix1e/acl_delete.c
71
acl_delete_link_np(const char *path_p, acl_type_t type)
lib/libc/posix1e/acl_delete.c
79
acl_delete_fd_np(int filedes, acl_type_t type)
lib/libc/posix1e/acl_get.c
118
acl_get_fd_np(int fd, acl_type_t type)
lib/libc/posix1e/acl_get.c
63
acl_get_file(const char *path_p, acl_type_t type)
lib/libc/posix1e/acl_get.c
86
acl_get_link_np(const char *path_p, acl_type_t type)
lib/libc/posix1e/acl_set.c
111
acl_set_fd_np(int fd, acl_t acl, acl_type_t type)
lib/libc/posix1e/acl_set.c
59
acl_set_file(const char *path_p, acl_type_t type, acl_t acl)
lib/libc/posix1e/acl_set.c
80
acl_set_link_np(const char *path_p, acl_type_t type, acl_t acl)
lib/libc/posix1e/acl_support.c
154
_posix1e_acl(acl_t acl, acl_type_t type)
lib/libc/posix1e/acl_support.c
380
_acl_type_unold(acl_type_t type)
lib/libc/posix1e/acl_support.h
40
int _acl_type_unold(acl_type_t type);
lib/libc/posix1e/acl_support.h
42
int _acl_type_not_valid_for_acl(const acl_t acl, acl_type_t type);
lib/libc/posix1e/acl_support.h
43
void _acl_brand_from_type(acl_t acl, acl_type_t type);
lib/libc/posix1e/acl_support.h
58
int _posix1e_acl(acl_t acl, acl_type_t type);
lib/libc/posix1e/acl_valid.c
100
acl_valid_link_np(const char *pathp, acl_type_t type, acl_t acl)
lib/libc/posix1e/acl_valid.c
115
acl_valid_fd_np(int fd, acl_type_t type, acl_t acl)
lib/libc/posix1e/acl_valid.c
85
acl_valid_file_np(const char *pathp, acl_type_t type, acl_t acl)
sys/compat/netbsd32/netbsd32_syscallargs.h
2707
syscallarg(acl_type_t) type;
sys/compat/netbsd32/netbsd32_syscallargs.h
2714
syscallarg(acl_type_t) type;
sys/compat/netbsd32/netbsd32_syscallargs.h
2721
syscallarg(acl_type_t) type;
sys/compat/netbsd32/netbsd32_syscallargs.h
2727
syscallarg(acl_type_t) type;
sys/compat/netbsd32/netbsd32_syscallargs.h
2734
syscallarg(acl_type_t) type;
sys/compat/netbsd32/netbsd32_syscallargs.h
2741
syscallarg(acl_type_t) type;
sys/compat/netbsd32/netbsd32_syscallargs.h
2748
syscallarg(acl_type_t) type;
sys/compat/netbsd32/netbsd32_syscallargs.h
2755
syscallarg(acl_type_t) type;
sys/compat/netbsd32/netbsd32_syscallargs.h
2762
syscallarg(acl_type_t) type;
sys/compat/netbsd32/netbsd32_syscallargs.h
2768
syscallarg(acl_type_t) type;
sys/compat/netbsd32/netbsd32_syscallargs.h
2774
syscallarg(acl_type_t) type;
sys/compat/netbsd32/netbsd32_syscallargs.h
2781
syscallarg(acl_type_t) type;
sys/kern/vfs_acl.c
126
acl_copyin(const void *user_acl, struct acl *kernel_acl, acl_type_t type)
sys/kern/vfs_acl.c
150
acl_copyout(const struct acl *kernel_acl, void *user_acl, acl_type_t type)
sys/kern/vfs_acl.c
214
vacl_set_acl(struct lwp *l, struct vnode *vp, acl_type_t type,
sys/kern/vfs_acl.c
236
vacl_get_acl(struct lwp *l, struct vnode *vp, acl_type_t type,
sys/kern/vfs_acl.c
257
vacl_delete(struct lwp *l, struct vnode *vp, acl_type_t type)
sys/kern/vfs_acl.c
273
vacl_aclcheck(struct lwp *l, struct vnode *vp, acl_type_t type,
sys/kern/vfs_acl.c
320
kern___acl_get_path(struct lwp *l, const char *path, acl_type_t type,
sys/kern/vfs_acl.c
360
acl_type_t type, const struct acl *aclp, namei_simple_flags_t flags)
sys/kern/vfs_acl.c
436
acl_type_t type, namei_simple_flags_t flags)
sys/kern/vfs_acl.c
491
kern___acl_aclcheck_path(struct lwp *l, const char *path, acl_type_t type,
sys/kern/vnode_if.c
2002
acl_type_t type,
sys/kern/vnode_if.c
2038
acl_type_t type,
sys/kern/vnode_if.c
2076
acl_type_t type,
sys/rump/include/rump/rumpvnode_if.h
109
int RUMP_VOP_GETACL(struct vnode *, acl_type_t, struct acl *,
sys/rump/include/rump/rumpvnode_if.h
111
int RUMP_VOP_SETACL(struct vnode *, acl_type_t, struct acl *,
sys/rump/include/rump/rumpvnode_if.h
113
int RUMP_VOP_ACLCHECK(struct vnode *, acl_type_t, struct acl *,
sys/rump/librump/rumpvfs/rumpvnode_if.c
700
acl_type_t type,
sys/rump/librump/rumpvfs/rumpvnode_if.c
715
acl_type_t type,
sys/rump/librump/rumpvfs/rumpvnode_if.c
730
acl_type_t type,
sys/sys/acl.h
325
int kern___acl_aclcheck_path(struct lwp *, const char *, acl_type_t,
sys/sys/acl.h
327
int kern___acl_delete_path(struct lwp *, const char *, acl_type_t,
sys/sys/acl.h
329
int kern___acl_get_path(struct lwp *, const char *, acl_type_t,
sys/sys/acl.h
331
int kern___acl_set_path(struct lwp *, const char *, acl_type_t,
sys/sys/acl.h
333
int vacl_set_acl(struct lwp *, struct vnode *, acl_type_t,
sys/sys/acl.h
335
int vacl_get_acl(struct lwp *, struct vnode *, acl_type_t, struct acl *);
sys/sys/acl.h
336
int vacl_aclcheck(struct lwp *, struct vnode *, acl_type_t,
sys/sys/acl.h
338
int vacl_delete(struct lwp *, struct vnode *, acl_type_t);
sys/sys/acl.h
349
int __acl_aclcheck_fd(int _filedes, acl_type_t _type, struct acl *_aclp);
sys/sys/acl.h
350
int __acl_aclcheck_file(const char *_path, acl_type_t _type,
sys/sys/acl.h
352
int __acl_aclcheck_link(const char *_path, acl_type_t _type,
sys/sys/acl.h
354
int __acl_delete_fd(int _filedes, acl_type_t _type);
sys/sys/acl.h
355
int __acl_delete_file(const char *_path_p, acl_type_t _type);
sys/sys/acl.h
356
int __acl_delete_link(const char *_path_p, acl_type_t _type);
sys/sys/acl.h
357
int __acl_get_fd(int _filedes, acl_type_t _type, struct acl *_aclp);
sys/sys/acl.h
358
int __acl_get_file(const char *_path, acl_type_t _type, struct acl *_aclp);
sys/sys/acl.h
359
int __acl_get_link(const char *_path, acl_type_t _type, struct acl *_aclp);
sys/sys/acl.h
360
int __acl_set_fd(int _filedes, acl_type_t _type, struct acl *_aclp);
sys/sys/acl.h
361
int __acl_set_file(const char *_path, acl_type_t _type, struct acl *_aclp);
sys/sys/acl.h
362
int __acl_set_link(const char *_path, acl_type_t _type, struct acl *_aclp);
sys/sys/acl.h
394
int acl_delete_fd_np(int _filedes, acl_type_t _type);
sys/sys/acl.h
395
int acl_delete_file_np(const char *_path_p, acl_type_t _type);
sys/sys/acl.h
396
int acl_delete_link_np(const char *_path_p, acl_type_t _type);
sys/sys/acl.h
407
acl_t acl_get_fd_np(int fd, acl_type_t _type);
sys/sys/acl.h
408
acl_t acl_get_file(const char *_path_p, acl_type_t _type);
sys/sys/acl.h
410
acl_t acl_get_link_np(const char *_path_p, acl_type_t _type);
sys/sys/acl.h
419
int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type);
sys/sys/acl.h
420
int acl_set_file(const char *_path_p, acl_type_t _type, acl_t _acl);
sys/sys/acl.h
422
int acl_set_link_np(const char *_path_p, acl_type_t _type, acl_t _acl);
sys/sys/acl.h
431
int acl_valid_fd_np(int _fd, acl_type_t _type, acl_t _acl);
sys/sys/acl.h
432
int acl_valid_file_np(const char *_path_p, acl_type_t _type, acl_t _acl);
sys/sys/acl.h
433
int acl_valid_link_np(const char *_path_p, acl_type_t _type, acl_t _acl);
sys/sys/syscallargs.h
3251
syscallarg(acl_type_t) type;
sys/sys/syscallargs.h
3260
syscallarg(acl_type_t) type;
sys/sys/syscallargs.h
3269
syscallarg(acl_type_t) type;
sys/sys/syscallargs.h
3277
syscallarg(acl_type_t) type;
sys/sys/syscallargs.h
3286
syscallarg(acl_type_t) type;
sys/sys/syscallargs.h
3295
syscallarg(acl_type_t) type;
sys/sys/syscallargs.h
3304
syscallarg(acl_type_t) type;
sys/sys/syscallargs.h
3313
syscallarg(acl_type_t) type;
sys/sys/syscallargs.h
3322
syscallarg(acl_type_t) type;
sys/sys/syscallargs.h
3330
syscallarg(acl_type_t) type;
sys/sys/syscallargs.h
3338
syscallarg(acl_type_t) type;
sys/sys/syscallargs.h
3347
syscallarg(acl_type_t) type;
sys/sys/vnode_if.h
529
acl_type_t a_type;
sys/sys/vnode_if.h
534
int VOP_GETACL(struct vnode *, acl_type_t, struct acl *, kauth_cred_t);
sys/sys/vnode_if.h
540
acl_type_t a_type;
sys/sys/vnode_if.h
545
int VOP_SETACL(struct vnode *, acl_type_t, struct acl *, kauth_cred_t);
sys/sys/vnode_if.h
551
acl_type_t a_type;
sys/sys/vnode_if.h
556
int VOP_ACLCHECK(struct vnode *, acl_type_t, struct acl *, kauth_cred_t);
sys/ufs/ufs/ufs_acl.c
237
ufs_get_oldacl(acl_type_t type, struct oldacl *old, struct vnode *vp,
sys/ufs/ufs/ufs_vnops.c
343
acl_type_t type;