Searched refs:st_last (Results 1 – 6 of 6) sorted by relevance
54 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()
150 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()
93 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()
92 CK_SLOT_ID st_last; /* Last slot ID allocated */ member
85 for (i = (slottable->st_first) + 1; i <= slottable->st_last; i++) { in meta_slotManager_initialize()
690 if (slottable->st_last == slottable->st_first) { in pkcs11_slot_mapping()