HomeSort by: relevance | last modified time | path
    Searched defs:log (Results 1 - 25 of 271) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/bsd/ntp/dist/scripts/update-leap/
update-leap.sh 224 function log { function
237 # Also log to stdout if cron job && notice or higher
286 log "info" "Checksum of $1 validated"
289 log "error" "Checksum of $1 is invalid:"
291 log "error" "EXPECTED: $FSHA"
292 log "error" "COMPUTED: $DSHA"
302 log "notice" "File expired on `date -u -d \"Jan 1, 1970 00:00:00 +0000 + $EXPIRES seconds\"`"
311 log "critical" "Missing ntp configuration $NTPCONF"
319 log "error" "$NTPCONF does not specify a leapfile"
326 log "notice" "Requested install to $1, but $NTPCONF specifies $LEAPFILE
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gdb_mbuild.sh 183 # Usage: log <level> <logfile>. Write standard input to <logfile> and
186 log () function
265 ${__configure} 2>&1 | log 2 Config.log
280 ) 2>&1 | log 1 Build.log
292 ./gdb/gdb -batch -nx -x x 2>&1 | log 1 Gdb.log
294 fail "gdb printed no output" ! -s Gdb.log
295 grep -e internal-error Gdb.log && fail "gdb panic"
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdb_mbuild.sh 183 # Usage: log <level> <logfile>. Write standard input to <logfile> and
186 log () function
265 ${__configure} 2>&1 | log 2 Config.log
280 ) 2>&1 | log 1 Build.log
292 ./gdb/gdb -batch -nx -x x 2>&1 | log 1 Gdb.log
294 fail "gdb printed no output" ! -s Gdb.log
295 grep -e internal-error Gdb.log && fail "gdb panic"
    [all...]
  /src/external/bsd/elftosb/dist/common/
