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

/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c106 struct stats *m_new; member in struct:modstats
249 * We set m_new and m_old for the caller, and store the compute values of
251 * 'ams' until after using the results as m_new may contain pointers to it.
266 new = mp->m_new = &mp->m_stbuf[mp->m_stidx];
402 mp->m_new->state.fmds_value.str,
404 mp->m_new->prdequeued.fmds_value.ui64),
406 mp->m_new->received.fmds_value.ui64),
408 mp->m_new->discarded.fmds_value.ui64),
410 mp->m_new->lost.fmds_value.ui64),
412 mp->m_new
[all...]

Completed in 299 milliseconds