Searched defs:WARN (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/su/ |
H A D | su.c | 117 enum messagemode { USAGE, ERR, WARN }; enumerator in enum:messagemode 488 message(WARN, gettext("No directory! Using home=/")); 673 message(WARN, 1475 if (mode == WARN) { 1483 } else { /* ERR, WARN */ 1490 } else { /* ERR, WARN */
|
/illumos-gate/usr/src/tools/ctf/dump/ |
H A D | dump.c | 46 #define WARN(x) { warn(x); return (E_ERROR); } macro 214 WARN("cth_lbloff is not aligned properly\n"); 216 WARN("file is truncated or cth_lbloff is corrupt\n"); 218 WARN("file is truncated or cth_objtoff is corrupt\n"); 220 WARN("file is corrupt -- cth_lbloff > cth_objtoff\n"); 278 WARN("cth_objtoff is not aligned properly\n"); 280 WARN("file is truncated or cth_objtoff is corrupt\n"); 282 WARN("file is truncated or cth_funcoff is corrupt\n"); 284 WARN("file is corrupt -- cth_objtoff > cth_funcoff\n"); 327 WARN("cth_funcof [all...] |
/illumos-gate/usr/src/lib/libpp/i386/ |
H A D | ppdef.h | 145 #define WARN (1L<<31) macro
|
/illumos-gate/usr/src/lib/libpp/sparc/ |
H A D | ppdef.h | 145 #define WARN (1L<<31) macro
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | debug.h | 251 #ifdef WARN 252 #undef WARN macro 256 #define WARN (0) macro 258 #define WARN (CP_ALL | LV_WARN) macro 478 #define dbg_out(_c, _m, _s, _d1) debug_msgx((WARN), "TrLv<%d>, %s (%4d): %p"##_s" %s\n", ((WARN) & LV_MASK), __FILE_STRIPPED__, __LINE__, _c, _d1 ) 566 #define dbg_out(_c, _m, _s, _d1) debug_msgx((WARN), "TrLv<%d>, %s (%4d): %p"##_s" %s\n", ((WARN) & LV_MASK), __FILE_STRIPPED__, __LINE__, _c, _d1 ) 729 #define dbg_out(_c, _m, _s, _d1) debug_msgx(_m, "TrLv<%d>, %s (%4d): %p"_s" %s\n", ((WARN) & LV_MASK), __FILE_STRIPPED__, __LINE__, _c, _d1 ) 839 #define CHK_NULL(p) ((p==NULL) ? (dbg_out(NULL, WARN, DBG_ERR_ST [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 76 * WARN() and ERROR() do the same thing really, with ERROR() the function 78 * This will print out all accumulated errors before bailing. The WARN() 86 #define WARN(x, y, z) ERROR(x, y, z);\ macro 1315 WARN(ep, ebuf, gettext( 1796 WARN(ep, ebuf, gettext(
|
Completed in 116 milliseconds