/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_main.c | 644 cma.cma_cpu_tries = fmd_prop_get_int32(hdl, "cpu_tries"); in _fmd_init() 658 cma.cma_cpu_dooffline = fmd_prop_get_int32(hdl, "cpu_offline_enable"); in _fmd_init() 659 cma.cma_cpu_forcedoffline = fmd_prop_get_int32(hdl, in _fmd_init() 661 cma.cma_cpu_doonline = fmd_prop_get_int32(hdl, "cpu_online_enable"); in _fmd_init() 662 cma.cma_cpu_doblacklist = fmd_prop_get_int32(hdl, in _fmd_init() 664 cma.cma_cpu_dounblacklist = fmd_prop_get_int32(hdl, in _fmd_init() 666 cma.cma_page_doretire = fmd_prop_get_int32(hdl, "page_retire_enable"); in _fmd_init() 667 cma.cma_page_dounretire = fmd_prop_get_int32(hdl, in _fmd_init()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft.c | 288 Estats = fmd_prop_get_int32(hdl, "estats"); in _fmd_init() 331 Verbose = fmd_prop_get_int32(hdl, "verbose"); in _fmd_init() 332 Warn = fmd_prop_get_int32(hdl, "warn"); in _fmd_init() 335 Max_fme = fmd_prop_get_int32(hdl, "maxfme"); in _fmd_init()
|
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/ |
H A D | ip.c | 958 if (fmd_prop_get_int32(hdl, "ip_enable") == FMD_B_FALSE) { in _fmd_init() 970 ip_mtbf = fmd_prop_get_int32(hdl, "ip_mtbf"); in _fmd_init() 971 ip_external = fmd_prop_get_int32(hdl, "ip_external"); in _fmd_init() 972 ip_no_remote_repair = fmd_prop_get_int32(hdl, "ip_no_remote_repair"); in _fmd_init() 973 ip_hconly = fmd_prop_get_int32(hdl, "ip_hconly"); in _fmd_init() 974 ip_rdonly = fmd_prop_get_int32(hdl, "ip_rdonly"); in _fmd_init() 975 ip_hc_present_only = fmd_prop_get_int32(hdl, "ip_hc_present_only"); in _fmd_init() 977 ip_qlen = fmd_prop_get_int32(hdl, "ip_qlen"); in _fmd_init() 978 ip_retry = fmd_prop_get_int32(hdl, "ip_retry"); in _fmd_init() 980 ip_translate = fmd_prop_get_int32(hdl, "ip_translate"); in _fmd_init() [all …]
|
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_outbound.c | 101 if (fmd_prop_get_int32(hdl, "protocol_forward_disable") == B_TRUE) { in fmevt_init_outbound() 121 channel_depth = fmd_prop_get_int32(hdl, "outbound_channel_depth"); in fmevt_init_outbound()
|
H A D | fmevt_inbound_smf.c | 143 if (!fmd_prop_get_int32(fmevt_hdl, "inbound_postprocess_smf")) in fmevt_pp_smf()
|
/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/ |
H A D | syslog.c | 360 if (fmd_prop_get_int32(hdl, "gmt") == FMD_B_TRUE && in _fmd_init() 389 syslog_file = fmd_prop_get_int32(hdl, "syslogd"); in _fmd_init() 390 syslog_cons = fmd_prop_get_int32(hdl, "console"); in _fmd_init() 391 syslog_msgall = fmd_prop_get_int32(hdl, "message_all"); in _fmd_init()
|
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/ |
H A D | fdd_msg.c | 164 fma_cap = fmd_prop_get_int32(hdl, cl->propname); in get_cap_conf() 169 fma_cap = fmd_prop_get_int32(hdl, "default_fma_cap"); in get_cap_conf()
|
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/ |
H A D | ses_log_transport.c | 1180 slmp->slt_severity = fmd_prop_get_int32(hdl, "severity"); in _fmd_init() 1186 slmp->slt_log_count = fmd_prop_get_int32(hdl, "logcount"); in _fmd_init() 1191 slmp->slt_max_log_size = fmd_prop_get_int32(hdl, "maxlogsize"); in _fmd_init()
|
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/ |
H A D | zfs_retire.c | 459 if (fmd_prop_get_int32(hdl, "spare_on_remove")) in zfs_retire_recv() 502 fmd_prop_get_int32(hdl, "ssm_wearout_skip_retire") == in zfs_retire_recv()
|
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs_de.c | 933 fmd_prop_get_int32(hdl, "io_N"), in zfs_fm_recv() 946 fmd_prop_get_int32(hdl, "checksum_N"), in zfs_fm_recv() 976 fmd_prop_get_int32(hdl, "probe_N"), in zfs_fm_recv()
|
/illumos-gate/usr/src/cmd/fm/modules/common/io-retire/ |
H A D | rio_main.c | 333 global_disable = fmd_prop_get_int32(hdl, "global-disable"); in _fmd_init()
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_api.h | 159 extern int32_t fmd_prop_get_int32(fmd_hdl_t *, const char *);
|
H A D | fmd_api.map | 102 fmd_prop_get_int32 { TYPE = function; FLAGS = extern };
|
H A D | fmd_api.c | 936 fmd_prop_get_int32(fmd_hdl_t *hdl, const char *name) in fmd_prop_get_int32() function
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/ |
H A D | disk_transport.c | 172 fmd_prop_get_int32(dmp->dm_hdl, in dt_analyze_disk()
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | diskmon_conf.c | 802 u64 = fmd_prop_get_int32(hdl, GLOBAL_PROP_LOG_LEVEL); in config_get() 816 u64 = fmd_prop_get_int32(hdl, fmd_props[i].fmdp_name); in config_get()
|
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/ |
H A D | sensor_transport.c | 474 stp->st_tolerance = fmd_prop_get_int32(hdl, "tolerance"); in _fmd_init()
|
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/ |
H A D | sw_main_cmn.c | 356 if (fmd_prop_get_int32(hdl, "enable") != B_TRUE) { in sw_fmd_init()
|