Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c284 fmd_module_recv(fmd_module_hdl("zfs-diagnosis"), nvl, class); in zfs_agent_dispatch()
299 fmd_module_recv(fmd_module_hdl("zfs-retire"), nvl, class); in zfs_agent_dispatch()
H A Dfmd_api.h232 extern void fmd_module_recv(fmd_hdl_t *, nvlist_t *, const char *);
H A Dfmd_api.c739 fmd_module_recv(fmd_hdl_t *hdl, nvlist_t *nvl, const char *class) in fmd_module_recv() function