Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slottable.c52 stmp->st_first = 1; in pkcs11_slottable_initialize()
172 for (i = slottable->st_first; i <= slottable->st_last; i++) { in pkcs11_slottable_delete()
268 if ((slot_id < slottable->st_first) || in pkcs11_is_valid_slot()
H A Dpkcs11General.c149 for (i = slottable->st_first; in pkcs11_fork_prepare()
172 for (i = slottable->st_first; in pkcs11_fork_parent()
202 for (i = slottable->st_first; in pkcs11_fork_child()
H A Dpkcs11SlotToken.c92 slot_id = slottable->st_first; in C_GetSlotList()
93 for (i = slottable->st_first; i <= slottable->st_last; i++) { in C_GetSlotList()
255 for (i = slottable->st_first; i <= slottable->st_last; i++) { in C_WaitForSlotEvent()
292 for (i = slottable->st_first; i <= slottable->st_last; i++) { in C_WaitForSlotEvent()
439 for (i = slottable->st_first; i <= slottable->st_last; i++) { in C_WaitForSlotEvent()
H A Dpkcs11Conf.c172 slottable->st_first = 0; in setup_metaslot()
690 if (slottable->st_last == slottable->st_first) { in pkcs11_slot_mapping()
692 cur_slot = slottable->st_slots[slottable->st_first]; in pkcs11_slot_mapping()
703 fast_slot = slottable->st_first; in pkcs11_slot_mapping()
H A Dpkcs11Slot.h91 CK_SLOT_ID st_first; /* First used slot ID, used for loops */ member
H A DmetaSlotManager.c85 for (i = (slottable->st_first) + 1; i <= slottable->st_last; i++) { in meta_slotManager_initialize()
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c54 boolean_t st_first; member
227 if (stp->st_first || faulted) { in st_check_component()
357 stp->st_first = B_FALSE; in st_timeout()
484 stp->st_first = B_TRUE; in _fmd_init()