HomeSort by: relevance | last modified time | path
    Searched refs:LOGGER (Results 1 - 15 of 15) sorted by relevancy

  /src/share/examples/apm/
script 30 LOGGER='logger -t apm'
41 $LOGGER 'Suspending...'
48 $LOGGER 'Suspending done.'
52 $LOGGER 'Going to standby mode ....'
59 $LOGGER 'Standby done.'
63 $LOGGER 'Resuming...'
68 $LOGGER 'Resuming done.'
73 $LOGGER 'Running on power line.'
80 $LOGGER 'Running on battery.
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
analyzer-logging.h 30 /* A logger encapsulates a logging stream: a way to send
33 class logger class in namespace:ana
36 logger (FILE *f_out, int flags, int verbosity, const pretty_printer &reference_pp);
37 ~logger ();
64 DISABLE_COPY_AND_ASSIGN (logger);
74 it easy to notify a logger about entering and exiting the body of a
80 log_scope (logger *logger, const char *name);
81 log_scope (logger *logger, const char *name, const char *fmt, ...
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer-logging.h 28 /* A logger encapsulates a logging stream: a way to send
31 class logger class in namespace:ana
34 logger (FILE *f_out, int flags, int verbosity, const pretty_printer &reference_pp);
35 ~logger ();
62 DISABLE_COPY_AND_ASSIGN (logger);
72 it easy to notify a logger about entering and exiting the body of a
78 log_scope (logger *logger, const char *name);
79 log_scope (logger *logger, const char *name, const char *fmt, ...
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-logging.h 30 /* A gcc::jit::logger encapsulates a logging stream: a way to send
33 class logger class in namespace:gcc::jit
36 logger (FILE *f_out, int flags, int verbosity);
37 ~logger ();
58 it easy to notify a logger about entering and exiting the body of a
64 log_scope (logger *logger, const char *name);
68 logger *m_logger;
74 The normal case is that the logger is NULL, in which case this should
77 If we do have a logger, notify it that we're entering the given scope
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-logging.h 30 /* A gcc::jit::logger encapsulates a logging stream: a way to send
33 class logger class in namespace:gcc::jit
36 logger (FILE *f_out, int flags, int verbosity);
37 ~logger ();
58 it easy to notify a logger about entering and exiting the body of a
64 log_scope (logger *logger, const char *name);
68 logger *m_logger;
74 The normal case is that the logger is NULL, in which case this should
77 If we do have a logger, notify it that we're entering the given scope
    [all...]
  /src/external/mpl/dhcp/dist/client/scripts/
freebsd 7 if [ -x /usr/bin/logger ]; then
8 LOGGER="/usr/bin/logger -s -p user.notice -t dhclient"
10 LOGGER=echo
18 $LOGGER "Unable to create /etc/resolv.conf.dhclient: Error $exit_status"
45 $LOGGER "Error while writing new /etc/resolv.conf."
52 $LOGGER "Unable to create /etc/resolv.conf.dhclient6: Error $exit_status"
79 $LOGGER "Error while writing new /etc/resolv.conf."
152 $LOGGER New Network Number: $new_network_number
156 $LOGGER New Broadcast Address: $new_broadcast_addres
    [all...]
macos 8 if [ -x /usr/bin/logger ]; then
9 LOGGER="/usr/bin/logger -s -p user.notice -t dhclient"
11 LOGGER=echo
22 $LOGGER "Unable to create /var/run/resolv.conf.dhclient6: Error $exit_status"
67 $LOGGER "Can't find the primary IPv6 service"
74 $LOGGER "DNS service already set in primary IPv6 service"
101 $LOGGER "Can't find SystemConfiguration tools."
105 $LOGGER "Can't find /var/run/resolv.conf.dhclient6"
solaris 136 $LOGGER "New Routers: $new_routers"
bsdos 166 $LOGGER "New Routers: $new_routers"
openwrt 147 $LOGGER "New Routers: $new_routers"
netbsd 211 $LOGGER "New Routers: $new_routers"
openbsd 207 $LOGGER "New Routers: $new_routers"
  /src/external/ibm-public/postfix/dist/conf/
postfix-script 49 LOGGER="$command_directory/postlog -t $MAIL_LOGTAG/postfix-script"
50 INFO="$LOGGER -p info"
51 WARN="$LOGGER -p warn"
52 ERROR="$LOGGER -p error"
53 FATAL="$LOGGER -p fatal"
54 PANIC="$LOGGER -p panic"
postfix-tls-script 244 LOGGER="$command_directory/postlog -t $MAIL_LOGTAG/postfix-tls-script"
245 INFO="$LOGGER -p info"
246 WARN="$LOGGER -p warn"
247 ERROR="$LOGGER -p error"
248 FATAL="$LOGGER -p fatal"
  /src/external/bsd/ntp/dist/scripts/update-leap/
update-leap.sh 16 # wget sed, tr, shasum, logger
49 REQUIREDCMDS=" wget logger tr sed shasum"
213 [ "$P" = "logger" ] && continue
220 if ! LOGGER="`2>/dev/null which logger`" ; then
221 LOGGER=
227 # Stdout unless syslog specified or logger isn't available
229 if [ -z "$SYSLOG" -o -z "$LOGGER" ]; then
242 $LOGGER $S -t "$SELF[$$]" -p "$LOGFAC.$1" "$2"

Completed in 40 milliseconds