Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slottable.c54 stmp->st_last = 0; in pkcs11_slottable_initialize()
93 newsize = slottable->st_last + increment + 1; in pkcs11_slottable_increase()
146 slottable->st_last++; in pkcs11_slot_allocate()
148 *pslot_id = slottable->st_last; in pkcs11_slot_allocate()
172 for (i = slottable->st_first; i <= slottable->st_last; i++) { in pkcs11_slottable_delete()
269 (slot_id > slottable->st_last)) { in pkcs11_is_valid_slot()
H A Dpkcs11General.c150 i <= slottable->st_last; i++) { in pkcs11_fork_prepare()
173 i <= slottable->st_last; i++) { in pkcs11_fork_parent()
203 i <= slottable->st_last; i++) { in pkcs11_fork_child()
H A Dpkcs11SlotToken.c93 for (i = slottable->st_first; i <= slottable->st_last; i++) { in C_GetSlotList()
255 for (i = slottable->st_first; i <= slottable->st_last; i++) { in C_WaitForSlotEvent()
292 for (i = slottable->st_first; i <= slottable->st_last; i++) { in C_WaitForSlotEvent()
439 for (i = slottable->st_first; i <= slottable->st_last; i++) { in C_WaitForSlotEvent()
1024 for (i = wfse->slotid; i <= slottable->st_last; i++) { in child_waitforslotevent()
H A Dpkcs11Slot.h92 CK_SLOT_ID st_last; /* Last slot ID allocated */ member
H A DmetaSlotManager.c85 for (i = (slottable->st_first) + 1; i <= slottable->st_last; i++) { in meta_slotManager_initialize()
H A Dpkcs11Conf.c690 if (slottable->st_last == slottable->st_first) { in pkcs11_slot_mapping()