Searched refs:MESSAGE (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dsvc-network-discovery57 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 Daudit_warn.sh35 # $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 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/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
/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/libshell/common/sh/
H A Darith.c338 case MESSAGE:
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmTop.java1248 Debug.setDebugLevel(Debug.MESSAGE);

Completed in 402 milliseconds