| /onnv/onnv-gate/usr/src/cmd/saf/ |
| misc.h | 61 # define LOGFILE "/var/saf/_log" /* SAC log file */
|
| log.c | 81 if ((Lfp = fopen(LOGFILE, "a+")) == NULL) { 82 cons_printf("SAC: could not open logfile %s: %s\n", 83 LOGFILE, strerror(errno)); 88 * lock logfile to indicate presence 91 cons_printf("SAC: could not lock logfile %s:%s\n", 92 LOGFILE, strerror(errno));
|
| sacadm.c | 1246 * sac_home - returns true is sac has a lock on its logfile, false 1254 int fd; /* fd to sac logfile */ 1256 fd = open(LOGFILE, O_RDONLY);
|
| /onnv/onnv-gate/usr/src/lib/brand/native/zone/ |
| attach_update.ksh | 71 printf "${e_fatal}\n" "$@" >>$LOGFILE 79 printf "$@" >>$LOGFILE 86 printf "${e_intr}\n" >>$LOGFILE 95 echo "***** $FILENAME *****" >>$LOGFILE 96 cat /tmp/$FILENAME >>$LOGFILE 97 echo >>$LOGFILE 425 $IPDS $PKG >>$LOGFILE 2>&1 440 echo "===== ${PKG} ====" >>$LOGFILE 458 /var/sadm/pkg/${PKG}/save/pspool $PKG >>$LOGFILE 2>&1 469 nawk -v lf=$LOGFILE ' [all...] |
| image_install.ksh | 134 log "$install_log" "$LOGFILE" 235 LOGFILE=$(/usr/bin/mktemp -t -p /var/tmp $zonename.install_log.XXXXXX) 236 if [[ -z "$LOGFILE" ]]; then 240 exec 2>>"$LOGFILE" 241 log "$install_log" "$LOGFILE" 280 /usr/lib/brand/native/p2v -l "$LOGFILE" -m "$p2v_prog" \ 283 exec 2>>$LOGFILE 291 log "$install_log" "$LOGFILE" 313 cp $LOGFILE $zone_logfile 316 rm -f $LOGFILE [all...] |
| common.ksh | 26 # Send the error message to the screen and to the logfile. 34 [[ -n $LOGFILE ]] && printf "[$(date)] ERROR: ${fmt}\n" "$@" >&2 54 # Send the provided printf()-style arguments to the screen and to the logfile. 62 [[ -n $LOGFILE ]] && printf "[$(date)] ${MSG_PREFIX}${fmt}\n" "$@" >&2 67 # The text is always sent to the logfile. 75 [[ -n $LOGFILE ]] && printf "[$(date)] ${MSG_PREFIX}${fmt}\n" "$@" >&2 294 }' >>$LOGFILE 312 }' >>$LOGFILE
|
| p2v.ksh | 32 LOGFILE= 294 [[ -n $LOGFILE ]] && \ 296 [[ -n $LOGFILE ]] && cat $insttmpfile >&2 470 l) LOGFILE="$OPTARG"; OPT_L="-l \"$OPTARG\"";; 480 [[ -n $LOGFILE ]] && exec 2>>$LOGFILE
|
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| nightly.sh | 133 echo "\n==== No non-DEBUG $open_only build ====\n" >> "$LOGFILE" 150 echo "\n==== No DEBUG $open_only build ====\n" >> "$LOGFILE" 179 ) | tee -a $mail_msg_file >> $LOGFILE 184 tee -a $mail_msg_file >> $LOGFILE 223 tee -a $mail_msg_file >> $LOGFILE 226 filelist ${CODEMGR_WS} '^preserve:' >> $LOGFILE 239 tee -a $mail_msg_file >> $LOGFILE 242 echo "removing ${i}." | tee -a $mail_msg_file >> $LOGFILE 247 echo "hybridizing ${i}." | tee -a $mail_msg_file >> $LOGFILE 262 tee -a $mail_msg_file >> $LOGFILE [all...] |
| bfu.sh | [all...] |
| /onnv/onnv-gate/usr/src/lib/brand/solaris10/zone/ |
| image_install.ksh | 192 LOGFILE=$(/usr/bin/mktemp -t -p /var/tmp $ZONENAME.install_log.XXXXXX) 193 if [[ -z "$LOGFILE" ]]; then 197 exec 2>>"$LOGFILE" 198 log "$install_log" "$LOGFILE" 232 /usr/lib/brand/solaris10/p2v -l "$LOGFILE" -m "$p2v_prog" \ 235 exec 2>>$LOGFILE 243 log "$install_log" "$LOGFILE" 252 safe_copy $LOGFILE $zone_logfile 255 rm -f $LOGFILE
|
| attach.ksh | 200 LOGFILE=$(/usr/bin/mktemp -t -p /var/tmp $zonename.attach_log.XXXXXX) 201 if [[ -z "$LOGFILE" ]]; then 204 exec 2>>"$LOGFILE" 205 log "$m_attach_log" "$LOGFILE" 230 safe_copy $LOGFILE $zone_logfile 233 rm -f $LOGFILE
|
| p2v.ksh | 32 LOGFILE= 322 [[ -n $LOGFILE ]] && \ 324 [[ -n $LOGFILE ]] && cat $insttmpfile >&2 489 l) LOGFILE="$OPTARG"; OPT_L="-l \"$OPTARG\"";; 499 [[ -n $LOGFILE ]] && exec 2>>$LOGFILE
|
| /onnv/onnv-gate/usr/src/tools/env/ |
| developer.sh | 90 LOGFILE="$ATLOG/nightly.log"; export LOGFILE
|
| gatekeeper.sh | 101 LOGFILE="$ATLOG/nightly.log"; export LOGFILE
|
| opensolaris.sh | 104 LOGFILE="$ATLOG/nightly.log"; export LOGFILE
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| terror.c | 118 #define LOGFILE 0 144 method = LOGFILE; 166 if (method == LOGFILE)
|
| /onnv/onnv-gate/usr/src/cmd/ttymon/ |
| ttymon.h | 106 #define LOGFILE "log" /* log file */
|
| tmlog.c | 64 char logfile[MAXPATHLEN]; local 68 (void) snprintf(logfile, sizeof (logfile), "%s%s/%s", LOGDIR, Tag, 69 LOGFILE); 73 if ((fd = open(logfile, O_WRONLY|O_CREAT|O_APPEND,0444)) != -1) 82 logfile, strerror(errno)); 103 (void) snprintf(logf, sizeof (logf), "%s%s/%s", LOGDIR, Tag, LOGFILE); 135 (void) unlink(tlogf); /* remove any stale tmp logfile */
|
| /onnv/onnv-gate/usr/src/cmd/itutools/ |
| updatemedia.ksh | 33 readonly LOGFILE=${TMPDIR:-/tmp}/${PROG##*/}-log.$$ 223 } 2>&1 | $NAWK -v logfile="$LOGFILE" ' 224 # Print certain lines from $icmd, save all in logfile. 227 {print >> logfile} 273 } 2>&1 | $NAWK -v logfile="$LOGFILE" ' 274 # Print certain lines from patchadd, save all in logfile. 276 {print >> logfile} 468 if (( status=$? )) && [[ -s "$LOGFILE" ]] [all...] |
| itu.ksh | 76 readonly LOGFILE=${TMPDIR:-/tmp}/${PROG##*/}-log.$$ 823 } 2>&1 | $NAWK -v logfile="$LOGFILE" -v vlevel=$VERBOSE_LEVEL ' 831 # Save every line to logfile. 832 {print >> logfile} 973 } 2>&1 | $NAWK -v logfile="$LOGFILE" -v vlevel=$VERBOSE_LEVEL ' 980 # Save every line to logfile. 981 {print >> logfile} 1131 if (( status=$? )) && [[ -s "$LOGFILE" ]] [all...] |
| /onnv/onnv-gate/usr/src/cmd/ldapcachemgr/ |
| cachemgr.h | 42 #define LOGFILE "/var/ldap/cachemgr.log"
|
| cachemgr.c | 69 static int cachemgr_set_lf(admin_t *ptr, char *logfile); 349 (void) strcpy(current_admin.logfile, LOGFILE); 387 (void) strlcpy(current_admin.logfile, 388 optarg, sizeof (current_admin.logfile)); 446 if (strlen(current_admin.logfile) == 0) 450 (void) strcpy(current_admin.logfile, LOGFILE); 453 current_admin.logfile); 471 if (strlen(current_admin.logfile) == 0 [all...] |
| /onnv/onnv-gate/usr/src/cmd/power/ |
| powerd.c | 76 #define LOGFILE "./powerd.log" [all...] |