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

/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c107 double m_wait; member in struct:modstats
250 * m_svc, m_wait, m_pct_w, and m_pct_b there as well. The caller must not free
318 mp->m_wait = (double)delta / elapsed;
320 mp->m_wait = 0.0;
411 mp->m_wait, mp->m_svc, mp->m_pct_w, mp->m_pct_b,
509 mp->m_wait, mp->m_svc, mp->m_pct_w, mp->m_pct_b,
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h410 time_t m_wait; /* timeout to wait for end */ member in struct:mailer

Completed in 85 milliseconds