Home
last modified time | relevance | path

Searched refs:acbh (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libusb/
H A Dlibusb10_hotplug.c219 libusb_hotplug_callback_handle acbh; in libusb_hotplug_scan() local
300 TAILQ_FOREACH_SAFE(acbh, &ctx->hotplug_cbh, entry, bcbh) { in libusb_hotplug_scan()
301 if (libusb_hotplug_filter(ctx, acbh, adev, in libusb_hotplug_scan()
304 TAILQ_REMOVE(&ctx->hotplug_cbh, acbh, entry); in libusb_hotplug_scan()
305 free(acbh); in libusb_hotplug_scan()
320 TAILQ_FOREACH_SAFE(acbh, &ctx->hotplug_cbh, entry, bcbh) { in libusb_hotplug_scan()
321 if (libusb_hotplug_filter(ctx, acbh, adev, in libusb_hotplug_scan()
324 TAILQ_REMOVE(&ctx->hotplug_cbh, acbh, entry); in libusb_hotplug_scan()
325 free(acbh); in libusb_hotplug_scan()