HomeSort by: relevance | last modified time | path
    Searched defs:aclp (Results 1 - 15 of 15) sorted by relevancy

  /src/lib/libc/posix1e/
acl_branding.c 58 acl_t aclp; local
60 aclp = (acl_t)(((unsigned long)entry >> _ACL_T_ALIGNMENT_BITS) << _ACL_T_ALIGNMENT_BITS);
62 return (aclp);
acl_get.c 65 acl_t aclp; local
68 aclp = acl_init(ACL_MAX_ENTRIES);
69 if (aclp == NULL)
73 error = __acl_get_file(path_p, type, &aclp->ats_acl);
75 acl_free(aclp);
79 aclp->ats_acl.acl_maxcnt = ACL_MAX_ENTRIES;
80 _acl_brand_from_type(aclp, type);
82 return (aclp);
88 acl_t aclp; local
91 aclp = acl_init(ACL_MAX_ENTRIES)
120 acl_t aclp; local
    [all...]
  /src/sys/kern/
vfs_acl.c 205 * (unlocked). The aclp pointer is assumed still to point to userland, so
215 const struct acl *aclp)
221 error = acl_copyin(aclp, inkernelacl, type);
237 struct acl *aclp)
248 error = acl_copyout(inkernelacl, aclp, type);
274 const struct acl *aclp)
280 error = acl_copyin(aclp, inkernelacl, type);
304 SCARG(uap, aclp), NSM_FOLLOW_NOEMULROOT);
316 SCARG(uap, aclp), NSM_NOFOLLOW_NOEMULROOT);
321 struct acl *aclp, namei_simple_flags_t flags
528 struct acl *aclp; local
    [all...]
  /src/bin/cp/
