Searched refs:slot_mutex (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c235 if (pthread_mutex_init(&soft_slot.slot_mutex, NULL) != 0) {
244 (void) pthread_mutex_destroy(&soft_slot.slot_mutex);
255 (void) pthread_mutex_destroy(&soft_slot.slot_mutex);
270 (void) pthread_mutex_destroy(&soft_slot.slot_mutex);
286 (void) pthread_mutex_destroy(&soft_slot.slot_mutex);
376 (void) pthread_mutex_destroy(&soft_slot.slot_mutex);
496 * 3. soft_slot.slot_mutex
509 (void) pthread_mutex_lock(&soft_slot.slot_mutex);
535 (void) pthread_mutex_unlock(&soft_slot.slot_mutex);
H A DsoftObjectUtil.c649 (void) pthread_mutex_lock(&soft_slot.slot_mutex);
652 (void) pthread_mutex_unlock(&soft_slot.slot_mutex);
673 (&soft_slot.slot_mutex);
678 (void) pthread_mutex_unlock(&soft_slot.slot_mutex);
822 (void) pthread_mutex_lock(&soft_slot.slot_mutex);
836 (void) pthread_mutex_unlock(&soft_slot.slot_mutex);
845 (void) pthread_mutex_lock(&soft_slot.slot_mutex);
872 (void) pthread_mutex_unlock(&soft_slot.slot_mutex);
881 (void) pthread_mutex_lock(&soft_slot.slot_mutex);
889 (void) pthread_mutex_unlock(&soft_slot.slot_mutex);
[all...]
H A DsoftSession.h110 pthread_mutex_t slot_mutex; member in struct:slot
H A DsoftKeystore.c1859 (void) pthread_mutex_lock(&soft_slot.slot_mutex);
1863 (void) pthread_mutex_unlock(&soft_slot.slot_mutex);
1870 (void) pthread_mutex_unlock(&soft_slot.slot_mutex);
1875 (void) pthread_mutex_unlock(&soft_slot.slot_mutex);
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c127 kmutex_t slot_mutex; /* mutex to serialize hotplug */ member in struct:pcihp::pcihp_slotinfo
880 mutex_enter(&slotinfop->slot_mutex);
885 mutex_exit(&slotinfop->slot_mutex);
892 mutex_exit(&slotinfop->slot_mutex);
943 mutex_exit(&slotinfop->slot_mutex);
967 mutex_enter(&slotinfop->slot_mutex);
976 mutex_exit(&slotinfop->slot_mutex);
988 mutex_enter(&slotinfop->slot_mutex);
998 mutex_exit(&slotinfop->slot_mutex);
1022 mutex_held = mutex_tryenter(&slotinfop->slot_mutex);
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsghsc.h64 (&sghsc->sghsc_slot_table[slot_num]->slot_mutex)
119 kmutex_t slot_mutex; member in struct:sghsc_slot

Completed in 55 milliseconds