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.c321 fmd_module_recv(fmd_module_hdl("zfs-diagnosis"), nvl, class); in zfs_agent_dispatch()
336 fmd_module_recv(fmd_module_hdl("zfs-retire"), nvl, class); in zfs_agent_dispatch()
407 hdl = fmd_module_hdl("zfs-diagnosis"); in zfs_agent_init()
412 hdl = fmd_module_hdl("zfs-retire"); in zfs_agent_init()
448 if ((hdl = fmd_module_hdl("zfs-retire")) != NULL) { in zfs_agent_fini()
452 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