Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/blkback/
H A Dblkback.c757 bool hotplug_done; member
3143 if (!xbb->hotplug_done || in xbb_connect()
3443 KASSERT(xbb->hotplug_done, ("Missing hotplug execution")); in xbb_attach_disk()
3530 xbb->hotplug_done = true; in xbb_attach_cb()
3609 if (xbb->hotplug_done) { in xbb_attach()