fmd_prop_get_int64
extern int64_t fmd_prop_get_int64(fmd_hdl_t *, const char *);
nsec = fmd_prop_get_int64(hdl, "cpu_delay");
cma.cma_page_mindelay = fmd_prop_get_int64(hdl, "page_ret_mindelay");
cma.cma_page_maxdelay = fmd_prop_get_int64(hdl, "page_ret_maxdelay");
cma.cma_cpu_mindelay = fmd_prop_get_int64(hdl, "cpu_ret_mindelay");
cma.cma_cpu_maxdelay = fmd_prop_get_int64(hdl, "cpu_ret_maxdelay");
dl->dl_poll_interval = fmd_prop_get_int64(hdl, DL_PROP_POLL_INTERVAL);
dl->dl_coalesce_interval = fmd_prop_get_int64(hdl,
u64 = fmd_prop_get_int64(hdl, fmd_props[i].fmdp_name);
fmd_prop_get_int64(hdl, "min-interval"));
dmp->dm_interval = fmd_prop_get_int64(hdl, "interval");
Reconn_timeout = fmd_prop_get_int64(hdl, "reconnect_timeout");
Reconn_interval = fmd_prop_get_int64(hdl, "reconnect_interval");
Rw_timeout = fmd_prop_get_int64(hdl, "rw_timeout");
Hesitate = fmd_prop_get_int64(hdl, "hesitate");
ip_burp = fmd_prop_get_int64(hdl, "ip_burp");
ip_sleep = fmd_prop_get_int64(hdl, "ip_sleep");
ip_size = (size_t)fmd_prop_get_int64(hdl, "ip_bufsize");
stp->st_interval = fmd_prop_get_int64(hdl, "interval");
slmp->slt_interval = fmd_prop_get_int64(hdl, "interval");
smp->sm_interval = fmd_prop_get_int64(hdl, "interval");
zfs_remove_timeout = fmd_prop_get_int64(hdl, "remove_timeout");
fmd_prop_get_int64(hdl, "io_T"));
fmd_prop_get_int64(hdl, "checksum_T"));
fmd_prop_get_int64(hdl, "probe_T"));