Lines Matching refs:slottable
172 slottable->st_first = 0; in setup_metaslot()
175 slottable->st_slots[0] = NULL; in setup_metaslot()
190 (void) pthread_mutex_lock(&slottable->st_mutex); in setup_metaslot()
191 slottable->st_slots[0] = cur_slot; in setup_metaslot()
192 (void) pthread_mutex_unlock(&slottable->st_mutex); in setup_metaslot()
223 slottable->st_slots[0] = NULL; in setup_metaslot()
572 cur_slot = slottable->st_slots[slot_id]; in pkcs11_slot_mapping()
690 if (slottable->st_last == slottable->st_first) { in pkcs11_slot_mapping()
692 cur_slot = slottable->st_slots[slottable->st_first]; in pkcs11_slot_mapping()
703 fast_slot = slottable->st_first; in pkcs11_slot_mapping()
815 (void) pthread_mutex_lock(&slottable->st_slots[slotid]->sl_mutex); in pkcs11_is_dismech()
816 enabled_pol = slottable->st_slots[slotid]->sl_enabledpol; in pkcs11_is_dismech()
817 pol_mechs = slottable->st_slots[slotid]->sl_pol_mechs; in pkcs11_is_dismech()
818 pol_count = slottable->st_slots[slotid]->sl_pol_count; in pkcs11_is_dismech()
819 (void) pthread_mutex_unlock(&slottable->st_slots[slotid]->sl_mutex); in pkcs11_is_dismech()