Searched refs:fmd_module_hdl (Results 1 – 4 of 4) sorted by relevance
284 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()370 hdl = fmd_module_hdl("zfs-diagnosis"); in zfs_agent_init()375 hdl = fmd_module_hdl("zfs-retire"); in zfs_agent_init()411 if ((hdl = fmd_module_hdl("zfs-retire")) != NULL) { in zfs_agent_fini()415 if ((hdl = fmd_module_hdl("zfs-diagnosis")) != NULL) { in zfs_agent_fini()
230 extern fmd_hdl_t *fmd_module_hdl(const char *);
107 fmd_hdl_debug(fmd_module_hdl("zfs-retire"), in find_vdev()
715 fmd_module_hdl(const char *name) in fmd_module_hdl() function