Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c354 fmd_modtopo_t *mtp; in fmd_module_unload()
408 fmd_free(mtp, sizeof (fmd_modtopo_t)); in fmd_module_unload()
1387 fmd_modtopo_t *mtp; in fmd_module_topo_hold()
1391 mtp = fmd_zalloc(sizeof (fmd_modtopo_t), FMD_SLEEP); in fmd_module_topo_hold()
1402 fmd_modtopo_t *mtp; in fmd_module_topo_rele()
1417 fmd_free(mtp, sizeof (fmd_modtopo_t)); in fmd_module_topo_rele()
H A Dfmd_module.h163 } fmd_modtopo_t; typedef