Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.h157 extern int32_t fmd_prop_get_int32(fmd_hdl_t *, const char *);
H A Dzfs_diagnosis.c790 fmd_prop_get_int32(hdl, "io_N"), in zfs_fm_recv()
803 fmd_prop_get_int32(hdl, "checksum_N"), in zfs_fm_recv()
H A Dzfs_retire.c358 } else if (!fmd_prop_get_int32(hdl, "spare_on_remove") || in zfs_retire_recv()
H A Dfmd_api.c218 fmd_prop_get_int32(fmd_hdl_t *hdl, const char *name) in fmd_prop_get_int32() function