Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c958 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 Dfmevt_outbound.c101 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 Dfmevt_inbound_smf.c143 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 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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c414 if (fmd_prop_get_int32(hdl, "spare_on_remove")) in zfs_retire_recv()
457 fmd_prop_get_int32(hdl, "ssm_wearout_skip_retire") == in zfs_retire_recv()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c933 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 Drio_main.c333 global_disable = fmd_prop_get_int32(hdl, "global-disable"); in _fmd_init()
/illumos-gate/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 };
H A Dfmd_api.c936 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 Ddisk_transport.c172 fmd_prop_get_int32(dmp->dm_hdl, in dt_analyze_disk()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c474 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 Dsw_main_cmn.c356 if (fmd_prop_get_int32(hdl, "enable") != B_TRUE) { in sw_fmd_init()