Lines Matching defs:slot
41 * keep for each slot. This number should probably be adjusted
68 * by the slot manager.
93 * be 1 other slot besides metaslot.
107 * Store the slot IDs. Adjust for the fact that the first slot is
134 * Called from C_Finalize. Deallocates any storage held by the slot manager.
138 CK_ULONG slot;
150 for (slot = 0; slot < num_slots; slot++) {
159 session = slots[slot].session_pool.idle_list_head;
170 session = slots[slot].session_pool.persist_list_head;
182 &slots[slot].tokenobject_list_lock);
201 * will be used for the match. All token and slot values defined system-wide
209 * values, the first slot after metaslot will be used as the default.
214 CK_ULONG slot;
233 for (slot = 0; slot < num_slots; slot++) {
238 fw_st_id = slots[slot].fw_st_id;
250 softtoken_slotnum = slot;
255 unsigned char *slot;
264 * pad slot description from user/system configuration
267 slot = metaslot_config.keystore_slot;
268 slot_str_len = strlen((char *)slot);
269 (void) memset(slot + slot_str_len, ' ',
276 if (strncmp((char *)slot,
297 * pad slot description from user/system configuration
347 objtok_slotnum = slot;
350 * if slot and/or token is not defined for the keystore,
351 * just use the first available slot as keystore
430 * Call to get a session with a specific slot/token.
432 * NOTE - We assume the slot allows an unlimited number of sessions. We
435 * available, (B) skip the slot for now or (C) return a fatal error. The