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

/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c251 usb_device_t *dev, *next_dev, *new, *next_new; local
261 /* is any of devices on the new list also on the old list? */
265 for (new = new_devices; new != NULL; new = next_new) {
266 next_new = new->next;
267 if (strncmp(dev->filename, new->filename,
269 usb_remove_device(&new_devices, new);
270 usb_free_dev(new);
284 usb_dprintf(DEBUG_DETAILED, "moving new t
[all...]

Completed in 23 milliseconds