Lines Matching refs:tmpslot
125 pkcs11_slot_t *tmpslot;
127 tmpslot = malloc(sizeof (pkcs11_slot_t));
129 if (tmpslot == NULL)
132 bzero(tmpslot, sizeof (pkcs11_slot_t));
134 tmpslot->sl_wfse_state = WFSE_CLEAR;
135 tmpslot->sl_enabledpol = B_FALSE;
136 tmpslot->sl_no_wfse = B_FALSE;
139 if (pthread_mutex_init(&tmpslot->sl_mutex, NULL) != 0) {
140 free(tmpslot);
150 slottable->st_slots[*pslot_id] = tmpslot;