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

/freebsd-12-stable/sys/dev/xen/blkback/
H A Dblkback.c808 struct xs_watch hotplug_watch; member in struct:xbb_softc
3432 if (xbb->hotplug_watch.node != NULL) {
3433 xs_unregister_watch(&xbb->hotplug_watch);
3434 free(xbb->hotplug_watch.node, M_XENBLOCKBACK);
3435 xbb->hotplug_watch.node = NULL;
3788 xbb->hotplug_watch.callback_data = (uintptr_t)dev;
3789 xbb->hotplug_watch.callback = xbb_attach_disk;
3790 KASSERT(xbb->hotplug_watch.node == NULL, ("watch node already setup"));
3791 xbb->hotplug_watch.node = strdup(sbuf_data(watch_path), M_XENBLOCKBACK);
3797 xbb->hotplug_watch
[all...]

Completed in 98 milliseconds