Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c316 fmd_module_recv(fmd_module_hdl("zfs-diagnosis"), nvl, class); in zfs_agent_dispatch()
331 fmd_module_recv(fmd_module_hdl("zfs-retire"), nvl, class); in zfs_agent_dispatch()
H A Dfmd_api.h229 extern void fmd_module_recv(fmd_hdl_t *, nvlist_t *, const char *);
H A Dfmd_api.c756 fmd_module_recv(fmd_hdl_t *hdl, nvlist_t *nvl, const char *class) in fmd_module_recv() function