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

/freebsd-11-stable/lib/libusb/
H A Dlibusb10_hotplug.c110 libusb_hotplug_callback_handle acbh; local
142 TAILQ_FOREACH_SAFE(acbh, &ctx->hotplug_cbh, entry, bcbh) {
143 if (libusb_hotplug_filter(ctx, acbh, adev,
146 TAILQ_REMOVE(&ctx->hotplug_cbh, acbh, entry);
147 free(acbh);
162 TAILQ_FOREACH_SAFE(acbh, &ctx->hotplug_cbh, entry, bcbh) {
163 if (libusb_hotplug_filter(ctx, acbh, adev,
166 TAILQ_REMOVE(&ctx->hotplug_cbh, acbh, entry);
167 free(acbh);

Completed in 83 milliseconds