Home
last modified time | relevance | path

Searched refs:fmd_prop_get_int64 (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_main.c646 nsec = fmd_prop_get_int64(hdl, "cpu_delay"); in _fmd_init()
650 cma.cma_page_mindelay = fmd_prop_get_int64(hdl, "page_ret_mindelay"); in _fmd_init()
651 cma.cma_page_maxdelay = fmd_prop_get_int64(hdl, "page_ret_maxdelay"); in _fmd_init()
654 cma.cma_cpu_mindelay = fmd_prop_get_int64(hdl, "cpu_ret_mindelay"); in _fmd_init()
655 cma.cma_cpu_maxdelay = fmd_prop_get_int64(hdl, "cpu_ret_maxdelay"); in _fmd_init()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-lights/
H A Ddisk_lights.c312 dl->dl_poll_interval = fmd_prop_get_int64(hdl, DL_PROP_POLL_INTERVAL); in _fmd_init()
313 dl->dl_coalesce_interval = fmd_prop_get_int64(hdl, in _fmd_init()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/
H A Ddisk_transport.c247 fmd_prop_get_int64(hdl, "min-interval")); in dt_topo_change()
290 dmp->dm_interval = fmd_prop_get_int64(hdl, "interval"); in _fmd_init()
/illumos-gate/usr/src/cmd/fm/modules/common/sp-monitor/
H A Dsp_monitor.c181 smp->sm_interval = fmd_prop_get_int64(hdl, "interval"); in _fmd_init()
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c934 fmd_prop_get_int64(hdl, "io_T")); in zfs_fm_recv()
947 fmd_prop_get_int64(hdl, "checksum_T")); in zfs_fm_recv()
977 fmd_prop_get_int64(hdl, "probe_T")); in zfs_fm_recv()
1121 zfs_remove_timeout = fmd_prop_get_int64(hdl, "remove_timeout"); in _fmd_init()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft.c333 Hesitate = fmd_prop_get_int64(hdl, "hesitate"); in _fmd_init()
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c969 ip_burp = fmd_prop_get_int64(hdl, "ip_burp"); in _fmd_init()
979 ip_sleep = fmd_prop_get_int64(hdl, "ip_sleep"); in _fmd_init()
982 ip_size = (size_t)fmd_prop_get_int64(hdl, "ip_bufsize"); in _fmd_init()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h160 extern int64_t fmd_prop_get_int64(fmd_hdl_t *, const char *);
H A Dfmd_api.map103 fmd_prop_get_int64 { TYPE = function; FLAGS = extern };
H A Dfmd_api.c958 fmd_prop_get_int64(fmd_hdl_t *hdl, const char *name) in fmd_prop_get_int64() function
/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm.c1463 Reconn_timeout = fmd_prop_get_int64(hdl, "reconnect_timeout"); in _fmd_init()
1464 Reconn_interval = fmd_prop_get_int64(hdl, "reconnect_interval"); in _fmd_init()
1465 Rw_timeout = fmd_prop_get_int64(hdl, "rw_timeout"); in _fmd_init()
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c473 stp->st_interval = fmd_prop_get_int64(hdl, "interval"); in _fmd_init()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c821 u64 = fmd_prop_get_int64(hdl, fmd_props[i].fmdp_name); in config_get()
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c1173 slmp->slt_interval = fmd_prop_get_int64(hdl, "interval"); in _fmd_init()