Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.h158 extern int64_t fmd_prop_get_int64(fmd_hdl_t *, const char *);
H A Dzfs_diagnosis.c791 fmd_prop_get_int64(hdl, "io_T")); in zfs_fm_recv()
804 fmd_prop_get_int64(hdl, "checksum_T")); in zfs_fm_recv()
953 zfs_remove_timeout = fmd_prop_get_int64(hdl, "remove_timeout"); in _zfs_diagnosis_init()
H A Dfmd_api.c235 fmd_prop_get_int64(fmd_hdl_t *hdl, const char *name) in fmd_prop_get_int64() function