HomeSort by relevance Sort by last modified time
    Searched defs:log (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/lib/brand/lx/zone/
lx_init_zone.ksh 50 # Sends output to a log file via redirection of stderr.
55 log() function
113 log "Unable to create the directory \"$dirname\"!"
131 log "Unable to symlink \"$src\" to \"$dst\"!"
148 log " Installing \"$target\""
153 log ""
154 log "Attempt to install $target FAILED."
167 log "Non-miniroot install; enabing NFS servers and NFS lock daemon"
189 log "Aborting NFS setup..."
190 log ""
    [all...]
lx_install.ksh 36 # Log passed arguments to file descriptor 2
37 log() function
55 # Print and log provided text if the shell variable "verbose_mode" is set
84 no_log=$(gettext "Could not create log directory '%s'")
85 no_logfile=$(gettext "Could not create log file '%s'")
93 see_log=$(gettext "See the log file:\n '%s'\nfor details.")
296 logdir="$install_root/var/log"
480 logfile="${logdir}/$zonename.install.$$.log"
487 # Redirect stderr to the log file to automatically log any error message
    [all...]
  /onnv/onnv-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
debug_logging.c 37 log(int priority, const char *routine, char *msg, ...) function
  /onnv/onnv-gate/usr/src/lib/sun_sas/common/
log.c 38 log( function
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
LogDRM.java 67 Poold.CONF_LOG.log(Severity.NOTICE,
73 Poold.CONF_LOG.log(Severity.INFO, "DRM protocol version:" +
85 Poold.CONF_LOG.log(Severity.INFO, "Disconnected from " + url);
98 Poold.MON_LOG.log(Severity.INFO, "Requesting additional " +
112 Poold.MON_LOG.log(Severity.INFO, "Requesting additional " +
125 Poold.MON_LOG.log(Severity.INFO, "Requesting additional " +
Poold.java 329 public static final String DEF_LOG_LOC = "/var/log/pool/poold";
332 * Log location indicating <code>syslog</code>, as
338 * Default Log severity (if not overridden)
343 * Name of configuration property, log location.
346 "system.poold.log-location";
349 * Name of configuration property, log level.
352 "system.poold.log-level";
361 * Logfile handler, responsible for taking log messages
367 * Logfile severity, log messages below this severity are
421 Poold.MON_LOG.log(Severity.WARNING, "could not
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
terror.c 53 static void log();
58 int sev; /* flags to see if we should log or exit */
69 log(sev, what, name, file, line);
123 * FACE application ONLY .... log problems in the TERRLOG file
127 log(sev, what, name, file, line) function
142 * construct path of error log file
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
log.c 37 static void log(char *, va_list);
54 ** fail() - LOG MESSAGE AND EXIT (ABORT IF DEBUGGING)
64 log (format, ap);
77 ** note() - LOG MESSAGE
87 log (format, ap);
105 ** log() - LOW LEVEL ROUTINE THAT LOGS MESSSAGES
109 log(char *format, va_list ap) function
  /onnv/onnv-gate/usr/src/cmd/saf/
log.c 47 static FILE *Lfp; /* log file */
75 * openlog - open log file, sets global file pointer Lfp
99 * log - put a message into the log file
104 log(char *msg) function
121 * error - put an error message into the log file and exit if indicated
133 log(Msgs[msgid].e_str);
135 log("*** SAC exiting ***");
  /onnv/onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
emlxs_device.h 51 emlxs_msg_log_t *log[MAX_FC_BRDS]; member in struct:emlxs_device
  /onnv/onnv-gate/usr/src/cmd/ttymon/
ttyadm.c 270 * log - print a message to stderr
273 log(const char *msg, ...) function
tmlog.c 67 /* the log file resides in /var/saf/pmtag/ */
81 cons_printf("ttymon cannot create log file \"%s\": %s\n",
85 log(" ");
86 log("********** ttymon starting **********");
89 log("fd(log)\t = %d", fileno(Logfp));
102 (void) fprintf(Logfp, "Restarting log file\n");
114 (void) fprintf(Logfp, "rename log to old file failed\n");
115 /* Restore old log file */
125 (void) fprintf(Logfp, "log file open failed\n")
192 log(const char *fmt, ...) function
    [all...]
sttydefs.c 491 * log - print a message to stdout
495 log(const char *msg, ...) function
  /onnv/onnv-gate/usr/src/cmd/listen/
lslog.c 191 logmessage(msg); /* put it in the log */
222 * log: given a message number (code), write a message to the logfile
227 log(int code) function
238 char log[BUFSIZ]; local
248 * If it can't save the file, it rewinds the existing log.
257 fprintf(Logfp, stamp("Restarting log file"));
258 sprintf(log, "%s/%s/%s", ALTDIR, Mytag, LOGNAME);
262 if (rename(log, olog)) {
265 DEBUG((1,"errno %d renaming log to old logfile",errno));
267 else if (nlogfp = fopen(log, "a+"))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
randtest.c 58 static char log[LOGSZ][LINESZ]; variable
106 (void) snprintf(log[log_pos], LINESZ,
120 (void) strlcat(log[log_pos], buf, LINESZ);
139 if (log[l][0] != '\0') {
140 (void) printf("%s\n", log[l]);
241 bzero(log, sizeof (log));
  /onnv/onnv-gate/usr/src/lib/libast/common/uwin/
log.c 39 static char sccsid[] = "@(#)log.c 8.2 (Berkeley) 11/30/93";
54 * Calculates log(2^m*F*(1+f/F)), |f/j| <= 1/256,
57 * log(2^m) = log2_hi*m + log2_tail*m
62 * log(F) = logF_hi[j] + logF_lo[j] is in tabular form in log_table.h
65 * log(1+f/F) = 2*f/(2*F + f) + 1/12 * (2*f/(2*F + f))**3 + ...
72 * 2. when m = j = 0, |1-x| < 1/256, and log(x) ~= (x-1).
94 /* Table of log(Fj) = logF_head[j] + logF_tail[j], for Fj = 1+j/128.
100 * Values for log(F) were generated using error < 10^-57 absolute
376 log(double x) function
378 log(x) double x
    [all...]
  /onnv/onnv-gate/usr/src/lib/brand/native/zone/
common.ksh 56 log() function
382 log "$not_readable" "$install_media"
387 log "$not_flar"
396 log "$bad_flar"
417 log "$bad_flar"
448 log "$bad_flar"
458 log "$bad_flar"
480 log "$unknown_archiver" $archiver
486 log "$cmd_not_exec" $archiver_command
674 # restore so there will be warnings in the log file
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
bootp.c 77 DHCP_MSG_CATEGORIES log; local
373 log = L_ASSIGN;
380 log = L_REPLY;
396 logtrans(P_BOOTP, log, ndn.dn_lease, no_ip, server_ip, plp);
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/xa/
xa.c 28 #include "log.h"
277 * Sync the log to disk so we can guarantee recoverability.
401 DB_LOG *log; local
418 * and we'll start from * wherever the log cursor is. Since XA apps
443 log = env->lg_info;
444 if ((err = __log_findckp(log, &log->xa_first)) == DB_NOTFOUND) {
446 * If there were no log files, then we have no
451 if ((err = __db_txnlist_init(&log->xa_info)) != 0)
458 * If we are not starting a scan, the log cursor ha
    [all...]
  /onnv/onnv-gate/usr/src/cmd/streams/log/
strace.c 44 #define LOGDEV "/dev/log"
49 static int log; variable
51 static void prlog(FILE *log, struct log_ctl *lp, char *dp);
194 log = open(LOGDEV, O_RDWR);
195 if (log < 0) {
222 if (ioctl(log, I_STR, &istr) < 0) {
229 while (getmsg(log, &ctl, &dat, &flag) >= 0) {
239 prlog(FILE *log, struct log_ctl *lp, char *dp)
248 fprintf(log, "%06d %s %08x %2d %s%s%s %d %d %s\n",
strerr.c 49 #define LOGDEV "/dev/log"
56 static void prlog(FILE *log, struct log_ctl *lp, char *dp, int flag);
58 static FILE *logfile(FILE *log, struct log_ctl *lp);
59 static void prlog(FILE *log, struct log_ctl *lp, char *dp, int flag);
75 logfile(FILE *log, struct log_ctl *lp)
84 * If it is a new day make a new log file
86 if (((newtime/NSECDAY) != (lasttime/NSECDAY)) || !log) {
87 if (log)
88 (void) fclose(log);
94 return (log);
113 FILE *log; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/vscan/vscand/
vs_svc.c 301 * Log virus, write audit record and return INFECTED status
324 * log details of infections detected in syslig
325 * If virus log is configured log details there too
335 char *log; local
349 /* log file */
350 if (((log = vscand_viruslog()) == NULL) ||
351 ((fp = fopen(log, "a")) == NULL)) {
  /onnv/onnv-gate/usr/src/tools/stabs/
genassym.c 319 int log = 1; local
323 if ((log << i) == value)
  /onnv/onnv-gate/usr/src/uts/common/sys/
log.h 44 #define LOG_LOGMIN 5 /* /dev/log minor */
47 #define LOG_LOGMINIDX 0 /* index of smallest /dev/log clone */
48 #define LOG_LOGMAXIDX 15 /* up to 16 /dev/log clones */
57 #define LOG_MAGIC 0xf00d4109U /* "food for log" - unsent msg magic */
62 typedef struct log log_t;
65 struct log { struct
70 short log_inuse; /* is this log device open? */
72 zoneid_t log_zoneid; /* zone id of log */
77 /* Array of /dev/log minor devices */
  /onnv/onnv-gate/usr/src/cmd/lms/
main.cpp 85 void log(void *param, LPCTSTR message, WORD eventType) function
338 log(NULL, "LMS Service lost connection to AMT via HECI driver", EVENTLOG_ERROR_TYPE);
343 if (!prot.Init(log, NULL)) {
362 log(NULL, "Connected to AMT via HECI driver\n", EVENTLOG_INFORMATION_TYPE);
370 log(NULL, "LMS Service has a problem in achieving network resources.", EVENTLOG_ERROR_TYPE);

Completed in 1080 milliseconds

1 2 3 4