Searched defs:g_mods (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c111 } *g_mods; variable in typeref:struct:modstats
241 mp->m_next = g_mods;
242 g_mods = mp;
387 for (mp = g_mods; mp != NULL; mp = mp->m_next) {
441 for (mp = g_mods; mp != NULL; mp = mp->m_next) {
490 for (mp = g_mods; mp != NULL; mp = mp->m_next) {

Completed in 45 milliseconds