Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/xen/blkback/
H A Dblkback.c810 bool hotplug_done; member
3314 if (!xbb->hotplug_done || in xbb_connect()
3415 xbb->hotplug_done = false; in xbb_shutdown()
3696 xbb->hotplug_done = true; in xbb_attach_disk()
3764 KASSERT(!xbb->hotplug_done, ("Hotplug scripts already executed")); in xbb_attach()