Searched defs:NOTICE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dprivate.h87 #ifdef NOTICE
88 #undef NOTICE macro
89 #define NOTICE printf("%s:%d: _init called\n", __FILE__, __LINE__) macro
91 #define NOTICE macro
95 #define NOTICE macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSeverity.java117 public static final Severity NOTICE = new Severity(LOG_NOTICE, field in class:Severity
118 Level.INFO.intValue() - 1, "NOTICE");
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c72 #define NOTICE 9 macro
667 if (notice.type == INLINE && (!notice.verbose || !notice.item[NOTICE].data))
1039 if (v = notice.item[NOTICE].data)
1041 x = v + notice.item[NOTICE].size;
1044 item.quote = notice.item[NOTICE].quote;

Completed in 63 milliseconds