Searched defs:current_src (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
2241 current_src = head;
2244 while (current_src) {
2246 current_src->entity_attribute_tag;
2248 current_src->entity_attribute_length;
2251 (void) bcopy(current_src->entity_attribute_value,
2253 current_src->entity_attribute_length);
2254 if (current_src->entity_attribute_next) {
2260 current_src = current_src
[all...]

Completed in 62 milliseconds