/titanic_41/usr/src/cmd/devmgmt/cmds/ |
H A D | devfree.c | 94 #define M_ERROR "Internal error, errno=%d" macro 224 (void) snprintf(msg, sizeof (msg), M_ERROR, errno); in main() 249 (void) snprintf(msg, sizeof (msg), M_ERROR, errno); in main() 284 (void) snprintf(msg, sizeof (msg), M_ERROR, errno); in main() 308 (void) snprintf(msg, sizeof (msg), M_ERROR, errno); in main()
|
H A D | devattr.c | 99 #define M_ERROR "Internal error, errno=%d" macro 229 (void) sprintf(txt, M_ERROR, errno); in main() 253 (void) sprintf(txt, M_ERROR, errno); in main() 280 (void) sprintf(txt, M_ERROR, errno); in main()
|
H A D | devreserv.c | 89 #define M_ERROR "Internal error, errno=%d" macro 246 (void) sprintf(txt, M_ERROR, errno); in main() 296 (void) sprintf(txt, M_ERROR, errno); in main() 322 (void) sprintf(txt, M_ERROR, errno); in main() 370 (void) sprintf(txt, M_ERROR, errno); in main()
|
H A D | listdgrp.c | 76 #define M_ERROR "Internal error, errno=%d" macro 204 (void) sprintf(msg, M_ERROR, errno); in main() 230 (void) sprintf(msg, M_ERROR, errno); in main()
|
H A D | getdgrp.c | 84 #define M_ERROR "Internal error, errno=%d" macro 257 (void) sprintf(txt, M_ERROR, errno); in main() 272 (void) sprintf(txt, M_ERROR, errno); in main()
|
H A D | getdev.c | 84 #define M_ERROR "Internal error, errno=%d" macro 227 (void) sprintf(txt, M_ERROR, errno); in main()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/mks/ |
H A D | m_errorx.c | 50 M_ERROR(m_errorexit);
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ptm.c | 591 mp = mexchange(NULL, mp, 2, M_ERROR, -1); in ptmwput() 672 mp = mexchange(NULL, NULL, 2, M_ERROR, -1); in ptmwsrv()
|
H A D | cryptmod.c | 468 mp->b_datap->db_type = M_ERROR; in des_cfb_encrypt() 581 mp->b_datap->db_type = M_ERROR; in des_cfb_decrypt() 1633 mp->b_datap->db_type = M_ERROR; in aes_decrypt() 1723 mp->b_datap->db_type = M_ERROR; in aes_encrypt() 1956 mp->b_datap->db_type = M_ERROR; in arcfour_hmac_md5_decrypt() 2196 mp->b_datap->db_type = M_ERROR; in arcfour_hmac_md5_encrypt() 2346 mp->b_datap->db_type = M_ERROR; in des_cbc_encrypt() 2467 mp->b_datap->db_type = M_ERROR; in des_cbc_decrypt() 2508 mp->b_datap->db_type = M_ERROR; in des_cbc_decrypt() 3494 mp->b_datap->db_type = M_ERROR; in decrypt_rcmd_mblks() [all …]
|
H A D | dedump.c | 207 { M_ERROR, "M_ERROR ", dedump_char },
|
H A D | strsun.c | 45 if ((mp = mexchange(wq, mp, 1, M_ERROR, -1)) == NULL) in merror()
|
H A D | tirdwr.c | 367 mp->b_datap->db_type = M_ERROR; in send_fatal()
|
H A D | consms.c | 438 mp->b_datap->db_type = M_ERROR; 610 case M_ERROR:
|
H A D | conskbd.c | 808 mp->b_datap->db_type = M_ERROR; in conskbduwsrv() 1220 case M_ERROR: in conskbdlrput()
|
H A D | logindmux.c | 759 case M_ERROR: in logdmuxlrput()
|
H A D | telmod.c | 419 case M_ERROR: in telmodrput()
|
H A D | rlmod.c | 459 case M_ERROR: in rlmodrput()
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | zs_hdlc.c | 867 (void) putnextctl1(RD(wq), M_ERROR, EPROTO); in zsh_wput() 879 (void) putnextctl1(RD(wq), M_ERROR, EPROTO); in zsh_wput() 900 (void) putnextctl1(RD(wq), M_ERROR, ECOMM); in zsh_wput() 1891 (void) putnextctl1(q, M_ERROR, m_error); in zsh_softint()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stream.h | 457 #define M_ERROR 0x8a /* send error to stream head */ macro
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | mks.h | 623 #define M_ERROR(fn) void (*m_errorfn) (const char *fmt, va_list args) = fn macro
|
/titanic_41/usr/src/uts/common/io/usb/clients/hid/ |
H A D | hid.c | 1582 mp->b_datap->db_type = M_ERROR; in hid_default_pipe_exception_callback() 1740 mp->b_datap->db_type = M_ERROR; in hid_disconnect_event_callback() 2954 mp->b_datap->db_type = M_ERROR; in hid_restore_device_state() 2970 mp->b_datap->db_type = M_ERROR; in hid_qreply_merror()
|
/titanic_41/usr/src/uts/sun4u/opl/io/ |
H A D | dm2s.c | 594 mp->b_datap->db_type = M_ERROR; in dm2s_wput()
|
/titanic_41/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 1579 case M_ERROR: in sm_ursendup() 1819 case M_ERROR: in sm_sendup()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | rts.c | 1042 (void) putnextctl1(RD(q), M_ERROR, EPROTO); in rts_wput_other()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 202 { "M_ERROR", M_ERROR, "send error to stream head" },
|