Searched refs:LOGFILE (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/saf/
H A Dmisc.h61 # define LOGFILE "/var/saf/_log" /* SAC log file */ macro
H A Dlog.c81 if ((Lfp = fopen(LOGFILE, "a+")) == NULL) {
83 LOGFILE, strerror(errno));
92 LOGFILE, strerror(errno));
H A Dsacadm.c1256 fd = open(LOGFILE, O_RDONLY);
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh100 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...]
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dimage_install.ksh190 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 Dattach.ksh204 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 Dp2v.ksh31 LOGFILE=
331 [[ -n $LOGFILE ]] && \
333 [[ -n $LOGFILE ]] && cat $insttmpfile >&2
507 l) LOGFILE="$OPTARG"; OPT_L="-l \"$OPTARG\"";;
517 [[ -n $LOGFILE ]] && exec 2>>$LOGFILE
/illumos-gate/usr/src/cmd/ttymon/
H A Dttymon.h106 #define LOGFILE "log" /* log file */ macro
H A Dtmlog.c69 LOGFILE);
103 (void) snprintf(logf, sizeof (logf), "%s%s/%s", LOGDIR, Tag, LOGFILE);
/illumos-gate/usr/src/tools/env/
H A Dillumos.sh122 export LOGFILE="$ATLOG/nightly.log"
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.h42 #define LOGFILE "/var/ldap/cachemgr.log" macro
H A Dcachemgr.c349 (void) strcpy(current_admin.logfile, LOGFILE);
450 (void) strcpy(current_admin.logfile, LOGFILE);
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh33 [[ -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
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c77 #define LOGFILE "./powerd.log" macro

Completed in 79 milliseconds