Searched refs:current_dst (Results 1 – 1 of 1) sorted by relevance
2199 entity_attribute_t *return_value, *current_src, *current_dst; in hidparser_cp_attribute_list() local2207 current_dst = return_value = hidparser_alloc_attrib_list(1); in hidparser_cp_attribute_list()2210 current_dst->entity_attribute_tag = in hidparser_cp_attribute_list()2212 current_dst->entity_attribute_length = in hidparser_cp_attribute_list()2214 current_dst->entity_attribute_value = kmem_zalloc( in hidparser_cp_attribute_list()2215 current_dst->entity_attribute_length, KM_SLEEP); in hidparser_cp_attribute_list()2217 current_dst->entity_attribute_value, in hidparser_cp_attribute_list()2220 current_dst->entity_attribute_next = in hidparser_cp_attribute_list()2223 current_dst->entity_attribute_next = NULL; in hidparser_cp_attribute_list()2226 current_dst = current_dst->entity_attribute_next; in hidparser_cp_attribute_list()