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

/opensolaris-onvv-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slottable.c54 stmp->st_last = 0;
93 newsize = slottable->st_last + increment + 1;
146 slottable->st_last++;
148 *pslot_id = slottable->st_last;
172 for (i = slottable->st_first; i <= slottable->st_last; i++) {
269 (slot_id > slottable->st_last)) {
H A Dpkcs11Slot.h85 * metaslot, with st_first be set to 0. st_last will be set to the
94 CK_SLOT_ID st_last; /* Last slot ID allocated */ member in struct:pkcs11_slottable
H A Dpkcs11General.c150 i <= slottable->st_last; i++) {
173 i <= slottable->st_last; i++) {
203 i <= slottable->st_last; i++) {
H A Dpkcs11SlotToken.c93 for (i = slottable->st_first; i <= slottable->st_last; i++) {
255 for (i = slottable->st_first; i <= slottable->st_last; i++) {
292 for (i = slottable->st_first; i <= slottable->st_last; i++) {
439 for (i = slottable->st_first; i <= slottable->st_last; i++) {
1024 for (i = wfse->slotid; i <= slottable->st_last; i++) {
H A DmetaSlotManager.c87 for (i = (slottable->st_first) + 1; i <= slottable->st_last; i++) {
H A Dpkcs11Conf.c947 if (slottable->st_last == slottable->st_first) {

Completed in 122 milliseconds