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

/opensolaris-onvv-gate/usr/src/lib/libsec/common/
H A Daclutils.c552 int slots_left; local
566 slots_left = acl1->acl_cnt - slot + 1;
567 if (slots_left < newentries->acl_cnt) {
568 slots_needed = newentries->acl_cnt - slots_left;

Completed in 64 milliseconds