Lines Matching refs:slots
50 struct totem_slot *slots;
125 struct totem_slot *slot = &totem->slots[i];
206 struct totem_slot *slot = &totem->slots[totem->slot];
502 &totem->slots[i],
557 struct totem_slot *slot = &totem->slots[i];
609 free(totem->slots);
667 struct totem_slot *slot = &totem->slots[i];
803 struct totem_slot *slots;
819 slots = zalloc(num_slots * sizeof(*totem->slots));
822 slots[slot].index = slot;
825 totem->slots = slots;