Home
last modified time | relevance | path

Searched refs:log_file (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in34 log_file=/tmp/grub-install.log.$$
337 test -n "$mklog" && log_file=`$mklog`
342 if grep "Error [0-9]*: " $log_file >/dev/null; then
343 cat $log_file 1>&2
347 rm -f $log_file
423 test -n "$mklog" && log_file=`$mklog`
433 if grep "Error [0-9]*: " $log_file >/dev/null; then
448 rm -f $log_file
451 test -n "$mklog" && log_file=`$mklog`
461 cat $log_file 1>&2
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c86 if (chan == NULL || chan->type != log_file) { in log_open_stream()
160 if (chan == NULL || chan->type != log_file) { in log_close_stream()
178 if (lcl->channel->type == log_file && in log_close_debug_channels()
186 if (chan == NULL || chan->type != log_file) { in log_get_stream()
195 if (chan == NULL || chan->type != log_file) { in log_get_filename()
380 case log_file: in log_vwrite()
603 chan->type = log_file; in log_new_file_channel()
639 if (chan->type != log_file) { in log_set_file_owner()
699 if (chan->type == log_file) { in log_free_channel()
/illumos-gate/usr/src/cmd/format/
H A Dio.c668 else if (log_file) { in input()
1020 if (log_file) in input()
1894 if (log_file) { in fmt_print()
1896 (void) fprintf(log_file, "\n"); in fmt_print()
1899 (void) fflush(log_file); in fmt_print()
1961 (void) fprintf(log_file, "\n"); in log_print()
1964 (void) fflush(log_file); in log_print()
1999 if (log_file) { in err_print()
2001 (void) fprintf(log_file, "\n"); in err_print()
2004 (void) fflush(log_file); in err_print()
[all …]
H A Danalyze.c260 if (log_file) { in do_scan()
382 if (log_file) { in do_scan()
425 if (log_file && scan_cur_block >= 0) { in do_scan()
H A Dmain.c64 FILE *log_file; variable
140 if ((log_file = fopen(option_l, "w")) == NULL) { in main()
H A Dglobal.h88 extern FILE *log_file; /* log file pointer */
H A Dmisc.c345 if (log_file && scan_cur_block >= 0) { in cleanup()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c79 static int log_file_create(caddr_t, struct log_file **);
80 static void log_file_rele(struct log_file *);
85 static void nfslog_logfile_wait(struct log_file *);
304 struct log_file *logfile; in log_buffer_create()
427 log_file_create(caddr_t origname, struct log_file **lfpp) in log_file_create()
433 struct log_file *logfile = NULL; in log_file_create()
540 log_file_rele(struct log_file *lfp) in log_file_rele()
740 struct log_file *lfp = NULL; in nfslog_records_flush_to_disk_nolock()
910 struct log_file *lf; in nfslog_logbuffer_rename()
912 struct log_file *logfile; in nfslog_logbuffer_rename()
[all …]
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dlogger.c171 struct log_file { struct
180 } log_file; member
191 #define lfu_filep log_union.log_file.lf_filep
192 #define lfu_fname log_union.log_file.lf_fname
193 #define lfu_fopen_mode log_union.log_file.lf_fopen_mode
194 #define lfu_rotate_period log_union.log_file.lf_rotate_period
195 #define lfu_last_rotated log_union.log_file.lf_last_rotated
196 #define lfu_rotate_versions log_union.log_file.lf_rotate_versions
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dlogger.c171 struct log_file { struct
180 } log_file; member
191 #define lfu_filep log_union.log_file.lf_filep
192 #define lfu_fname log_union.log_file.lf_fname
193 #define lfu_fopen_mode log_union.log_file.lf_fopen_mode
194 #define lfu_rotate_period log_union.log_file.lf_rotate_period
195 #define lfu_last_rotated log_union.log_file.lf_last_rotated
196 #define lfu_rotate_versions log_union.log_file.lf_rotate_versions
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dlogging.h33 typedef enum { log_syslog, log_file, log_null } log_channel_type; enumerator
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_handler.c591 HANDL_RQ(log_file, 3),
592 HANDL_RQ(log_file, 4),
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dsvc-route99 "$options" "T" log_file
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h336 struct log_file { struct
372 struct log_file *lb_logfile; /* points to log_file structure */
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c467 log_file(dblp, lsn, namep, len) in log_file() function
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h760 int log_file __P((DB_LOG *, const DB_LSN *, char *, size_t));
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog4591 Show $log_file if --debug was given on the command line.