Searched refs:NO_MSG (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/listen/ |
H A D | lserror.h | 53 #define NO_MSG 0x10 /* message already logged */ macro
|
H A D | listen.c | 403 error(E_CREAT, EXIT | NOCORE | NO_MSG); 445 error(E_CREAT, EXIT | NOCORE | NO_MSG); 451 error(E_CREAT, EXIT | NOCORE | NO_MSG); 958 error(E_SYS_ERROR, EXIT | NO_MSG); 961 error(E_SYS_ERROR, EXIT | NO_MSG); 964 error(E_SYS_ERROR, EXIT | NO_MSG); 967 error(E_SYS_ERROR, EXIT | NO_MSG); 970 error(E_SYS_ERROR, EXIT | NO_MSG); 973 error(E_SYS_ERROR, EXIT | NO_MSG);
|
H A D | lsdbf.c | 120 error( E_SCAN_DBF, exit_flag | NO_MSG ); 152 error(E_DBF_IO, exit_flag | NO_MSG); 227 error(E_DBF_IO, EXIT | NOCORE | NO_MSG); 728 error(E_DBF_IO, EXIT | NOCORE | NO_MSG);
|
H A D | lslog.c | 92 if (!(exitflag & NO_MSG)) {
|
/illumos-gate/usr/src/uts/sun/io/eri/ |
H A D | eri_common.h | 84 NO_MSG = 0, enumerator in enum:__anon9717 130 static debug_msg_t eri_debug_level = NO_MSG; 131 static debug_msg_t eri_debug_all = NO_MSG;
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_impl.h | 506 NO_MSG = 0x0, /* No message output or storage. */ enumerator in enum:__anon8372
|
/illumos-gate/usr/src/uts/common/io/hme/ |
H A D | hme.c | 60 NO_MSG = 0, enumerator in enum:__anon5384 75 msg_t hme_debug_level = NO_MSG;
|
Completed in 83 milliseconds