Searched refs:fmd_hdl_debug (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | fmd_api.c | 114 fmd_hdl_debug(hdl, "register module"); in fmd_hdl_register() 143 fmd_hdl_debug(hdl, "%s: %llu", in fmd_hdl_unregister() 151 fmd_hdl_debug(hdl, "unregister module"); in fmd_hdl_unregister() 201 fmd_hdl_debug(fmd_hdl_t *hdl, const char *format, ...) in fmd_hdl_debug() function 287 fmd_hdl_debug(hdl, "case opened (%s)", cp->ci_uuid); in fmd_case_open() 307 fmd_hdl_debug(hdl, "case solved (%s)", cp->ci_uuid); in fmd_case_solve() 317 fmd_hdl_debug(hdl, "case closed (%s)", cp->ci_uuid); in fmd_case_close() 334 fmd_hdl_debug(hdl, "case resolved by uuid (%s)", uuid); in fmd_case_uuresolved() 511 fmd_hdl_debug(hdl, "serd_destroy %s", name); in fmd_serd_destroy() 535 fmd_hdl_debug(hdl, "serd_reset %s", name); in fmd_serd_reset() [all …]
|
| H A D | zfs_retire.c | 107 fmd_hdl_debug(fmd_module_hdl("zfs-retire"), in find_vdev() 242 fmd_hdl_debug(hdl, "zpool_vdev_replace '%s' with spare '%s'", in replace_with_spare() 299 fmd_hdl_debug(hdl, "marking repaired vdev %llu on pool %llu", in zfs_vdev_repair() 326 fmd_hdl_debug(hdl, "zfs_retire_recv: '%s'", class); in zfs_retire_recv() 356 fmd_hdl_debug(hdl, "zpool_vdev_offline '%s'", devname); in zfs_retire_recv() 361 fmd_hdl_debug(hdl, "no spare for '%s'", devname); in zfs_retire_recv() 471 fmd_hdl_debug(hdl, "zpool_clear of pool '%s'", in zfs_retire_recv() 484 fmd_hdl_debug(hdl, "zpool_clear of pool '%s' vdev %llu", in zfs_retire_recv() 500 fmd_hdl_debug(hdl, "zpool_vdev_%s: vdev %llu on '%s'", in zfs_retire_recv()
|
| H A D | zfs_diagnosis.c | 382 fmd_hdl_debug(hdl, "solving fault '%s'", faultname); in zfs_case_solve() 466 fmd_hdl_debug(hdl, "purging orphaned cases from %s", in zfs_fm_recv() 500 fmd_hdl_debug(hdl, "ignoring '%s' during import", class); in zfs_fm_recv() 514 fmd_hdl_debug(hdl, "ignoring '%s' during pool open", class); in zfs_fm_recv() 567 fmd_hdl_debug(hdl, "ignoring pool %llx, " in zfs_fm_recv() 593 fmd_hdl_debug(hdl, "ignoring pool %llx, " in zfs_fm_recv() 615 fmd_hdl_debug(hdl, "discarding '%s for vdev %llu", in zfs_fm_recv() 663 fmd_hdl_debug(hdl, "resource event '%s'", class); in zfs_fm_recv() 704 fmd_hdl_debug(hdl, "closing case after a " in zfs_fm_recv() 724 fmd_hdl_debug(hdl, "error event '%s'", class); in zfs_fm_recv() [all …]
|
| H A D | fmd_api.h | 155 extern void fmd_hdl_debug(fmd_hdl_t *, const char *, ...);
|