Searched defs:C_WaitForSlotEvent (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSlotToken.c364 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) function
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SlotToken.c203 * C_WaitForSlotEvent cannot be a direct pass through to the underlying
213 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) function
224 return (fast_funcs->C_WaitForSlotEvent(flags, pSlot,
324 rv = FUNCLIST(i)->C_WaitForSlotEvent(flags,
885 * listener_waitforslotevent is spawned by the main C_WaitForSlotEvent()
945 * be cleared by main C_WaitForSlotEvent().
970 * underlying provider's C_WaitForSlotEvent().
981 rv = FUNCLIST(wfse->slotid)->C_WaitForSlotEvent(wfse->flags, &slot,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlotToken.c213 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1313 PK11_Functions.C_WaitForSlotEvent = C_WaitForSlotEvent;
2272 C_WaitForSlotEvent(CK_FLAGS flags, function

Completed in 67 milliseconds