Lines Matching refs:slots
55 mechinfo_t *slots; member
107 free(mechlist[i].slots); in meta_mechManager_finalize()
169 if (!mechlist[i].slots[j].initialized) in meta_mechManager_get_mechs()
172 if (mechlist[i].slots[j].supported) { in meta_mechManager_get_mechs()
237 if (!mechlist[index].slots[i].initialized || in meta_mechManager_get_slots()
238 !mechlist[index].slots[i].supported) in meta_mechManager_get_slots()
242 info = mechlist[index].slots[i].mechanism_info; in meta_mechManager_get_slots()
250 = &mechlist[index].slots[i]; in meta_mechManager_get_slots()
307 if (force_refresh || !mechlist[index].slots[slot].initialized) { in meta_mechManager_update_mech()
450 mechlist[index].slots[slotnum].slotnum = slotnum; in update_slotmech()
464 mechlist[index].slots[slotnum].initialized = B_TRUE; in update_slotmech()
465 mechlist[index].slots[slotnum].supported = B_FALSE; in update_slotmech()
466 bzero(&mechlist[index].slots[slotnum].mechanism_info, in update_slotmech()
473 mechlist[index].slots[slotnum].initialized = B_TRUE; in update_slotmech()
474 mechlist[index].slots[slotnum].supported = B_TRUE; in update_slotmech()
475 mechlist[index].slots[slotnum].mechanism_info = info; in update_slotmech()
478 mechlist[index].slots[slotnum].initialized = B_TRUE; in update_slotmech()
479 mechlist[index].slots[slotnum].supported = B_FALSE; in update_slotmech()
480 bzero(&mechlist[index].slots[slotnum].mechanism_info, in update_slotmech()
571 mechlist[index].slots = new_mechinfos; in meta_mechManager_allocmechs()
667 if ((mechlist[index].slots[slotnum].initialized) && in meta_mechManager_slot_supports_mech()
668 (mechlist[index].slots[slotnum].supported)) { in meta_mechManager_slot_supports_mech()
670 info = mechlist[index].slots[slotnum].mechanism_info; in meta_mechManager_slot_supports_mech()
677 *slot_info = &(mechlist[index].slots[slotnum]); in meta_mechManager_slot_supports_mech()