Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c111 double m_wait; member
322 mp->m_wait = (double)delta / elapsed; in modstat_compute()
324 mp->m_wait = 0.0; in modstat_compute()
415 mp->m_wait, mp->m_svc, mp->m_pct_w, mp->m_pct_b, in stat_one_xprt()
511 mp->m_wait, mp->m_svc, mp->m_pct_w, mp->m_pct_b, in stat_one_fmd()
/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
H A Dreadcf.c1474 m->m_wait = convtime(p, 's');