Searched refs:result_obj_list (Results 1 – 1 of 1) sorted by relevance
793 ks_obj_t **result_obj_list, boolean_t lock_held) in get_all_objs_in_dir() argument810 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()1900 ks_obj_t **result_obj_list, boolean_t lock_held) in soft_keystore_get_objs() argument1908 *result_obj_list = NULL; in soft_keystore_get_objs()1931 rv = get_all_objs_in_dir(dirp, &ks_handle, result_obj_list, in soft_keystore_get_objs()1960 rv = get_all_objs_in_dir(dirp, &ks_handle, result_obj_list, in soft_keystore_get_objs()1980 tmp = *result_obj_list; in soft_keystore_get_objs()[all …]