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

/freebsd-11-stable/lib/libusb/
H A Dlibusb10_hotplug.c142 TAILQ_FOREACH_SAFE(acbh, &ctx->hotplug_cbh, entry, bcbh) {
146 TAILQ_REMOVE(&ctx->hotplug_cbh, acbh, entry);
162 TAILQ_FOREACH_SAFE(acbh, &ctx->hotplug_cbh, entry, bcbh) {
166 TAILQ_REMOVE(&ctx->hotplug_cbh, acbh, entry);
229 TAILQ_INSERT_TAIL(&ctx->hotplug_cbh, handle, entry);
246 TAILQ_REMOVE(&ctx->hotplug_cbh, handle, entry);
H A Dlibusb10.h108 TAILQ_HEAD(, libusb_hotplug_callback_handle_struct) hotplug_cbh; member in struct:libusb_context
H A Dlibusb10.c165 TAILQ_INIT(&ctx->hotplug_cbh);

Completed in 69 milliseconds