Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd.c175 ddi_modhandle_t *md_mods = NULL; variable
538 md_mods = (ddi_modhandle_t *)kmem_zalloc( in mdattach()
787 if (md_mods != NULL) { in mddetach()
788 kmem_free(md_mods, sizeof (ddi_modhandle_t) * MD_NOPS); in mddetach()
789 md_mods = NULL; in mddetach()
H A Dmd_subr.c88 extern ddi_modhandle_t *md_mods;
1861 if ((md_ops[i] == NULL) || (md_mods[i] == NULL)) in md_halt()
1866 mod = md_mods[i]; in md_halt()
1880 md_mods[i] = NULL; in md_halt()
2219 md_mods[i] = mod; in md_loadsubmod()