Searched refs:LOGFILE (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/tools/scripts/ |
H A D | nightly | 101 echo "\n==== No non-DEBUG $open_only build ====\n" >> "$LOGFILE" 113 echo "\n==== No DEBUG $open_only build ====\n" >> "$LOGFILE" 140 ) | tee -a $mail_msg_file >> $LOGFILE 145 tee -a $mail_msg_file >> $LOGFILE 191 >> $LOGFILE 196 tee -a $SRC/${INSTALLOG}.out >> $LOGFILE 230 >> $LOGFILE 303 echo "\n==== Signing proto area at `date` ====\n" >> $LOGFILE 308 tee -a ${signing_file} >> $LOGFILE 310 >> $LOGFILE [all …]
|
H A D | nightly.sh | 100 echo "\n==== No non-DEBUG $open_only build ====\n" >> "$LOGFILE" 112 echo "\n==== No DEBUG $open_only build ====\n" >> "$LOGFILE" 139 ) | tee -a $mail_msg_file >> $LOGFILE 144 tee -a $mail_msg_file >> $LOGFILE 190 >> $LOGFILE 195 tee -a $SRC/${INSTALLOG}.out >> $LOGFILE 229 >> $LOGFILE 302 echo "\n==== Signing proto area at `date` ====\n" >> $LOGFILE 307 tee -a ${signing_file} >> $LOGFILE 309 >> $LOGFILE [all …]
|
/titanic_50/usr/src/lib/brand/solaris10/zone/ |
H A D | image_install.ksh | 190 LOGFILE=$(/usr/bin/mktemp -t -p /var/tmp $ZONENAME.install_log.XXXXXX) 191 if [[ -z "$LOGFILE" ]]; then 195 exec 2>>"$LOGFILE" 196 log "$install_log" "$LOGFILE" 232 /usr/lib/brand/solaris10/p2v -l "$LOGFILE" -m "$p2v_prog" \ 235 exec 2>>$LOGFILE 243 log "$install_log" "$LOGFILE" 255 safe_copy $LOGFILE $zone_logfile 258 rm -f $LOGFILE
|
H A D | attach.ksh | 204 LOGFILE=$(/usr/bin/mktemp -t -p /var/tmp $zonename.attach_log.XXXXXX) 205 if [[ -z "$LOGFILE" ]]; then 208 exec 2>>"$LOGFILE" 209 log "$m_attach_log" "$LOGFILE" 234 safe_copy $LOGFILE $zone_logfile 237 rm -f $LOGFILE
|
H A D | p2v.ksh | 31 LOGFILE= 331 [[ -n $LOGFILE ]] && \ 333 [[ -n $LOGFILE ]] && cat $insttmpfile >&2 507 l) LOGFILE="$OPTARG"; OPT_L="-l \"$OPTARG\"";; 517 [[ -n $LOGFILE ]] && exec 2>>$LOGFILE
|
/titanic_50/usr/src/cmd/saf/ |
H A D | log.c | 81 if ((Lfp = fopen(LOGFILE, "a+")) == NULL) { in openlog() 83 LOGFILE, strerror(errno)); in openlog() 92 LOGFILE, strerror(errno)); in openlog()
|
H A D | misc.h | 61 # define LOGFILE "/var/saf/_log" /* SAC log file */ macro
|
H A D | sacadm.c | 1256 fd = open(LOGFILE, O_RDONLY); in sac_home()
|
/titanic_50/usr/src/lib/brand/shared/zone/ |
H A D | common.ksh | 33 [[ -n $LOGFILE ]] && printf "[$(date)] ERROR: ${fmt}\n" "$@" >&2 62 [[ -n $LOGFILE ]] && printf "[$(date)] ${MSG_PREFIX}${fmt}\n" "$@" >&2 75 [[ -n $LOGFILE ]] && printf "[$(date)] ${MSG_PREFIX}${fmt}\n" "$@" >&2 294 }' >>$LOGFILE 312 }' >>$LOGFILE
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | tmlog.c | 69 LOGFILE); in openttymonlog() 103 (void) snprintf(logf, sizeof (logf), "%s%s/%s", LOGDIR, Tag, LOGFILE); in roll_log()
|
H A D | ttymon.h | 106 #define LOGFILE "log" /* log file */ macro
|
/titanic_50/usr/src/tools/env/ |
H A D | illumos.sh | 125 export LOGFILE="$ATLOG/nightly.log"
|
/titanic_50/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.h | 42 #define LOGFILE "/var/ldap/cachemgr.log" macro
|
H A D | cachemgr.c | 349 (void) strcpy(current_admin.logfile, LOGFILE); 450 (void) strcpy(current_admin.logfile, LOGFILE);
|
/titanic_50/usr/src/cmd/power/ |
H A D | powerd.c | 76 #define LOGFILE "./powerd.log" macro
|