Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd.h107 const char *d_machine; /* machine class name (uname -m) */ member
H A Dfmd.c449 dp->d_machine = _fmd_uts.machine; in fmd_create()
465 (void) fmd_conf_getprop(dp->d_conf, "machine", &dp->d_machine); in fmd_create()
H A Dfmd_conf.c258 { 'm', &fmd.d_machine }, in set_path()