Searched defs:M_ERROR (Results 1 - 12 of 12) sorted by relevance

/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 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 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 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
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 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
/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/common/inet/ip/
H A Dkeysock.c949 (void) putnextctl1(RD(q), M_ERROR, EPROTO); local
H A Drts.c1042 (void) putnextctl1(RD(q), M_ERROR, EPROTO); local
H A Dspdsock.c3398 (void) putnextctl1(RD(q), M_ERROR, EPROTO); local
/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/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

Completed in 79 milliseconds