| /onnv/onnv-gate/usr/src/cmd/fm/fmdump/common/ |
| error.c | 37 fmdump_date(buf, sizeof (buf), rp), rp->rec_class); 52 fmdump_date(buf, sizeof (buf), rp), rp->rec_class, ena); 64 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, rp->rec_class);
|
| asru.c | 38 fmdump_date(buf, sizeof (buf), rp), rp->rec_class);
|
| /onnv/onnv-gate/usr/src/cmd/fm/fminject/common/ |
| inj_log.c | 67 ilf->ilf_index, rp->rec_class, ilf->ilf_sec, ilf->ilf_nsec); 88 ev->defn_name = inj_strdup(rp->rec_class); 92 die("failed to allocate nvl for %s event", rp->rec_class);
|
| /onnv/onnv-gate/usr/src/lib/fm/libfmd_log/common/ |
| fmd_filter.c | 44 if (gmatch(rp->rec_class, arg)) 48 if (! gmatch(rp->rec_class, FM_LIST_EVENT ".*") ||
|
| fmd_log.h | 76 const char *rec_class; /* protocol event class */ member in struct:fmd_log_record
|
| fmd_log.c | 160 FM_CLASS, (char **)&rp->rec_class) != 0) {
|