Searched refs:M_ERROR (Results 1 - 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dlistdgrp.c71 * M_ERROR Internal error
77 #define M_ERROR "Internal error, errno=%d"
207 (void) sprintf(msg, M_ERROR, errno);
233 (void) sprintf(msg, M_ERROR, errno);
76 #define M_ERROR macro
H A Ddevfree.c86 * M_ERROR Some internal error
95 #define M_ERROR "Internal error, errno=%d"
226 (void) snprintf(msg, sizeof (msg), M_ERROR, errno);
251 (void) snprintf(msg, sizeof (msg), M_ERROR, errno);
286 (void) snprintf(msg, sizeof (msg), M_ERROR, errno);
310 (void) snprintf(msg, sizeof (msg), M_ERROR, errno);
94 #define M_ERROR macro
H A Ddevattr.c94 * M_ERROR Unexpected internal error
101 #define M_ERROR "Internal error, errno=%d"
232 (void) sprintf(txt, M_ERROR, errno);
256 (void) sprintf(txt, M_ERROR, errno);
283 (void) sprintf(txt, M_ERROR, errno);
99 #define M_ERROR macro
H A Ddevreserv.c81 * M_ERROR Some strange error
90 #define M_ERROR "Internal error, errno=%d"
248 (void) sprintf(txt, M_ERROR, errno);
298 (void) sprintf(txt, M_ERROR, errno);
324 (void) sprintf(txt, M_ERROR, errno);
372 (void) sprintf(txt, M_ERROR, errno);
89 #define M_ERROR macro
H A Dgetdgrp.c79 * M_ERROR Some unexpected error
85 #define M_ERROR "Internal error, errno=%d"
259 (void) sprintf(txt, M_ERROR, errno);
274 (void) sprintf(txt, M_ERROR, errno);
84 #define M_ERROR macro
H A Dgetdev.c79 * M_ERROR Unexpected or internal error
85 #define M_ERROR "Internal error, errno=%d"
229 (void) sprintf(txt, M_ERROR, errno);
84 #define M_ERROR macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_errorx.c50 M_ERROR(m_errorexit);
/illumos-gate/usr/src/uts/common/io/
H A Dptm.c591 mp = mexchange(NULL, mp, 2, M_ERROR, -1);
672 mp = mexchange(NULL, NULL, 2, M_ERROR, -1);
H A Ddedump.c207 { M_ERROR, "M_ERROR ", dedump_char },
H A Dstrsun.c45 if ((mp = mexchange(wq, mp, 1, M_ERROR, -1)) == NULL)
H A Dtirdwr.c367 mp->b_datap->db_type = M_ERROR;
H A Dcryptmod.c468 mp->b_datap->db_type = M_ERROR;
581 mp->b_datap->db_type = M_ERROR;
1633 mp->b_datap->db_type = M_ERROR;
1723 mp->b_datap->db_type = M_ERROR;
1956 mp->b_datap->db_type = M_ERROR;
2196 mp->b_datap->db_type = M_ERROR;
2346 mp->b_datap->db_type = M_ERROR;
2467 mp->b_datap->db_type = M_ERROR;
2508 mp->b_datap->db_type = M_ERROR;
3494 mp->b_datap->db_type = M_ERROR;
[all...]
H A Dconsms.c438 mp->b_datap->db_type = M_ERROR;
610 case M_ERROR:
H A Dconskbd.c808 mp->b_datap->db_type = M_ERROR;
1220 case M_ERROR:
H A Drlmod.c459 case M_ERROR:
H A Dtelmod.c419 case M_ERROR:
H A Dlogindmux.c759 case M_ERROR:
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dmks.h623 #define M_ERROR(fn) void (*m_errorfn) (const char *fmt, va_list args) = fn macro
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c867 (void) putnextctl1(RD(wq), M_ERROR, EPROTO); local
879 (void) putnextctl1(RD(wq), M_ERROR, EPROTO); local
900 (void) putnextctl1(RD(wq), M_ERROR, ECOMM); local
1891 (void) putnextctl1(q, M_ERROR, m_error);
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c1582 mp->b_datap->db_type = M_ERROR;
1740 mp->b_datap->db_type = M_ERROR;
2954 mp->b_datap->db_type = M_ERROR;
2970 mp->b_datap->db_type = M_ERROR;
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h457 #define M_ERROR 0x8a /* send error to stream head */ macro
758 * For two-byte M_ERROR messages: indication that a side does not have an error
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddm2s.c594 mp->b_datap->db_type = M_ERROR;
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c1579 case M_ERROR:
1819 case M_ERROR:
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c143 { SF(STRDERR), "fatal read error from M_ERROR" },
144 { SF(STWRERR), "fatal write error from M_ERROR" },
202 { "M_ERROR", M_ERROR, "send error to stream head" },
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c1042 (void) putnextctl1(RD(q), M_ERROR, EPROTO); local

Completed in 185 milliseconds

12