Searched defs:acl_cnt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dacl_impl.h51 int acl_cnt; /* number of acl entries */ member in struct:acl_info
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c142 acl_info->acl_cnt = acl(fname, cntcmd, 0, NULL);
144 acl_info->acl_cnt = facl(fd, cntcmd, 0, NULL);
148 if (acl_info->acl_cnt < 0) {
154 if (acl_info->acl_cnt == 0) {
161 malloc(acl_info->acl_cnt * acl_info->acl_entry_size);
172 error = acl(fname, getcmd, acl_info->acl_cnt,
176 error = facl(fd, getcmd, acl_info->acl_cnt,
196 if (acl_info->acl_cnt <= MIN_ACL_ENTRIES)
200 if (ace_trivial(acl_info->acl_aclp, acl_info->acl_cnt) == 0)
289 aclp->acl_cnt, acl
320 acl_cnt(acl_t *aclp) function
[all...]

Completed in 88 milliseconds