Searched refs:tmpslot (Results 1 – 2 of 2) sorted by relevance
125 pkcs11_slot_t *tmpslot; in pkcs11_slot_allocate() local127 tmpslot = malloc(sizeof (pkcs11_slot_t)); in pkcs11_slot_allocate()129 if (tmpslot == NULL) in pkcs11_slot_allocate()132 bzero(tmpslot, sizeof (pkcs11_slot_t)); in pkcs11_slot_allocate()134 tmpslot->sl_wfse_state = WFSE_CLEAR; in pkcs11_slot_allocate()135 tmpslot->sl_enabledpol = B_FALSE; in pkcs11_slot_allocate()136 tmpslot->sl_no_wfse = B_FALSE; in pkcs11_slot_allocate()139 if (pthread_mutex_init(&tmpslot->sl_mutex, NULL) != 0) { in pkcs11_slot_allocate()140 free(tmpslot); in pkcs11_slot_allocate()150 slottable->st_slots[*pslot_id] = tmpslot; in pkcs11_slot_allocate()
1370 int tmpslot; in si_mop_commands() local1404 if (tmpslot == -1) { in si_mop_commands()1413 port, tmpslot); in si_mop_commands()1430 if (tmpslot == -1) { in si_mop_commands()1460 port, tmpslot); in si_mop_commands()1484 if (tmpslot == -1) { in si_mop_commands()1504 if (tmpslot == -1) { in si_mop_commands()1528 if (tmpslot == -1) { in si_mop_commands()1577 int tmpslot; in si_tran_abort() local1625 for (tmpslot = 0; tmpslot < SI_NUM_SLOTS; tmpslot++) { in si_tran_abort()[all …]