Searched refs:m_wait (Results 1 - 4 of 4) 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 Ddeliver.c3887 if (mci->mci_mailer->m_wait > 0)
3890 ev = sm_setevent(mci->mci_mailer->m_wait,
3896 (long) mci->mci_mailer->m_wait);
H A Dsendmail.h410 time_t m_wait; /* timeout to wait for end */ member in struct:mailer
H A Dreadcf.c1474 m->m_wait = convtime(p, 's');

Completed in 91 milliseconds