Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd.h106 const char *d_platform; /* platform name (uname -i) */ member
H A Dfmd_fmri.c215 return (fmd.d_platform); in fmd_fmri_get_platform()
H A Dfmd.c448 dp->d_platform = _fmd_plat; in fmd_create()
464 (void) fmd_conf_getprop(dp->d_conf, "platform", &dp->d_platform); in fmd_create()
H A Dfmd_conf.c257 { 'i', &fmd.d_platform }, in set_path()