Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c405 while ((mtp = fmd_list_next(&mp->mod_topolist)) != NULL) { in fmd_module_unload()
406 fmd_list_delete(&mp->mod_topolist, mtp); in fmd_module_unload()
1394 fmd_list_prepend(&mp->mod_topolist, mtp); in fmd_module_topo_hold()
1406 for (mtp = fmd_list_next(&mp->mod_topolist); mtp != NULL; in fmd_module_topo_rele()
1415 fmd_list_delete(&mp->mod_topolist, mtp); in fmd_module_topo_rele()
H A Dfmd_module.h136 fmd_list_t mod_topolist; /* list of held topo handles */ member