Searched refs:acl1 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c484 int (*acl_match)(void *acl1, void *acl2);
546 * Replace entires entries in acl1 with the corresponding entries
549 * number of acl entries in acl1 then they are appended. If the
554 acl_modifyentries(acl_t *acl1, acl_t *newentries, int where) argument
562 if (acl1 == NULL || newentries == NULL)
565 if (where < 0 || where >= acl1->acl_cnt)
568 if (acl1->acl_type != newentries->acl_type)
573 slots_left = acl1->acl_cnt - slot + 1;
576 newsize = (acl1->acl_entry_size * acl1
602 acl_addentries(acl_t *acl1, acl_t *acl2, int where) argument
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_002_neg.ksh243 typeset acl0 acl1 acl2 acl3
264 acl1="${ace_prefix2}:read_xattr/write_acl"
265 acl1="${acl1}/write_owner:${inh_opt}:allow"
H A Dzfs_acl_chmod_inherit_002_pos.ksh275 typeset acl0 acl1 acl2 acl3
312 acl1=${ace_prefix2}":read_xattr/write_acl/"
313 acl1=${acl1}"write_owner:$inh_opt:allow"
H A Dzfs_acl_chmod_inherit_003_pos.ksh222 typeset acl0 acl1 acl2 acl3 acl4 acl5
244 acl1="$ace_prefix2:-------A-W-Co-:$inh_a:deny"

Completed in 59 milliseconds