Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SlotToken.c219 CK_SLOT_ID event_slot; in C_WaitForSlotEvent() local
532 event_slot = slottable->st_event_slot; in C_WaitForSlotEvent()
535 if (pkcs11_is_valid_slot(event_slot) == CKR_OK) { in C_WaitForSlotEvent()
538 st_slots[event_slot]->sl_mutex); in C_WaitForSlotEvent()
539 if (slottable->st_slots[event_slot]-> in C_WaitForSlotEvent()
543 slottable->st_slots[event_slot]->sl_wfse_state = in C_WaitForSlotEvent()
546 st_slots[event_slot]->sl_mutex); in C_WaitForSlotEvent()
547 *pSlot = event_slot; in C_WaitForSlotEvent()
555 st_slots[event_slot]->sl_mutex); in C_WaitForSlotEvent()