Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_plugin.c83 list_t sdev_plugin_list; variable
645 for (iter = list_head(&sdev_plugin_list); iter != NULL; in sdev_plugin_register()
646 iter = list_next(&sdev_plugin_list, iter)) { in sdev_plugin_register()
657 list_insert_tail(&sdev_plugin_list, spp); in sdev_plugin_register()
727 list_remove(&sdev_plugin_list, spp); in sdev_plugin_unregister()
783 list_insert_tail(&sdev_plugin_list, spp); in sdev_plugin_register_legacy()
809 for (spp = list_head(&sdev_plugin_list); spp != NULL; in sdev_match()
810 spp = list_next(&sdev_plugin_list, spp)) { in sdev_match()
841 for (spp = list_head(&sdev_plugin_list); spp != NULL; in sdev_set_no_negcache()
842 spp = list_next(&sdev_plugin_list, spp)) { in sdev_set_no_negcache()
[all …]