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

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

Completed in 60 milliseconds