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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slottable.c35 pkcs11_slottable_t *slottable = NULL; variable
38 * pkcs11_slottable_initialize initizializes the global slottable.
39 * This slottable will contain information about the plugged in
72 slottable = stmp;
81 * increase the size of the slottable, as needed, to contain the next
90 (void) pthread_mutex_lock(&slottable->st_mutex);
93 newsize = slottable->st_last + increment + 1;
96 if (slottable->st_cur_size >= newsize) {
97 (void) pthread_mutex_unlock(&slottable->st_mutex);
102 (slottable
[all...]

Completed in 56 milliseconds