Home
last modified time | relevance | path

Searched refs:fmdump_date (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/fm/fmdump/common/
H A Derror.c37 fmdump_date(buf, sizeof (buf), rp), rp->rec_class); in err_short()
52 fmdump_date(buf, sizeof (buf), rp), rp->rec_class, ena); in err_verb1()
H A Dinfo.c37 fmdump_date(buf, sizeof (buf), rp), rp->rec_class); in info_short()
52 fmdump_date(buf, sizeof (buf), rp), uuid, rp->rec_class); in info_verb1()
H A Dasru.c38 fmdump_date(buf, sizeof (buf), rp), rp->rec_class); in asru_short()
67 fmdump_date(buf, sizeof (buf), rp), uuid, state + 1); in asru_verb1()
H A Dfmdump.h99 extern char *fmdump_date(char *, size_t, const fmd_log_record_t *);
H A Dfault.c66 fmdump_date(buf, sizeof (buf), rp), uuid, code); in flt_short()
H A Dfmdump.c140 fmdump_date(char *buf, size_t len, const fmd_log_record_t *rp) in fmdump_date() function