Searched refs:mod_topolist (Results 1 – 2 of 2) sorted by relevance
405 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()
136 fmd_list_t mod_topolist; /* list of held topo handles */ member