Home
last modified time | relevance | path

Searched refs:st_blocking (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SlotToken.c242 if ((slottable->st_blocking) || (slottable->st_wfse_active)) { in C_WaitForSlotEvent()
549 slottable->st_blocking = B_FALSE; in C_WaitForSlotEvent()
560 slottable->st_blocking = B_FALSE; in C_WaitForSlotEvent()
899 slottable->st_blocking = B_TRUE; in listener_waitforslotevent()
1041 if (slottable->st_blocking) { in child_waitforslotevent()
1079 if (slottable->st_blocking) { in child_waitforslotevent()
H A Dpkcs11Slot.h97 boolean_t st_blocking; /* Blocking for C_WaitForSlotEvent */ member
H A Dpkcs11Slottable.c65 stmp->st_blocking = B_FALSE; in pkcs11_slottable_initialize()
H A Dpkcs11General.c417 if (slottable->st_blocking) { in finalize_common()