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

/opensolaris-onvv-gate/usr/src/lib/libsec/common/
H A Daclutils.c477 int (*acl_match)(void *acl1, void *acl2);
591 * Add acl2 entries into acl1. The where argument specifies where
595 acl_addentries(acl_t *acl1, acl_t *acl2, int where) argument
603 if (acl1 == NULL || acl2 == NULL)
606 if (acl1->acl_type != acl2->acl_type)
616 newsize = (acl2->acl_entry_size * acl2->acl_cnt) +
627 ((where + acl2->acl_cnt) * acl1->acl_entry_size));
641 (void) memmove(start, acl2->acl_aclp,
642 acl2
[all...]

Completed in 100 milliseconds