Home
last modified time | relevance | path

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

/illumos-gate/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()
1391 fmd_list_prepend(&mp->mod_topolist, mtp); in fmd_module_topo_hold()
1403 for (mtp = fmd_list_next(&mp->mod_topolist); mtp != NULL; in fmd_module_topo_rele()
1412 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