Searched refs:MESSAGE (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/hal/addons/network-devices/ |
H A D | svc-network-discovery | 57 MESSAGE="${MESSAGE_PREFIX}.EnablePrinterScanningViaSNMP" 58 MESSAGE="${MESSAGE} int32:${interval:-60}" 59 MESSAGE="${MESSAGE} string:${community:-public}" 60 MESSAGE="${MESSAGE} string:${network:-0.0.0.0}" 64 ${MESSAGE} 69 MESSAGE="${MESSAGE_PREFIX}.DisablePrinterScanningViaSNMP" 73 ${MESSAGE} [all...] |
/illumos-gate/usr/src/cmd/audit_warn/ |
H A D | audit_warn.sh | 35 # $MESSAGE and $SUBJECT are set by the caller 57 echo "$0: $MESSAGE" | $MAILER -s "$SUBJECT" $ADDRESS 60 STRIPPEDMSG=`echo "$MESSAGE" | $SED -e "s/\n/ /g"` 101 MESSAGE="Soft limit exceeded in file $FILE." 112 MESSAGE="Soft limit exceeded on all filesystems." 130 MESSAGE="Hard limit exceeded in file $FILE." 150 MESSAGE="Hard limit exceeded on all filesystems. (count=$COUNT)" 165 MESSAGE="The audit daemon is already running on this system." 186 MESSAGE="The audit daemon is unable to update /var/run, error=$ERROR.\n This implies a serious problem." 205 MESSAGE [all...] |
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | Debug.java | 57 * 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 D | streval.h | 193 #define MESSAGE 3 macro
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmhdr.h | 151 #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
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/ |
H A D | parseMain.java | 751 printIf(s, MESSAGE); 802 static public final int MESSAGE = 1; field in class:Debug
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | arith.c | 338 case MESSAGE:
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmTop.java | 1248 Debug.setDebugLevel(Debug.MESSAGE);
|
Completed in 124 milliseconds