Lines Matching refs:slotnum

132 	CK_ULONG slotnum, num_slots;  in meta_mechManager_get_mechs()  local
147 for (slotnum = 0; slotnum < num_slots; slotnum++) { in meta_mechManager_get_mechs()
148 (void) meta_mechManager_update_slot(slotnum); in meta_mechManager_get_mechs()
335 meta_mechManager_update_slot(CK_ULONG slotnum) in meta_mechManager_update_slot() argument
345 fw_st_id = meta_slotManager_get_framework_table_id(slotnum); in meta_mechManager_update_slot()
412 rv = update_slotmech(slot_mechlist[mechnum], slotnum, index); in meta_mechManager_update_slot()
445 update_slotmech(CK_MECHANISM_TYPE mech, CK_ULONG slotnum, in update_slotmech() argument
452 mechlist[index].slots[slotnum].slotnum = slotnum; in update_slotmech()
453 fw_st_id = meta_slotManager_get_framework_table_id(slotnum); in update_slotmech()
466 mechlist[index].slots[slotnum].initialized = B_TRUE; in update_slotmech()
467 mechlist[index].slots[slotnum].supported = B_FALSE; in update_slotmech()
468 bzero(&mechlist[index].slots[slotnum].mechanism_info, in update_slotmech()
475 mechlist[index].slots[slotnum].initialized = B_TRUE; in update_slotmech()
476 mechlist[index].slots[slotnum].supported = B_TRUE; in update_slotmech()
477 mechlist[index].slots[slotnum].mechanism_info = info; in update_slotmech()
480 mechlist[index].slots[slotnum].initialized = B_TRUE; in update_slotmech()
481 mechlist[index].slots[slotnum].supported = B_FALSE; in update_slotmech()
482 bzero(&mechlist[index].slots[slotnum].mechanism_info, in update_slotmech()
647 CK_ULONG slotnum, boolean_t *supports, mechinfo_t **slot_info, in meta_mechManager_slot_supports_mech() argument
669 if ((mechlist[index].slots[slotnum].initialized) && in meta_mechManager_slot_supports_mech()
670 (mechlist[index].slots[slotnum].supported)) { in meta_mechManager_slot_supports_mech()
672 info = mechlist[index].slots[slotnum].mechanism_info; in meta_mechManager_slot_supports_mech()
679 *slot_info = &(mechlist[index].slots[slotnum]); in meta_mechManager_slot_supports_mech()