Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c793 ks_obj_t **result_obj_list, boolean_t lock_held) in get_all_objs_in_dir() argument
810 if (*result_obj_list == NULL) { in get_all_objs_in_dir()
811 *result_obj_list = obj; in get_all_objs_in_dir()
813 obj->next = *result_obj_list; in get_all_objs_in_dir()
814 *result_obj_list = obj; in get_all_objs_in_dir()
1896 ks_obj_t **result_obj_list, boolean_t lock_held) in soft_keystore_get_objs() argument
1904 *result_obj_list = NULL; in soft_keystore_get_objs()
1976 tmp = *result_obj_list; in soft_keystore_get_objs()
1978 *result_obj_list = tmp->next; in soft_keystore_get_objs()
1981 tmp = *result_obj_list; in soft_keystore_get_objs()
[all …]