Lines Matching refs:pSlot
213 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved)
224 return (fast_funcs->C_WaitForSlotEvent(flags, pSlot,
266 *pSlot = i;
325 pSlot, pReserved);
334 if ((rv == CKR_OK) && (pSlot != NULL)) {
346 /* Find the slot, remap pSlot */
347 if (*pSlot == TRUEID(j)) {
348 *pSlot = j;
365 * this function, or set pSlot to a value we
547 *pSlot = event_slot;