Home
last modified time | relevance | path

Searched refs:persist_list_head (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotManager.c168 session = slots[slot].session_pool.persist_list_head; in meta_slotManager_finalize()
469 if (pool->persist_list_head != NULL) { in meta_get_slot_session()
470 tmp_session = get_session(&(pool->persist_list_head), flags); in meta_get_slot_session()
535 if (pool->persist_list_head == NULL && in meta_release_slot_session()
558 INSERT_INTO_LIST(pool->persist_list_head, session); in meta_release_slot_session()
H A DmetaGlobal.h461 slot_session_t *persist_list_head; member