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

/solaris-userland-s11u3/components/libusb/ugen/src/
H A Dlibusbugen.c251 usb_device_t *dev, *next_dev, *new, *next_new; local
265 for (new = new_devices; new != NULL; new = next_new) {
266 next_new = new->next;
286 for (new = new_devices; new != NULL; new = next_new) {
287 next_new = new->next;

Completed in 24 milliseconds