Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ustat.h78 #if FMD_STAT_ALLOC != FMD_USTAT_ALLOC
H A Dfmd_api.h165 #define FMD_STAT_ALLOC 0x1 /* fmd should allocate stats memory */ macro
H A Dfmd_api.c1016 if (flags & ~FMD_STAT_ALLOC) { in fmd_stat_create()