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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlottable.c33 kernel_slot_t **slot_table; variable
87 pslot = slot_table[0];
186 slot_table = malloc(sizeof (kernel_slot_t *) * slot_count);
187 if (slot_table == NULL) {
193 slot_table[i] = malloc(sizeof (kernel_slot_t));
194 if (slot_table[i] == NULL) {
199 slot_table[i]->sl_sess_list = NULL;
200 slot_table[i]->sl_tobj_list = NULL;
201 slot_table[i]->sl_state = CKU_PUBLIC;
204 if (pthread_mutex_init(&slot_table[
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c72 typedef struct slot_table { struct

Completed in 67 milliseconds