Searched refs:current_src (Results 1 – 1 of 1) sorted by relevance
2199 entity_attribute_t *return_value, *current_src, *current_dst; in hidparser_cp_attribute_list() local2206 current_src = head; in hidparser_cp_attribute_list()2209 while (current_src) { in hidparser_cp_attribute_list()2211 current_src->entity_attribute_tag; in hidparser_cp_attribute_list()2213 current_src->entity_attribute_length; in hidparser_cp_attribute_list()2216 (void) bcopy(current_src->entity_attribute_value, in hidparser_cp_attribute_list()2218 current_src->entity_attribute_length); in hidparser_cp_attribute_list()2219 if (current_src->entity_attribute_next) { in hidparser_cp_attribute_list()2225 current_src = current_src->entity_attribute_next; in hidparser_cp_attribute_list()