Lines Matching defs:slot
45 * If metaslot is enabled, the slot that provides keystore support
47 * we can't go through fastpath because the slot needs to be
60 CK_SLOT_ID slot_id; /* slot ID for returning to the application */
86 * If metaslot is enabled, the slot providing keystore support for
88 * assign "i" as the slot id to be returned to the application.
90 * next slot id to be assigned.
209 * need to start threads to wait for slot events for each provider
319 * Release the hold on the slot's mutex while we
333 /* See if we've found a slot with an event */
336 * Try to map the returned slotid to a slot
346 /* Find the slot, remap pSlot */
464 /* Set slot to active */
542 /* An event has occurred on this slot */
640 * removable media, so the mechanism list of a slot can vary
679 * process the actual mechanisms being offered by this slot.
682 * mechanisms are actually supported by the slot.
944 * flag is set for that slot. The flag will
976 CK_SLOT_ID slot;
981 rv = FUNCLIST(wfse->slotid)->C_WaitForSlotEvent(wfse->flags, &slot,
1007 /* we've had an event, find slot and store it */
1029 if (slot == slottable->st_slots[i]->sl_id) {