Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c115 } *g_mods; variable
245 mp->m_next = g_mods; in modstat_create()
246 g_mods = mp; in modstat_create()
391 for (mp = g_mods; mp != NULL; mp = mp->m_next) { in stat_one_xprt()
444 for (mp = g_mods; mp != NULL; mp = mp->m_next) { in stat_one_xprt_auth()
492 for (mp = g_mods; mp != NULL; mp = mp->m_next) { in stat_one_fmd()