Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c88 static meta_object_t *tokenobject_list_head; variable
157 tokenobject_list_head = NULL; in meta_objectManager_initialize()
428 list_head = &tokenobject_list_head; in meta_object_activate()
473 list_head = &tokenobject_list_head; in meta_object_deactivate()
651 INSERT_INTO_LIST(slot->tokenobject_list_head, object); in meta_slot_object_activate()
689 list_head = &slot->tokenobject_list_head; in meta_slot_object_deactivate()
1723 tmp_obj = tokenobject_list_head; in meta_object_find_by_handle()
1754 object = tokenobject_list_head; in meta_token_object_deactivate()
H A DmetaGlobal.h488 slot_object_t *tokenobject_list_head; member