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

/opensolaris-onvv-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`
339 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
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`
429 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
433 if grep "Error [0-9]*: " $log_file >/dev/null; then
448 rm -f $log_file
[all...]
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c90 if (chan == NULL || chan->type != log_file) {
164 if (chan == NULL || chan->type != log_file) {
182 if (lcl->channel->type == log_file &&
190 if (chan == NULL || chan->type != log_file) {
199 if (chan == NULL || chan->type != log_file) {
384 case log_file:
607 chan->type = log_file;
643 if (chan->type != log_file) {
703 if (chan->type == log_file) {
/opensolaris-onvv-gate/usr/src/lib/libresolv2/include/isc/
H A Dlogging.h33 typedef enum { log_syslog, log_file, log_null } log_channel_type; enumerator in enum:__anon4249
/opensolaris-onvv-gate/usr/src/cmd/format/
H A Dio.c705 else if (log_file) {
1054 if (log_file)
1924 if (log_file) {
1926 (void) fprintf(log_file, "\n");
1928 (void) vfprintf(log_file, format, ap);
1929 (void) fflush(log_file);
1991 (void) fprintf(log_file, "\n");
1993 (void) vfprintf(log_file, format, ap);
1994 (void) fflush(log_file);
2029 if (log_file) {
[all...]
H A Danalyze.c271 if (log_file) {
393 if (log_file) {
436 if (log_file && scan_cur_block >= 0) {
H A Dglobal.h88 FILE *log_file; /* log file pointer */ variable
H A Dmain.c114 if ((log_file = fopen(option_l, "w")) == NULL) {
H A Dmisc.c369 if (log_file && scan_cur_block >= 0) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c76 static int log_file_create(caddr_t, struct log_file **);
77 static void log_file_rele(struct log_file *);
82 static void nfslog_logfile_wait(struct log_file *);
87 static int nfslog_write_logrecords(struct log_file *, struct lr_alloc *, int);
293 * Creates the corresponding log_buffer and log_file structures
301 struct log_file *logfile;
418 * Creates the corresponding log_file structure for the buffer
421 * 'logfile' is set to be the log_file structure with reference one.
424 log_file_create(caddr_t origname, struct log_file **lfpp)
430 struct log_file *logfil
[all...]
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/tools/rds/
H A Drds.c82 static char *log_file = NULL; variable
922 log_file = optarg;
953 if (log_file != NULL)
954 log_open(log_file);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dsvc-route97 "$options" "T" log_file
134 log_file T`"
/opensolaris-onvv-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dlogger.c172 struct log_file {
181 } log_file;
192 #define lfu_filep log_union.log_file.lf_filep
193 #define lfu_fname log_union.log_file.lf_fname
194 #define lfu_fopen_mode log_union.log_file.lf_fopen_mode
195 #define lfu_rotate_period log_union.log_file.lf_rotate_period
196 #define lfu_last_rotated log_union.log_file.lf_last_rotated
197 #define lfu_rotate_versions log_union.log_file.lf_rotate_versions
171 struct log_file { struct in union:log_entry::log_union
180 } log_file; member in union:log_entry::log_union
/opensolaris-onvv-gate/usr/src/lib/krb5/kadm5/srv/
H A Dlogger.c172 struct log_file {
181 } log_file;
192 #define lfu_filep log_union.log_file.lf_filep
193 #define lfu_fname log_union.log_file.lf_fname
194 #define lfu_fopen_mode log_union.log_file.lf_fopen_mode
195 #define lfu_rotate_period log_union.log_file.lf_rotate_period
196 #define lfu_last_rotated log_union.log_file.lf_last_rotated
197 #define lfu_rotate_versions log_union.log_file.lf_rotate_versions
171 struct log_file { struct in union:log_entry::log_union
180 } log_file; member in union:log_entry::log_union
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_handler.c588 HANDL_RQ(log_file, 3),
589 HANDL_RQ(log_file, 4),
/opensolaris-onvv-gate/usr/src/uts/common/nfs/
H A Dexport.h269 struct log_file { struct
280 * log_file and log_buffer flags.
305 struct log_file *lb_logfile; /* points to log_file structure */
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c463 * log_file --
467 log_file(dblp, lsn, namep, len) function
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/
H A Ddb.h760 int log_file __P((DB_LOG *, const DB_LSN *, char *, size_t));

Completed in 139 milliseconds