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

/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c807 struct xs_watch hotplug_watch; member in struct:xbb_softc
3410 if (xbb->hotplug_watch.node != NULL) {
3411 xs_unregister_watch(&xbb->hotplug_watch);
3412 free(xbb->hotplug_watch.node, M_XENBLOCKBACK);
3413 xbb->hotplug_watch.node = NULL;
3766 xbb->hotplug_watch.callback_data = (uintptr_t)dev;
3767 xbb->hotplug_watch.callback = xbb_attach_disk;
3768 KASSERT(xbb->hotplug_watch.node == NULL, ("watch node already setup"));
3769 xbb->hotplug_watch.node = strdup(sbuf_data(watch_path), M_XENBLOCKBACK);
3775 xbb->hotplug_watch
[all...]

Completed in 57 milliseconds