Searched defs:MESSAGE (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDebug.java57 * it to <b>MESSAGE</b>; all calls are logged. The constant
110 printIf(s, MESSAGE);
152 printIf(o, s, MESSAGE);
297 static public final int MESSAGE = 2; field in class:Debug
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dstreval.h193 #define MESSAGE 3 macro
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java751 printIf(s, MESSAGE);
802 static public final int MESSAGE = 1; field in class:Debug
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h151 #define ASSERT(p) ((p) ? 0 : (MESSAGE("Assertion failed"), ABORT() ? (abort(),0) : 0))
153 #define MESSAGE(s) _vmmessage(__FILE__,__LINE__,s,0) macro
159 #define MESSAGE(s) (0) macro

Completed in 62 milliseconds