Searched defs:end_new_list (Results 1 - 1 of 1) sorted by relevance

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

Completed in 47 milliseconds