Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2234 entity_attribute_t *return_value, *current_src, *current_dst; in hidparser_cp_attribute_list() local
2242 current_dst = return_value = hidparser_alloc_attrib_list(1); in hidparser_cp_attribute_list()
2245 current_dst->entity_attribute_tag = in hidparser_cp_attribute_list()
2247 current_dst->entity_attribute_length = in hidparser_cp_attribute_list()
2249 current_dst->entity_attribute_value = kmem_zalloc( in hidparser_cp_attribute_list()
2250 current_dst->entity_attribute_length, KM_SLEEP); in hidparser_cp_attribute_list()
2252 current_dst->entity_attribute_value, in hidparser_cp_attribute_list()
2255 current_dst->entity_attribute_next = in hidparser_cp_attribute_list()
2258 current_dst->entity_attribute_next = NULL; in hidparser_cp_attribute_list()
2261 current_dst = current_dst->entity_attribute_next; in hidparser_cp_attribute_list()