Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/xen/blkback/
H A Dblkback.c811 bool hotplug_done; member
3315 if (!xbb->hotplug_done || in xbb_connect()
3416 xbb->hotplug_done = false; in xbb_shutdown()
3697 xbb->hotplug_done = true; in xbb_attach_disk()
3765 KASSERT(!xbb->hotplug_done, ("Hotplug scripts already executed")); in xbb_attach()