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

/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c475 * Find acl entries in acl that correspond to removeacl. Search
480 acl_removeentries(acl_t *acl, acl_t *removeacl, int start_slot, int flag) argument
492 if (acl == NULL || removeacl == NULL)
495 if (acl->acl_type != removeacl->acl_type)
503 for (i = 0, remove_entry = removeacl->acl_aclp;
504 i != removeacl->acl_cnt; i++) {
539 remove_entry = (char *)remove_entry + removeacl->acl_entry_size;

Completed in 56 milliseconds