Searched refs:st_first (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slottable.c52 stmp->st_first = 1;
172 for (i = slottable->st_first; i <= slottable->st_last; i++) {
268 if ((slot_id < slottable->st_first) ||
H A Dpkcs11Slot.h83 * by the framework. st_first will be initialized to 1. Only if there
85 * metaslot, with st_first be set to 0. st_last will be set to the
93 CK_SLOT_ID st_first; /* First used slot ID, used for loops */ member in struct:pkcs11_slottable
H A Dpkcs11General.c149 for (i = slottable->st_first;
172 for (i = slottable->st_first;
202 for (i = slottable->st_first;
H A Dpkcs11SlotToken.c92 slot_id = slottable->st_first;
93 for (i = slottable->st_first; i <= slottable->st_last; i++) {
255 for (i = slottable->st_first; i <= slottable->st_last; i++) {
292 for (i = slottable->st_first; i <= slottable->st_last; i++) {
439 for (i = slottable->st_first; i <= slottable->st_last; i++) {
H A Dpkcs11Conf.c174 slottable->st_first = 0;
947 if (slottable->st_last == slottable->st_first) {
949 cur_slot = slottable->st_slots[slottable->st_first];
960 fast_slot = slottable->st_first;
H A DmetaSlotManager.c82 * We start at ((slottable->st_first) + 1) instead of
83 * slottable->st_first because when we are here, metaslot is
84 * enabled, and st_first is always metaslot, which doesn't
87 for (i = (slottable->st_first) + 1; i <= slottable->st_last; i++) {
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c53 boolean_t st_first; member in struct:sensor_transport
218 if (stp->st_first || faulted) {
347 stp->st_first = B_FALSE;
405 stp->st_first = B_TRUE;

Completed in 88 milliseconds