Home
last modified time | relevance | path

Searched refs:fmds_type (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ustat.c99 if (ep->use_stat->fmds_type == FMD_TYPE_STRING) in fmd_ustat_destroy()
137 if (sp->fmds_type == FMD_TYPE_STRING && in fmd_ustat_snapshot()
168 if (strfree && ep->use_stat->fmds_type == FMD_TYPE_STRING) in fmd_ustat_delete_locked()
230 if (sp->fmds_type > FMD_TYPE_SIZE) { in fmd_ustat_insert()
232 "is not valid\n", sp->fmds_name, sp->fmds_type); in fmd_ustat_insert()
237 if (sp->fmds_type == FMD_TYPE_STRING) in fmd_ustat_insert()
287 if (sp->fmds_type == FMD_TYPE_STRING && in fmd_ustat_insert()
329 if (ep->use_stat->fmds_type == FMD_TYPE_STRING) in fmd_ustat_delete_references()
H A Dfmd_rpc_adm.c1031 if (sp->fmds_type == FMD_TYPE_STRING && in fmd_adm_xprtstat_1_svc()
1061 rv &= xdr_u_int(xp, &sp->fmds_type); in xdr_fmd_stat()
1064 switch (sp->fmds_type) { in xdr_fmd_stat()
H A Dfmd_api.h91 uint_t fmds_type; /* statistic type (see above) */ member
H A Dfmd_mdb.c554 switch (s.fmds_type) { in fmd_stat()
594 s.fmds_type, s.fmds_name); in fmd_stat()
H A Dfmd.c548 sp->fmds_type = FMD_TYPE_UINT64; in fmd_create()
H A Dfmd_api.c1045 if (sp->fmds_type != FMD_TYPE_STRING) { in fmd_stat_setstr()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dstats.c84 ret->fmd_stats.fmds_type = FMD_TYPE_INT32; in stats_new()
88 ret->fmd_stats.fmds_type = FMD_TYPE_TIME; in stats_new()
92 ret->fmd_stats.fmds_type = FMD_TYPE_STRING; in stats_new()
/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c292 if (tsp->fmds_type != nsp->fmds_type) { in modstat_compute()
294 nsp->fmds_name, tsp->fmds_type, in modstat_compute()
295 nsp->fmds_type); in modstat_compute()
553 switch (sp->fmds_type) { in stat_mod()
576 switch (sp->fmds_type) { in stat_mod()
607 "<<type=%u>>\n", sp->fmds_type); in stat_mod()
/illumos-gate/usr/src/lib/fm/libfmd_adm/common/
H A Dfmd_adm.c1097 rv &= xdr_u_int(xp, &sp->fmds_type); in xdr_fmd_stat()
1100 switch (sp->fmds_type) { in xdr_fmd_stat()