Searched defs:newattrib (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2142 entity_attribute_t *newattrib, **previous, *elem; local
2184 newattrib = hidparser_alloc_attrib_list(1);
2185 newattrib->entity_attribute_tag = entity;
2186 newattrib->entity_attribute_value = kmem_zalloc(len, KM_SLEEP);
2187 (void) bcopy(text, newattrib->entity_attribute_value, len);
2188 newattrib->entity_attribute_length = len;
2191 *previous = newattrib;

Completed in 153 milliseconds