Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h85 uint_t fmdp_type; /* property type (see above) */ member
H A Dfmd_api.c433 if (prop->fmdp_type >= in fmd_hdl_register()
437 prop->fmdp_name, prop->fmdp_type); in fmd_hdl_register()
450 cfp->cf_ops = _fmd_prop_ops[prop->fmdp_type]; in fmd_hdl_register()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c812 switch (fmd_props[i].fmdp_type) { in config_get()