HelenOS sources

hid_descriptor_t  170 uspace/app/vuhid/device.c 	hid_descriptor_t *descr_hid = NULL;
hid_descriptor_t  204 uspace/app/vuhid/device.c 		descr_hid = malloc(sizeof(hid_descriptor_t));
hid_descriptor_t  210 uspace/app/vuhid/device.c 		total_descr_size += sizeof(hid_descriptor_t);
hid_descriptor_t  211 uspace/app/vuhid/device.c 		descr_hid->length = sizeof(hid_descriptor_t);
HelenOS homepage, sources at GitHub