Home
last modified time | relevance | path

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

/openbsd/sys/dev/
H A Dsoftraid.c175 struct sr_hotplug_list_head sr_hotplug_callbacks; variable
1729 SLIST_FOREACH(mhe, &sr_hotplug_callbacks, shl_link) in sr_hotplug_register()
1737 SLIST_INSERT_HEAD(&sr_hotplug_callbacks, mhe, shl_link); in sr_hotplug_register()
1749 SLIST_FOREACH(mhe, &sr_hotplug_callbacks, shl_link) { in sr_hotplug_unregister()
1754 SLIST_REMOVE(&sr_hotplug_callbacks, mhe, in sr_hotplug_unregister()
1765 SLIST_FOREACH(mhe, &sr_hotplug_callbacks, shl_link) in sr_disk_attach()
1790 SLIST_INIT(&sr_hotplug_callbacks); in sr_attach()