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

/opensolaris-onvv-gate/usr/src/lib/libsec/common/
H A Daclutils.c468 * Find acl entries in acl that correspond to removeacl. Search
473 acl_removeentries(acl_t *acl, acl_t *removeacl, int start_slot, int flag) argument
485 if (acl == NULL || removeacl == NULL)
488 if (acl->acl_type != removeacl->acl_type)
496 for (i = 0, remove_entry = removeacl->acl_aclp;
497 i != removeacl->acl_cnt; i++) {
532 remove_entry = (char *)remove_entry + removeacl->acl_entry_size;

Completed in 100 milliseconds