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

/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dwr_libusb.c437 dev_handles_t *devh, *curr_devh; local
454 curr_devh = p_info[pindex].dev_handles;
455 while (curr_devh->next != NULL) {
456 curr_devh = curr_devh->next;
458 /* curr_devh points to last devh handle */
459 curr_devh->next = (dev_handles_t *)
461 if (curr_devh->next == NULL) {
467 devh = curr_devh->next;
469 devh->prev = curr_devh;
[all...]

Completed in 13 milliseconds