Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c103 int m_stidx; member
264 old = mp->m_old = &mp->m_stbuf[mp->m_stidx]; in modstat_compute()
265 mp->m_stidx = 1 - mp->m_stidx; in modstat_compute()
266 new = mp->m_new = &mp->m_stbuf[mp->m_stidx]; in modstat_compute()