Home
last modified time | relevance | path

Searched refs:fmd_module_hdl (Results 1 – 4 of 4) 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()
402 hdl = fmd_module_hdl("zfs-diagnosis"); in zfs_agent_init()
407 hdl = fmd_module_hdl("zfs-retire"); in zfs_agent_init()
443 if ((hdl = fmd_module_hdl("zfs-retire")) != NULL) { in zfs_agent_fini()
447 if ((hdl = fmd_module_hdl("zfs-diagnosis")) != NULL) { in zfs_agent_fini()
H A Dfmd_api.h227 extern fmd_hdl_t *fmd_module_hdl(const char *);
H A Dzfs_retire.c112 fmd_hdl_debug(fmd_module_hdl("zfs-retire"), in find_vdev()
H A Dfmd_api.c732 fmd_module_hdl(const char *name) in fmd_module_hdl() function