Logging.cpp 14 Logger * Log::s_logger = NULL;
16 void Logger::log(const char * fmt, ...) function in class:Logger
20 log(m_level, fmt, args);
24 void Logger::log(log_level_t level, const char * fmt, ...) function in class:Logger
28 log(level, fmt, args);
32 void Logger::log(const char * fmt, va_list args) function in class:Logger
34 log(m_level, fmt, args);
39 void Logger::log(log_level_t level, const char * fmt, va_list args) function in class:Logger
49 void Log::log(const char * fmt, ... function in class:Log
60 void Log::log(const std::string & msg) function in class:Log
68 void Log::log(Logger::log_level_t level, const char * fmt, ...) function in class:Log
79 void Log::log(Logger::log_level_t level, const std::string & msg) function in class:Log
    [all...]
  /src/external/gpl2/lvm2/dist/scripts/
lvm_dump.sh 90 log="$dir/lvmdump.log"
94 echo "$@" >> "$log"
97 log() { function
98 echo "$@" >> "$log"
119 log "\"$LVM\" vgscan -vvvv > \"$dir/vgscan\" 2>&1"
122 log "\"$LVM\" pvscan -v >> \"$dir/pvscan\" 2>> \"$log\""
125 log "\"$LVM\" lvs -a -o +devices >> \"$dir/lvs\" 2>> \"$log\""
    [all...]
  /src/external/gpl3/binutils/dist/etc/
add-log.el 5 ;;; and the standard add-log.el provided with 19.34 is that it
10 ;;; below in `~/elisp/add-log.el', and then put something like this in
20 ;;; ~/elisp/add-log.el, bring it up in Emacs, and type
26 ;;; add-log.el --- change log maintenance commands for Emacs
55 (defvar change-log-default-name nil
56 "*Name of a change log file for \\[add-change-log-entry].")
58 (defvar add-log-current-defun-function nil
61 \\[add-change-log-entry] calls this function (if nil, `add-log-current-defun
    [all...]
  /src/external/gpl3/binutils.old/dist/etc/
add-log.el 5 ;;; and the standard add-log.el provided with 19.34 is that it
10 ;;; below in `~/elisp/add-log.el', and then put something like this in
20 ;;; ~/elisp/add-log.el, bring it up in Emacs, and type
26 ;;; add-log.el --- change log maintenance commands for Emacs
55 (defvar change-log-default-name nil
56 "*Name of a change log file for \\[add-change-log-entry].")
58 (defvar add-log-current-defun-function nil
61 \\[add-change-log-entry] calls this function (if nil, `add-log-current-defun
    [all...]
  /src/sys/external/bsd/drm2/include/drm/
drm_sysctl.h 32 struct sysctllog *log; member in struct:drm_sysctl_def
  /src/crypto/dist/ipsec-tools/src/racoon/
logger.h 37 struct log { struct
45 extern struct log *log_open(size_t, char *);
46 extern void log_add(struct log *, char *);
47 extern int log_print(struct log *, char *);
48 extern int log_vprint(struct log *, const char *, ...);
49 extern int log_vaprint(struct log *, const char *, va_list);
50 extern int log_close(struct log *);
51 extern void log_free(struct log *);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
BinaryStreamError.cpp 49 void BinaryStreamError::log(raw_ostream &OS) const { OS << ErrMsg; } function in class:BinaryStreamError
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Error.cpp 16 void ClusteringError::log(raw_ostream &OS) const { OS << Msg; } function in class:llvm::exegesis::ClusteringError
24 void SnippetCrash::log(raw_ostream &OS) const { OS << Msg; } function in class:llvm::exegesis::SnippetCrash
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_append_service.c 7 /* append record to bounce log, server side
19 /* (append bounce log) request. This routine either succeeds or
65 /* bounce_append_service - append bounce log */
71 VSTREAM *log; local
81 log = mail_queue_open(service, queue_id,
83 if (log == 0)
90 if (deliver_flock(vstream_fileno(log), INTERNAL_LOCK, (VSTRING *) 0) < 0)
94 * Now, go for it. Append a record. Truncate the log to the original
110 if ((orig_length = vstream_fseek(log, 0L, SEEK_END)) < 0)
116 vstream_fputs("\n", log);
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/tcp/ans6/
ans.py 48 def log(msg): function
62 log("Opening %d connections..." % count)
69 log("%s on connect for socket %s" % (errno.errorcode[err], sock))
85 log("%s for socket %s" % (errno.errorcode[err], sock))
92 log("result=FAIL: %d connection(s) failed" % len(errors))
94 log("result=FAIL: Timed out, aborting %d pending connections" % len(queued))
98 log("result=OK: Successfully opened %d connections" % count)
102 log("Closing %s connections..." % "all" if count == 0 else str(count))
108 log("result=OK: Successfully closed %d connections" % count)
112 log("SIGTERM received, shutting down"
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
RPCError.cpp 33 void ConnectionClosed::log(raw_ostream &OS) const { function in class:llvm::orc::shared::ConnectionClosed
41 void ResponseAbandoned::log(raw_ostream &OS) const { function in class:llvm::orc::shared::ResponseAbandoned
52 void CouldNotNegotiate::log(raw_ostream &OS) const { function in class:llvm::orc::shared::CouldNotNegotiate
  /src/external/apache2/llvm/dist/llvm/tools/llvm-elfabi/
ErrorCollector.cpp 40 void ErrorCollector::log(raw_ostream &OS) { function in class:ErrorCollector
62 log(errs());
  /src/external/apache2/llvm/dist/llvm/utils/
bugpoint_gisel_reducer.py 22 def log(msg): function
27 log('-' * 50)
91 log('GlobalISed failed, {}: {}'.format(res[0], res[1]))
118 log('Running llc...')
124 log('GlobalISel failed, {}: {}.'.format(res[0], res[1]))
126 log('Writing error to {} for bugpoint.'.format(tmp.name))
132 log('Running bugpoint...')
135 log('Done!')
138 log('Run llvm-dis to disassemble the output:')
139 log('$ {}/bin/llvm-dis -o - {}'.format(build_dir, output_file)
    [all...]
  /src/external/bsd/atf/
prepare-import.sh 32 log() { function
38 log "Removing dist; dist.old exists"
41 log "Backing up dist as dist.old"
50 log "Extracting ${distfile}"
53 log "Renaming ${distname} to dist"
63 log "Removing unnecessary files from dist"
84 log "Removed files found"
88 log "New files found"
90 log "Check if any files have to be cleaned up and update" \
  /src/external/bsd/kyua-atf-compat/
prepare-import.sh 26 log() { function
32 log "Removing dist; dist.old exists"
35 log "Backing up dist as dist.old"
44 log "Extracting ${distfile}"
47 log "Renaming ${distname} to dist"
57 log "Removing unnecessary files from dist"
76 log "New files found"
78 log "Check if any files have to be cleaned up and update" \
81 log "No new files; all good!"
  /src/external/bsd/kyua-cli/
prepare-import.sh 31 log() { function
37 log "Removing dist; dist.old exists"
40 log "Backing up dist as dist.old"
49 log "Extracting ${distfile}"
52 log "Renaming ${distname} to dist"
62 log "Removing unnecessary files from dist"
81 log "New files found"
83 log "Check if any files have to be cleaned up and update" \
86 log "No new files; all good!"
  /src/external/bsd/kyua-testers/
prepare-import.sh 31 log() { function
37 log "Removing dist; dist.old exists"
40 log "Backing up dist as dist.old"
49 log "Extracting ${distfile}"
52 log "Renaming ${distname} to dist"
62 log "Removing unnecessary files from dist"
81 log "New files found"
83 log "Check if any files have to be cleaned up and update" \
86 log "No new files; all good!"
  /src/external/bsd/lutok/
prepare-import.sh 31 log() { function
37 log "Removing dist; dist.old exists"
40 log "Backing up dist as dist.old"
49 log "Extracting ${distfile}"
52 log "Renaming ${distname} to dist"
62 log "Removing unnecessary files from dist"
81 log "New files found"
83 log "Check if any files have to be cleaned up and update" \
86 log "No new files; all good!"
  /src/external/bsd/tmux/
prepare-import.sh 21 log() { function
27 log "Removing dist; dist.old exists"
30 log "Backing up dist as dist.old"
39 log "Extracting ${distfile}"
42 log "Renaming ${distname} to dist"
52 log "Removing unnecessary files from dist"
93 log "New files found"
95 log "Check if any files have to be cleaned up and update" \
98 log "No new files; all good!"
118 log "Don't forget to update the -D flags in usr.bin/tmux/Makefile"
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/pipelined/ans5/
ans.py 51 def log(msg): function
56 log("SIGTERM received, shutting down")
149 log("Received a query from %s, queryid %d" % (str(addr), qid))
159 log(
166 log("Sending a query to %s, queryid %d" % (str(self.dst), qid))
185 log("Listening on %s:%d" % (listenip, port))
203 log("Accepted connection from %s" % clientsock)
  /src/games/sail/
lo_main.c 73 struct logs log; local
100 while (fread(&log, sizeof log, 1, fp) == 1 &&
101 log.l_name[0] != '\0' &&
103 if (longfmt && (pass = getpwuid(log.l_uid)) != NULL)
105 "%10.10s (%s)", log.l_name, pass->pw_name);
108 "%20.20s", log.l_name);
109 ship = &scene[log.l_gamenum].ship[log.l_shipnum];
112 title[n++], sbuf, ship->shipname, log.l_netpoints
128 struct logs log; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/pm/
nouveau_nvkm_engine_pm_nv40.c 36 u32 log = ctr->logic_op; local
45 nvkm_wr32(device, 0x00a420 + dom->addr + (ctr->slot * 0x40), log);

Completed in 43 milliseconds

1 2 3 4 5 6 7 8 91011