Searched refs:tmpslot (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slottable.c125 pkcs11_slot_t *tmpslot; local
127 tmpslot = malloc(sizeof (pkcs11_slot_t));
129 if (tmpslot == NULL)
132 bzero(tmpslot, sizeof (pkcs11_slot_t));
134 tmpslot->sl_wfse_state = WFSE_CLEAR;
135 tmpslot->sl_enabledpol = B_FALSE;
136 tmpslot->sl_no_wfse = B_FALSE;
139 if (pthread_mutex_init(&tmpslot->sl_mutex, NULL) != 0) {
140 free(tmpslot);
150 slottable->st_slots[*pslot_id] = tmpslot;
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c1363 int tmpslot; local
1396 tmpslot = ddi_ffs(finished_tags) - 1;
1397 if (tmpslot == -1) {
1401 satapkt = si_portp->siport_slot_pkts[tmpslot];
1406 port, tmpslot);
1413 CLEAR_BIT(si_portp->siport_pending_tags, tmpslot);
1414 CLEAR_BIT(finished_tags, tmpslot);
1422 tmpslot = ddi_ffs(failed_tags) - 1;
1423 if (tmpslot == -1) {
1427 "handling failed slot: 0x%x", tmpslot);
1570 int tmpslot; local
5577 int tmpslot; local
[all...]

Completed in 104 milliseconds