Searched defs:wfse (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SlotToken.c975 wfse_args_t *wfse = (wfse_args_t *)arg; local
981 rv = FUNCLIST(wfse->slotid)->C_WaitForSlotEvent(wfse->flags, &slot,
982 wfse->pReserved);
1008 cur_prov = slottable->st_slots[wfse->slotid]->sl_prov_id;
1016 st_slots[wfse->slotid]->sl_mutex);
1018 slottable->st_slots[wfse->slotid]->sl_wfse_state = WFSE_CLEAR;
1021 st_slots[wfse->slotid]->sl_mutex);
1024 for (i = wfse->slotid; i <= slottable->st_last; i++) {
1057 st_slots[wfse
[all...]

Completed in 58 milliseconds