Searched refs:fmd_hdl_debug (Results 1 – 4 of 4) sorted by relevance
| /src/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | fmd_api.c | 117 fmd_hdl_debug(hdl, "register module"); in fmd_hdl_register() 130 fmd_hdl_debug(hdl, "%s: %llu", msp->ms_accepted.fmds_name, in fmd_hdl_unregister() 133 fmd_hdl_debug(hdl, "%s: %llu", msp->ms_caseopen.fmds_name, in fmd_hdl_unregister() 135 fmd_hdl_debug(hdl, "%s: %llu", msp->ms_casesolved.fmds_name, in fmd_hdl_unregister() 137 fmd_hdl_debug(hdl, "%s: %llu", msp->ms_caseclosed.fmds_name, in fmd_hdl_unregister() 146 fmd_hdl_debug(hdl, "%s: %llu", in fmd_hdl_unregister() 154 fmd_hdl_debug(hdl, "unregister module"); in fmd_hdl_unregister() 207 fmd_hdl_debug(fmd_hdl_t *hdl, const char *format, ...) in fmd_hdl_debug() function 275 fmd_hdl_debug(hdl, "case opened (%s)", cp->ci_uuid); in fmd_case_open() 291 fmd_hdl_debug(hdl, "case is already solved or closed"); in fmd_case_solve() [all …]
|
| H A D | zfs_retire.c | 112 fmd_hdl_debug(fmd_module_hdl("zfs-retire"), in find_vdev() 305 fmd_hdl_debug(hdl, "zpool_vdev_replace '%s' with spare '%s'", in replace_with_spare() 361 fmd_hdl_debug(hdl, "marking repaired vdev %llu on pool %llu", in zfs_vdev_repair() 392 fmd_hdl_debug(hdl, "zfs_retire_recv: '%s'", class); in zfs_retire_recv() 422 fmd_hdl_debug(hdl, "Got a zero GUID"); in zfs_retire_recv() 428 fmd_hdl_debug(hdl, "%d spares removed", nspares); in zfs_retire_recv() 468 fmd_hdl_debug(hdl, "zpool_vdev_remove_wanted '%s'" in zfs_retire_recv() 477 fmd_hdl_debug(hdl, "no spare for '%s'", devname); in zfs_retire_recv() 590 fmd_hdl_debug(hdl, "zpool_clear of pool '%s'", in zfs_retire_recv() 603 fmd_hdl_debug(hdl, "zpool_clear of pool '%s' vdev %llu", in zfs_retire_recv() [all …]
|
| H A D | zfs_diagnosis.c | 448 fmd_hdl_debug(hdl, "retiring case"); in zfs_case_retire() 464 fmd_hdl_debug(hdl, "solving fault '%s'", faultname); in zfs_case_solve() 541 fmd_hdl_debug(hdl, "pool %llu is tracking %d other %s cases " in zfs_fm_serd_record() 577 fmd_hdl_debug(hdl, "purging orphaned cases from %s", in zfs_fm_recv() 611 fmd_hdl_debug(hdl, "ignoring '%s' during import", class); in zfs_fm_recv() 625 fmd_hdl_debug(hdl, "ignoring '%s' during pool open", class); in zfs_fm_recv() 681 fmd_hdl_debug(hdl, "ignoring pool %llx, " in zfs_fm_recv() 707 fmd_hdl_debug(hdl, "ignoring pool %llx, " in zfs_fm_recv() 729 fmd_hdl_debug(hdl, "discarding '%s for vdev %llu", in zfs_fm_recv() 750 fmd_hdl_debug(hdl, "opening case for vdev %llu due to '%s'", in zfs_fm_recv() [all …]
|
| H A D | fmd_api.h | 152 extern void fmd_hdl_debug(fmd_hdl_t *, const char *, ...);
|