Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd.h108 const char *d_isaname; /* processor ISA name (uname -p) */ member
H A Dfmd.c450 dp->d_isaname = _fmd_isa; in fmd_create()
466 (void) fmd_conf_getprop(dp->d_conf, "isaname", &dp->d_isaname); in fmd_create()
H A Dfmd_conf.c259 { 'p', &fmd.d_isaname }, in set_path()