Searched refs:acl1 (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);
539 * Replace entires entries in acl1 with the corresponding entries
542 * number of acl entries in acl1 then they are appended. If the
547 acl_modifyentries(acl_t *acl1, acl_t *newentries, int where) argument
555 if (acl1 == NULL || newentries == NULL)
558 if (where < 0 || where >= acl1->acl_cnt)
561 if (acl1->acl_type != newentries->acl_type)
566 slots_left = acl1->acl_cnt - slot + 1;
569 newsize = (acl1->acl_entry_size * acl1
595 acl_addentries(acl_t *acl1, acl_t *acl2, int where) argument
[all...]

Completed in 30 milliseconds