utils.c 473 struct acl *aclp; local
522 aclp = &acl->ats_acl;
523 if (aclp->acl_cnt != 0 && aclsetf(dest_dir,
  /src/external/bsd/libarchive/dist/libarchive/
archive_disk_acl_sunos.c 109 void *aclp; local
127 aclp = NULL;
137 if (aclp == NULL)
138 aclp = malloc(cnt * size);
140 aclp = realloc(NULL, cnt * size);
141 if (aclp != NULL) {
143 cnt = acl(path, cmd, cnt, aclp);
145 cnt = facl(fd, cmd, cnt, aclp);
148 free(aclp);
149 aclp = NULL
454 void *aclp; local
713 void *aclp; local
    [all...]
  /src/sys/ufs/ufs/
ufs_vnops.c 687 struct acl *aclp; local
689 aclp = acl_alloc(KM_SLEEP);
690 error = ufs_getacl_nfs4_internal(vp, aclp, l);
698 acl_nfs4_sync_acl_from_mode(aclp, mode, file_owner_id);
699 error = ufs_setacl_nfs4_internal(vp, aclp, l, false);
702 acl_free(aclp);
  /src/external/mpl/bind/dist/bin/named/
zoneconf.c 79 dns_acl_t **aclp = NULL, *acl = NULL; local
88 aclp = &view->notifyacl;
94 aclp = &view->queryacl;
100 aclp = &view->queryonacl;
106 aclp = &view->transferacl;
112 aclp = &view->updateacl;
118 aclp = &view->upfwdacl;
131 aclp = NULL;
137 if (aclp != NULL && *aclp != NULL)
    [all...]
  /src/sys/fs/nfs/common/
nfs_commonsubs.c 695 * If the aclp == NULL or won't fit in an acl, just discard the acl info.
698 nfsrv_dissectacl(struct nfsrv_descript *nd, NFSACL_T *aclp, int *aclerrp,
706 if (aclp)
707 aclp->acl_cnt = 0;
720 if (aclp && !aceerr)
721 error = nfsrv_dissectace(nd, &aclp->acl_entry[i],
729 if (aclp && !aceerr)
730 aclp->acl_cnt = acecnt;
813 struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp,
1088 if (aceerr || aclp == NULL |
2058 NFSACL_T *aclp, *naclp = NULL; local
    [all...]
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 81 NFSACL_T *aclp, NFSPROC_T *p, struct nfsexstuff *exp, char *pathcp,
86 int *diraft_retp, nfsattrbit_t *attrbitp, NFSACL_T *aclp,
315 NFSACL_T *aclp = NULL; local
322 aclp = acl_alloc(M_WAITOK);
323 aclp->acl_cnt = 0;
332 error = nfsrv_sattr(nd, vp, &nva, &attrbits, aclp, p);
352 acl_free(aclp);
443 if (!nd->nd_repstat && aclp->acl_cnt > 0 &&
445 nd->nd_repstat = nfsrv_setacl(vp, aclp, nd->nd_cred, p);
461 acl_free(aclp);
1161 NFSACL_T *aclp = NULL; local
2595 NFSACL_T *aclp = NULL; local
    [all...]
  /src/external/cddl/osnet/dist/common/acl/
acl_common.c 269 acl_t *aclp; local
271 if (cacl_malloc((void **)&aclp, sizeof (acl_t)) != 0)
274 aclp->acl_aclp = NULL;
275 aclp->acl_cnt = 0;
279 aclp->acl_type = ACE_T;
280 aclp->acl_entry_size = sizeof (ace_t);
283 aclp->acl_type = ACLENT_T;
284 aclp->acl_entry_size = sizeof (aclent_t);
287 acl_free(aclp);
288 aclp = NULL
683 aclent_t *aclp; local
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_acl.c 452 zfs_acl_t *aclp; local
454 aclp = kmem_zalloc(sizeof (zfs_acl_t), KM_SLEEP);
455 list_create(&aclp->z_acl, sizeof (zfs_acl_node_t),
457 aclp->z_version = vers;
459 aclp->z_ops = zfs_acl_fuid_ops;
461 aclp->z_ops = zfs_acl_v0_ops;
462 return (aclp);
490 zfs_acl_release_nodes(zfs_acl_t *aclp)
494 while (aclnode = list_head(&aclp->z_acl)) {
495 list_remove(&aclp->z_acl, aclnode)
635 zfs_acl_t *aclp = datap; local
1060 zfs_acl_t *aclp; local
1145 zfs_acl_t *aclp; local
1484 zfs_acl_t *aclp = NULL; local
1754 zfs_acl_t *aclp; local
1853 zfs_acl_t *aclp; local
1915 zfs_acl_t *aclp; local
2087 zfs_acl_t *aclp; local
    [all...]
zfs_vnops.c 3306 zfs_acl_t *aclp;
3389 aclp = NULL;
3680 if (err = zfs_acl_chmod_setattr(zp, &aclp, new_mode))
3694 0, aclp->z_acl_bytes);
3697 aclp->z_acl_bytes);
3699 } else if (!zp->z_is_sa && aclp->z_acl_bytes > ZFS_ACE_SPACE) {
3701 0, aclp->z_acl_bytes);
3791 ASSERT3U((uintptr_t)aclp, !=, 0);
3792 err = zfs_aclset_common(zp, aclp, cr, tx);
3796 zp->z_acl_cached = aclp;
3293 zfs_acl_t *aclp; local
    [all...]
  /src/external/bsd/libarchive/dist/test_utils/
test_main.c 2769 void *aclp; local
2787 aclp = NULL;
2796 if (aclp == NULL)
2797 aclp = malloc(cnt * size);
2799 aclp = realloc(NULL, cnt * size);
2800 if (aclp != NULL) {
2802 cnt = acl(path, cmd, cnt, aclp);
2804 cnt = facl(fd, cmd, cnt, aclp);
2807 free(aclp);
2808 aclp = NULL
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_syscallargs.h 2708 syscallarg(netbsd32_aclp_t) aclp; member in struct:netbsd32___acl_get_link_args
2715 syscallarg(netbsd32_aclp_t) aclp; member in struct:netbsd32___acl_set_link_args
2728 syscallarg(netbsd32_aclp_t) aclp; member in struct:netbsd32___acl_aclcheck_link_args
2735 syscallarg(netbsd32_aclp_t) aclp; member in struct:netbsd32___acl_get_file_args
2742 syscallarg(netbsd32_aclp_t) aclp; member in struct:netbsd32___acl_set_file_args
2749 syscallarg(netbsd32_aclp_t) aclp; member in struct:netbsd32___acl_get_fd_args
2756 syscallarg(netbsd32_aclp_t) aclp; member in struct:netbsd32___acl_set_fd_args
2775 syscallarg(netbsd32_aclp_t) aclp; member in struct:netbsd32___acl_aclcheck_file_args
2782 syscallarg(netbsd32_aclp_t) aclp; member in struct:netbsd32___acl_aclcheck_fd_args
  /src/sys/sys/
syscallargs.h 3252 syscallarg(struct acl *) aclp; member in struct:sys___acl_get_link_args
3261 syscallarg(struct acl *) aclp; member in struct:sys___acl_set_link_args
3278 syscallarg(struct acl *) aclp; member in struct:sys___acl_aclcheck_link_args
3287 syscallarg(struct acl *) aclp; member in struct:sys___acl_get_file_args
3296 syscallarg(struct acl *) aclp; member in struct:sys___acl_set_file_args
3305 syscallarg(struct acl *) aclp; member in struct:sys___acl_get_fd_args
3314 syscallarg(struct acl *) aclp; member in struct:sys___acl_set_fd_args
3339 syscallarg(struct acl *) aclp; member in struct:sys___acl_aclcheck_file_args
3348 syscallarg(struct acl *) aclp; member in struct:sys___acl_aclcheck_fd_args

Completed in 58 milliseconds