Home
last modified time | relevance | path

Searched refs:FMD_USTAT_ALLOC (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_ustat.h73 #define FMD_USTAT_ALLOC 0x1 /* fmd should allocate stats memory */ macro
80 #if FMD_STAT_ALLOC != FMD_USTAT_ALLOC
H A Dfmd_ustat.c194 if (flags & FMD_USTAT_ALLOC) { in fmd_ustat_insert()
202 if (flags & FMD_USTAT_ALLOC) in fmd_ustat_insert()
H A Dfmd_module.c221 FMD_USTAT_ALLOC, sizeof (_fmd_modstat_tmpl) / sizeof (fmd_stat_t), in fmd_module_create()