Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd.c71 static char _fmd_plat[MAXNAMELEN]; /* native platform string */ variable
282 { "platform", &fmd_conf_string, _fmd_plat }, /* platform string (uname -i) */
385 (void) sysinfo(SI_PLATFORM, _fmd_plat, sizeof (_fmd_plat)); in fmd_create()
448 dp->d_platform = _fmd_plat; in fmd_create()