Home
last modified time | relevance | path

Searched refs:fmd_prop_get_int32 (Results 1 – 25 of 27) sorted by relevance

12

/titanic_50/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_main.c199 gmem.gm_max_retired_pages = fmd_prop_get_int32(hdl, in _fmd_init()
202 gmem.gm_ce_n = fmd_prop_get_int32(hdl, "ce_n"); in _fmd_init()
204 gmem.gm_filter_ratio = fmd_prop_get_int32(hdl, "filter_ratio"); in _fmd_init()
205 gmem.gm_low_ce_thresh = fmd_prop_get_int32(hdl, "low_ce_thresh"); in _fmd_init()
206 gmem.gm_nupos = fmd_prop_get_int32(hdl, "nupos"); in _fmd_init()
207 gmem.gm_dupce = fmd_prop_get_int32(hdl, "dupce"); in _fmd_init()
/titanic_50/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_main.c837 cmd.cmd_xxcu_ntrw = fmd_prop_get_int32(hdl, "num_xxcu_waiters"); in _fmd_init()
840 cmd.cmd_low_ce_thresh = fmd_prop_get_int32(hdl, "low_ce_thresh"); in _fmd_init()
841 cmd.cmd_hi_ce_thresh = fmd_prop_get_int32(hdl, "hi_ce_thresh"); in _fmd_init()
842 cmd.cmd_dupce = fmd_prop_get_int32(hdl, "dupce"); in _fmd_init()
843 cmd.cmd_nupos = fmd_prop_get_int32(hdl, "nupos"); in _fmd_init()
850 cmd.cmd_l2data_serd.cs_n = fmd_prop_get_int32(hdl, "l2data_n"); in _fmd_init()
854 cmd.cmd_l3data_serd.cs_n = fmd_prop_get_int32(hdl, "l3data_n"); in _fmd_init()
858 cmd.cmd_miscregs_serd.cs_n = fmd_prop_get_int32(hdl, "misc_regs_n"); in _fmd_init()
862 cmd.cmd_dcache_serd.cs_n = fmd_prop_get_int32(hdl, "dcache_n"); in _fmd_init()
866 cmd.cmd_icache_serd.cs_n = fmd_prop_get_int32(hdl, "icache_n"); in _fmd_init()
H A Dcmd_cpuerr.c71 fmd_prop_get_int32(hdl, serdn), in cmd_cpuerr_common()
/titanic_50/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_main.c644 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()
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Deft.c288 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()
/titanic_50/usr/src/cmd/fm/modules/sun4u/datapath-retire/
H A Dcda_main.c205 cda.cda_cpu_tries = fmd_prop_get_int32(hdl, "cpu_tries"); in _fmd_init()
211 cda.cda_cpu_dooffline = fmd_prop_get_int32(hdl, in _fmd_init()
213 cda.cda_cpu_forcedoffline = fmd_prop_get_int32(hdl, in _fmd_init()
/titanic_50/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c957 if (fmd_prop_get_int32(hdl, "ip_enable") == FMD_B_FALSE) { in _fmd_init()
969 ip_mtbf = fmd_prop_get_int32(hdl, "ip_mtbf"); in _fmd_init()
970 ip_external = fmd_prop_get_int32(hdl, "ip_external"); in _fmd_init()
971 ip_no_remote_repair = fmd_prop_get_int32(hdl, "ip_no_remote_repair"); in _fmd_init()
972 ip_hconly = fmd_prop_get_int32(hdl, "ip_hconly"); in _fmd_init()
973 ip_rdonly = fmd_prop_get_int32(hdl, "ip_rdonly"); in _fmd_init()
974 ip_hc_present_only = fmd_prop_get_int32(hdl, "ip_hc_present_only"); in _fmd_init()
976 ip_qlen = fmd_prop_get_int32(hdl, "ip_qlen"); in _fmd_init()
977 ip_retry = fmd_prop_get_int32(hdl, "ip_retry"); in _fmd_init()
979 ip_translate = fmd_prop_get_int32(hdl, "ip_translate"); in _fmd_init()
[all …]
/titanic_50/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_outbound.c97 if (fmd_prop_get_int32(hdl, "protocol_forward_disable") == B_TRUE) { in fmevt_init_outbound()
118 channel_depth = fmd_prop_get_int32(hdl, "outbound_channel_depth"); in fmevt_init_outbound()
H A Dfmevt_inbound_smf.c143 if (!fmd_prop_get_int32(fmevt_hdl, "inbound_postprocess_smf")) in fmevt_pp_smf()
/titanic_50/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c360 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()
/titanic_50/usr/src/cmd/fm/modules/common/fdd-msg/
H A Dfdd_msg.c164 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()
/titanic_50/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_oplerr.c258 if (dimm->dimm_nretired >= fmd_prop_get_int32(hdl, in opl_ce_thresh_check()
400 fmd_prop_get_int32(hdl, "ce_n"), in cmd_opl_mac_ce()
H A Dcmd_Lxcacheerr.c1159 fmd_prop_get_int32(hdl, serdn), in cmd_us4plus_tag_err()
1255 fmd_prop_get_int32(hdl, serdn), in cmd_us4plus_tag_err()
/titanic_50/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c1180 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()
/titanic_50/usr/src/cmd/fm/modules/common/io-retire/
H A Drio_main.c333 global_disable = fmd_prop_get_int32(hdl, "global-disable"); in _fmd_init()
/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h159 extern int32_t fmd_prop_get_int32(fmd_hdl_t *, const char *);
H A Dfmd_api.map102 fmd_prop_get_int32 { TYPE = function; FLAGS = extern };
/titanic_50/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c3770 etm_fma_resp_wait_time = fmd_prop_get_int32(hdl, in _fmd_init()
3772 etm_debug_lvl = fmd_prop_get_int32(hdl, ETM_PROP_NM_DEBUG_LVL); in _fmd_init()
3773 etm_debug_max_ev_cnt = fmd_prop_get_int32(hdl, in _fmd_init()
3779 etm_resp_q_max_len = fmd_prop_get_int32(hdl, in _fmd_init()
3783 etm_bad_acc_to_sec = fmd_prop_get_int32(hdl, in _fmd_init()
3814 syslog_file = fmd_prop_get_int32(hdl, ETM_PROP_NM_SYSLOGD); in _fmd_init()
3815 syslog_cons = fmd_prop_get_int32(hdl, ETM_PROP_NM_CONSOLE); in _fmd_init()
H A Detm_xport_api_dd.c737 etm_xport_debug_lvl = fmd_prop_get_int32(hdl, ETM_PROP_NM_DEBUG_LVL); in etm_xport_init()
/titanic_50/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c802 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()
/titanic_50/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c399 stp->st_tolerance = fmd_prop_get_int32(hdl, "tolerance"); in _fmd_init()
/titanic_50/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c858 fmd_prop_get_int32(hdl, "io_N"), in zfs_fm_recv()
871 fmd_prop_get_int32(hdl, "checksum_N"), in zfs_fm_recv()
/titanic_50/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw_main_cmn.c356 if (fmd_prop_get_int32(hdl, "enable") != B_TRUE) { in sw_fmd_init()
/titanic_50/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c389 if (fmd_prop_get_int32(hdl, "spare_on_remove")) in zfs_retire_recv()
/titanic_50/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_memerr_arch.c417 fmd_prop_get_int32(hdl, "fbr_n"), in cmd_fb()

12