Home
last modified time | relevance | path

Searched refs:m_error (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/lib/libxcurses/src/libc/wide/
H A Dm_mbstow.c60 m_error(m_textmsg(3581, "!memory allocation failure", "E")); in m_mbstowcsdup()
65 m_error(m_textmsg(3642, "!multibyte string", "E")); in m_mbstowcsdup()
/titanic_50/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_error.c46 m_error VARARG1(const char *, fmt) in VARARG1()
H A Dm_strdup.c54 m_error(m_textmsg(3581, "!memory allocation failure", "E"));
H A Dgetsyntx.c59 m_error("getsyntx: environment variable VARIANTS: must be exactly 13 bytes long"); in getsyntx()
/titanic_50/usr/src/cmd/svc/startd/
H A Dmethod.c667 mc_error_t *m_error; in method_run() local
813 m_error = restarter_get_method_context(RESTARTER_METHOD_CONTEXT_VERSION, in method_run()
816 if (m_error != NULL) { in method_run()
817 log_instance(inst, B_TRUE, "%s", m_error->msg); in method_run()
818 restarter_mc_error_destroy(m_error); in method_run()
/titanic_50/usr/src/uts/common/io/mii/
H A Dmii.c108 int m_error; member
195 if (mh->m_error != errno) { in _mii_error()
197 mh->m_error = errno; in _mii_error()
246 mh->m_error = MII_EOK; in mii_alloc_instance()
1998 mh->m_error = MII_EOK; in _mii_start()
/titanic_50/usr/src/lib/libxcurses/
H A DMakefile.com84 m_error.o m_malloc.o m_pathma.o
/titanic_50/usr/src/uts/sun/io/
H A Dzs_hdlc.c1775 int m_error; in zsh_softint() local
1785 m_error = zss->sl_m_error; in zsh_softint()
1890 if (m_error) in zsh_softint()
1891 (void) putnextctl1(q, M_ERROR, m_error); in zsh_softint()
H A Dzs_async.c2084 register int m_error; in zsa_softint() local
2130 m_error = za->za_m_error; in zsa_softint()
2335 if (m_error) in zsa_softint()
2336 (void) putnextctl1(q, M_ERROR, m_error); in zsa_softint()
/titanic_50/usr/src/lib/libxcurses/h/
H A Dmks.h617 LEXTERN void m_error (const char * fmt, ...);