Searched refs:sl_wfse_args (Results 1 – 3 of 3) sorted by relevance
472 if (cur_slot->sl_wfse_args == NULL) { in C_WaitForSlotEvent()473 cur_slot->sl_wfse_args = malloc(sizeof (wfse_args_t)); in C_WaitForSlotEvent()475 if (cur_slot->sl_wfse_args == NULL) { in C_WaitForSlotEvent()483 cur_slot->sl_wfse_args->flags = flags; in C_WaitForSlotEvent()484 cur_slot->sl_wfse_args->pReserved = pReserved; in C_WaitForSlotEvent()485 cur_slot->sl_wfse_args->slotid = i; in C_WaitForSlotEvent()491 (void *)cur_slot->sl_wfse_args) != 0) { in C_WaitForSlotEvent()
221 if (cur_slot->sl_wfse_args != NULL) { in pkcs11_slottable_delete()222 free(cur_slot->sl_wfse_args); in pkcs11_slottable_delete()
66 wfse_args_t *sl_wfse_args; /* Used for WaitForSlotEvent */ member