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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c667 mc_error_t *m_error; local
813 m_error = restarter_get_method_context(RESTARTER_METHOD_CONTEXT_VERSION,
816 if (m_error != NULL) {
817 log_instance(inst, B_TRUE, "%s", m_error->msg);
818 restarter_mc_error_destroy(m_error);
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c1775 int m_error; local
1785 m_error = zss->sl_m_error;
1890 if (m_error)
1891 (void) putnextctl1(q, M_ERROR, m_error);
H A Dzs_async.c2084 register int m_error; local
2130 m_error = za->za_m_error;
2335 if (m_error)
2336 (void) putnextctl1(q, M_ERROR, m_error);
/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii.c108 int m_error; member in struct:mii_handle
195 if (mh->m_error != errno) {
197 mh->m_error = errno;
246 mh->m_error = MII_EOK;
1998 mh->m_error = MII_EOK;

Completed in 78 milliseconds