Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c1212 soft_object_t *new_list, soft_object_t *end_new_list) in insert_list_into_list() argument
1222 (*existing_list)->prev = end_new_list; in insert_list_into_list()
1223 end_new_list->next = *existing_list; in insert_list_into_list()