Lines Matching refs:slots
57 mechinfo_t *slots; member
109 free(mechlist[i].slots); in meta_mechManager_finalize()
171 if (!mechlist[i].slots[j].initialized) in meta_mechManager_get_mechs()
174 if (mechlist[i].slots[j].supported) { in meta_mechManager_get_mechs()
239 if (!mechlist[index].slots[i].initialized || in meta_mechManager_get_slots()
240 !mechlist[index].slots[i].supported) in meta_mechManager_get_slots()
244 info = mechlist[index].slots[i].mechanism_info; in meta_mechManager_get_slots()
252 = &mechlist[index].slots[i]; in meta_mechManager_get_slots()
309 if (force_refresh || !mechlist[index].slots[slot].initialized) { in meta_mechManager_update_mech()
452 mechlist[index].slots[slotnum].slotnum = 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()
573 mechlist[index].slots = new_mechinfos; in meta_mechManager_allocmechs()
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()