Home
last modified time | relevance | path

Searched refs:fmd_log_label (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.h55 extern const char *fmd_log_label(fmd_log_t *);
H A Dmapfile-vers54 fmd_log_label;
H A Dfmd_log.c529 fmd_log_label(fmd_log_t *lp) in fmd_log_label() function
/titanic_50/usr/src/cmd/fm/fminject/common/
H A Dinj_log.c108 const char *label = fmd_log_label(lp); in inj_logfile_read()
/titanic_50/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1396 else if (strcmp(fmd_log_label(lp), fmdump_flt_ops.do_label) == 0) in main()
1398 else if (strcmp(fmd_log_label(lp), fmdump_asru_ops.do_label) == 0) in main()
1400 else if (strcmp(fmd_log_label(lp), fmdump_info_ops.do_label) == 0) in main()
1425 "log of type %s: %s\n", fmd_log_label(lp), ifile); in main()