/titanic_44/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | disk_monitor.c | 77 static const fmd_prop_t fmd_props[]; variable 323 static const fmd_prop_t fmd_props[] = { variable 332 fmd_props 353 if (config_get(hdl, fmd_props)) { in _fmd_init()
|
H A D | diskmon_conf.c | 792 config_get(fmd_hdl_t *hdl, const fmd_prop_t *fmd_props) in config_get() argument 808 while (fmd_props[i].fmdp_name != NULL) { in config_get() 810 nvp.name = (char *)fmd_props[i].fmdp_name; in config_get() 812 switch (fmd_props[i].fmdp_type) { in config_get() 816 u64 = fmd_prop_get_int32(hdl, fmd_props[i].fmdp_name); in config_get() 821 u64 = fmd_prop_get_int64(hdl, fmd_props[i].fmdp_name); in config_get() 825 str = fmd_prop_get_string(hdl, fmd_props[i].fmdp_name); in config_get()
|
H A D | diskmon_conf.h | 242 extern int config_get(fmd_hdl_t *hdl, const fmd_prop_t *fmd_props);
|
/titanic_44/usr/src/cmd/fm/modules/common/sp-monitor/ |
H A D | sp_monitor.c | 127 static const fmd_prop_t fmd_props[] = { variable 133 "Service Processor Monitor", "1.0", &fmd_ops, fmd_props
|
/titanic_44/usr/src/cmd/fm/modules/sun4u/datapath-retire/ |
H A D | cda_main.c | 156 static const fmd_prop_t fmd_props[] = { variable 165 "Datapath Retire Agent", CDA_VERSION, &fmd_ops, fmd_props
|
/titanic_44/usr/src/cmd/fm/modules/sun4v/generic-mem/ |
H A D | gmem_main.c | 118 static const fmd_prop_t fmd_props[] = { variable 138 "SPARC-Generic-Memory Diagnosis", GMEM_VERSION, &fmd_ops, fmd_props
|
/titanic_44/usr/src/cmd/fm/modules/common/fdd-msg/ |
H A D | fdd_msg.c | 251 static const fmd_prop_t fmd_props[] = { variable 262 "FMA Capability Messenger", "1.1", &fmd_ops, fmd_props
|
/titanic_44/usr/src/cmd/fm/modules/common/disk-lights/ |
H A D | disk_lights.c | 85 static const fmd_prop_t fmd_props[] = { variable 95 fmd_props
|
/titanic_44/usr/src/cmd/fm/modules/common/disk-transport/ |
H A D | disk_transport.c | 247 static const fmd_prop_t fmd_props[] = { variable 265 "Disk Transport Agent", "1.0", &fmd_ops, fmd_props
|
/titanic_44/usr/src/cmd/fm/modules/common/sensor-transport/ |
H A D | sensor_transport.c | 354 static const fmd_prop_t fmd_props[] = { variable 371 "Sensor Transport Agent", "1.1", &fmd_ops, fmd_props
|
/titanic_44/usr/src/cmd/fm/modules/common/syslog-msgs/ |
H A D | syslog.c | 315 static const fmd_prop_t fmd_props[] = { variable 334 "Syslog Messaging Agent", "1.1", &fmd_ops, fmd_props
|
/titanic_44/usr/src/cmd/fm/modules/common/zfs-retire/ |
H A D | zfs_retire.c | 562 static const fmd_prop_t fmd_props[] = { variable 568 "ZFS Retire Agent", "1.0", &fmd_ops, fmd_props
|
/titanic_44/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_main.c | 571 static const fmd_prop_t fmd_props[] = { variable 596 "CPU/Memory Retire Agent", CMA_VERSION, &fmd_ops, fmd_props
|
/titanic_44/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_main.c | 517 static const fmd_prop_t fmd_props[] = { variable 591 "CPU/Memory Diagnosis", CMD_VERSION, &fmd_ops, fmd_props
|
/titanic_44/usr/src/cmd/fm/modules/common/ses-log-transport/ |
H A D | ses_log_transport.c | 57 static const fmd_prop_t fmd_props[] = { variable 1137 "SES Log Transport Agent", "1.0", &fmd_ops, fmd_props
|
/titanic_44/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs_de.c | 965 static const fmd_prop_t fmd_props[] = { variable 975 "ZFS Diagnosis Engine", "1.0", &fmd_ops, fmd_props
|
/titanic_44/usr/src/cmd/fm/modules/common/ip-transport/ |
H A D | ip.c | 895 static const fmd_prop_t fmd_props[] = { variable 928 "IP Transport Agent", "1.0", &fmd_ops, fmd_props
|
/titanic_44/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm.c | 102 static const fmd_prop_t fmd_props[] = { variable 117 "FMA Event Transport Module", "1.2", &fmd_ops, fmd_props
|