/netbsd-src/sys/kern/ |
H A D | subr_acl_nfs4.c | 92 _acl_append(struct acl *aclp, acl_tag_t tag, acl_perm_t perm, in _acl_append() 131 acl_nfs4_sync_acl_from_mode(struct acl *aclp, mode_t mode, in acl_nfs4_sync_acl_from_mode() 140 __acl_nfs4_sync_mode_from_acl(mode_t *_mode, const struct acl *aclp) in __acl_nfs4_sync_mode_from_acl() 385 struct acl *aclp, mode_t mode, int file_owner_id, int is_directory) in acl_nfs4_compute_inherited_acl_psarc() 460 acl_nfs4_trivial_from_mode(struct acl *aclp, mode_t mode) in acl_nfs4_trivial_from_mode() 474 __acl_nfs4_trivial_from_mode_libc(struct acl *aclp, int mode, int canonical_six) in __acl_nfs4_trivial_from_mode_libc() 512 acl_nfs4_is_trivial(const struct acl *aclp, int file_owner_id) in acl_nfs4_is_trivial() 550 acl_nfs4_check(const struct acl *aclp, int is_directory) in acl_nfs4_check()
|
H A D | vfs_acl.c | 213 vacl_set_acl(struct lwp * l,struct vnode * vp,acl_type_t type,const struct acl * aclp) vacl_set_acl() argument 235 vacl_get_acl(struct lwp * l,struct vnode * vp,acl_type_t type,struct acl * aclp) vacl_get_acl() argument 272 vacl_aclcheck(struct lwp * l,struct vnode * vp,acl_type_t type,const struct acl * aclp) vacl_aclcheck() argument 319 kern___acl_get_path(struct lwp * l,const char * path,acl_type_t type,struct acl * aclp,namei_simple_flags_t flags) kern___acl_get_path() argument 358 kern___acl_set_path(struct lwp * l,const char * path,acl_type_t type,const struct acl * aclp,namei_simple_flags_t flags) kern___acl_set_path() argument 490 kern___acl_aclcheck_path(struct lwp * l,const char * path,acl_type_t type,struct acl * aclp,namei_simple_flags_t flags) kern___acl_aclcheck_path() argument 526 struct acl *aclp; acl_alloc() local 538 acl_free(struct acl * aclp) acl_free() argument [all...] |
/netbsd-src/lib/libc/posix1e/ |
H A D | acl_strip.c | 45 _nfs4_acl_strip_np(const acl_t aclp, int canonical_six) in _nfs4_acl_strip_np() 65 _posix1e_acl_strip_np(const acl_t aclp, int recalculate_mask) in _posix1e_acl_strip_np() 133 acl_strip_np(const acl_t aclp, int recalculate_mask) in acl_strip_np() 156 acl_is_trivial_np(const acl_t aclp, int *trivialp) in acl_is_trivial_np()
|
H A D | acl_get.c | 65 acl_t aclp; in acl_get_file() local 88 acl_t aclp; in acl_get_link_np() local 120 acl_t aclp; in acl_get_fd_np() local
|
H A D | acl_branding.c | 58 acl_t aclp; in entry2acl() local
|
H A D | acl_from_text.c | 84 _posix1e_acl_entry_from_text(acl_t aclp, char *entry) in _posix1e_acl_entry_from_text()
|
H A D | acl_from_text_nfs4.c | 209 _nfs4_acl_entry_from_text(acl_t aclp, char *str) in _nfs4_acl_entry_from_text()
|
H A D | acl_to_text_nfs4.c | 235 _nfs4_acl_to_text_np(const acl_t aclp, ssize_t *len_p, int flags) in _nfs4_acl_to_text_np()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zfs_acl.c | 452 zfs_acl_t *aclp; in zfs_acl_alloc() local 490 zfs_acl_release_nodes(zfs_acl_t *aclp) in zfs_acl_release_nodes() 503 zfs_acl_free(zfs_acl_t *aclp) in zfs_acl_free() 533 zfs_ace_valid(vtype_t obj_type, zfs_acl_t *aclp, uint16_t type, uint16_t iflags) in zfs_ace_valid() 571 zfs_acl_next_ace(zfs_acl_t *aclp, void *start, uint64_t *who, in zfs_acl_next_ace() 635 zfs_acl_t *aclp = datap; in zfs_ace_walk() local 645 zfs_acl_curr_node(zfs_acl_t *aclp) in zfs_acl_curr_node() 657 zfs_copy_ace_2_fuid(zfsvfs_t *zfsvfs, vtype_t obj_type, zfs_acl_t *aclp, in zfs_copy_ace_2_fuid() 719 zfs_copy_fuid_2_ace(zfsvfs_t *zfsvfs, zfs_acl_t *aclp, cred_t *cr, in zfs_copy_fuid_2_ace() 776 zfs_copy_ace_2_oldace(vtype_t obj_type, zfs_acl_t *aclp, ace_t *acep, in zfs_copy_ace_2_oldace() [all …]
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_disk_acl_sunos.c | 109 void *aclp; in sunacl_get() local 163 sun_acl_is_trivial(void *aclp, int aclcnt, mode_t mode, int is_nfs4, in sun_acl_is_trivial() 316 struct archive_entry *entry, void *aclp, int aclcnt, in translate_acl() 454 void *aclp; in set_acl() local 713 void *aclp; in archive_read_disk_entry_setup_acls() local
|
/netbsd-src/sys/ufs/ufs/ |
H A D | ufs_acl.c | 162 ufs_getacl_nfs4_internal(struct vnode *vp, struct acl *aclp, struct lwp *l) in ufs_getacl_nfs4_internal() 381 ufs_setacl_nfs4_internal(struct vnode *vp, struct acl *aclp, in ufs_setacl_nfs4_internal() 489 ufs_setacl_posix1e(struct vnode *vp, int type, struct acl *aclp, in ufs_setacl_posix1e()
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | nfs_commonacl.c | 394 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, enum vtype type, in nfsrv_buildacl() 456 nfsrv_setacl(vnode_t vp, NFSACL_T *aclp, struct ucred *cred, in nfsrv_setacl()
|
H A D | nfs_commonsubs.c | 698 nfsrv_dissectacl(struct nfsrv_descript *nd, NFSACL_T *aclp, int *aclerrp, in nfsrv_dissectacl() 813 struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp, in nfsv4_loadattr() 2058 NFSACL_T *aclp, *naclp = NULL; in nfsv4_fillattr() local
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
H A D | test_acl_platform_posix1e.c | 221 void *aclp, int aclcnt,
|
H A D | test_acl_platform_nfs4.c | 684 void *aclp, in compare_acls()
|
/netbsd-src/external/cddl/osnet/dist/common/acl/ |
H A D | acl_common.c | 269 acl_t *aclp; in acl_alloc() local 297 acl_free(acl_t *aclp) in acl_free() 683 aclent_t *aclp; in convert_aent_to_ace() local 1505 acl_translate(acl_t *aclp, int target_flavor, boolean_t isdir, uid_t owner, in acl_translate()
|
/netbsd-src/sys/rump/librump/rumpvfs/ |
H A D | rumpvnode_if.c | 701 struct acl *aclp, in RUMP_VOP_GETACL() 716 struct acl *aclp, in RUMP_VOP_SETACL() 731 struct acl *aclp, in RUMP_VOP_ACLCHECK()
|
/netbsd-src/bin/cp/ |
H A D | utils.c | 473 struct acl *aclp; in preserve_dir_acls() local
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | acl.c | 479 dns_acl_detach(dns_acl_t **aclp) { in dns_acl_detach()
|
/netbsd-src/sys/miscfs/genfs/ |
H A D | genfs_vnops.c | 1029 _acl_denies(const struct acl *aclp, int access_mask, kauth_cred_t cred, in _acl_denies() 1096 gid_t file_gid, mode_t file_mode, struct acl *aclp, accmode_t accmode) in genfs_can_access_acl_nfs4()
|
/netbsd-src/sys/fs/nfs/server/ |
H A D | nfs_nfsdserv.c | 315 NFSACL_T *aclp = NULL; in nfsrvd_setattr() local 1161 NFSACL_T *aclp = NULL; in nfsrvd_mknod() local 1800 NFSACL_T *aclp, NFSPROC_T *p, struct nfsexstuff *exp, char *pathcp, in nfsrvd_symlinksub() 1932 int *diraft_retp, nfsattrbit_t *attrbitp, NFSACL_T *aclp, in nfsrvd_mkdirsub() 2595 NFSACL_T *aclp = NULL; in nfsrvd_open() local
|
H A D | nfs_nfsdport.c | 1417 NFSACL_T *aclp, nfsattrbit_t *attrbitp, struct ucred *cred, struct thread *p, in nfsvno_open() 2330 nfsattrbit_t *attrbitp, NFSACL_T *aclp, struct thread *p) in nfsrv_sattr() 2424 nfsattrbit_t *attrbitp, NFSACL_T *aclp, struct thread *p) in nfsv4_sattr()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | acl.c | 564 dns_acl_detach(dns_acl_t ** aclp) dns_acl_detach() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 2761 #define __sanitizer_syscall_pre___acl_get_link(path, type, aclp) \ argument 2764 #define __sanitizer_syscall_post___acl_get_link(res, path, type, aclp) \ argument 2767 #define __sanitizer_syscall_pre___acl_set_link(path, type, aclp) \ argument 2770 #define __sanitizer_syscall_post___acl_set_link(res, path, type, aclp) \ argument 2779 #define __sanitizer_syscall_pre___acl_aclcheck_link(path, type, aclp) \ argument 2782 #define __sanitizer_syscall_post___acl_aclcheck_link(res, path, type, aclp) \ argument 2785 #define __sanitizer_syscall_pre___acl_get_file(path, type, aclp) \ argument 2788 #define __sanitizer_syscall_post___acl_get_file(res, path, type, aclp) \ argument 2791 #define __sanitizer_syscall_pre___acl_set_file(path, type, aclp) \ argument 2794 #define __sanitizer_syscall_post___acl_set_file(res, path, type, aclp) \ argument [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 2761 #define __sanitizer_syscall_pre___acl_get_link(path, type, aclp) \ argument 2764 #define __sanitizer_syscall_post___acl_get_link(res, path, type, aclp) \ argument 2767 #define __sanitizer_syscall_pre___acl_set_link(path, type, aclp) \ argument 2770 #define __sanitizer_syscall_post___acl_set_link(res, path, type, aclp) \ argument 2779 #define __sanitizer_syscall_pre___acl_aclcheck_link(path, type, aclp) \ argument 2782 #define __sanitizer_syscall_post___acl_aclcheck_link(res, path, type, aclp) \ argument 2785 #define __sanitizer_syscall_pre___acl_get_file(path, type, aclp) \ argument 2788 #define __sanitizer_syscall_post___acl_get_file(res, path, type, aclp) \ argument 2791 #define __sanitizer_syscall_pre___acl_set_file(path, type, aclp) \ argument 2794 #define __sanitizer_syscall_post___acl_set_file(res, path, type, aclp) \ argument [all …]
|