Searched refs:fmd_hdl_debug (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | fmd_api.c | 116 fmd_hdl_debug(hdl, "register module"); in fmd_hdl_register() 145 fmd_hdl_debug(hdl, "%s: %llu", in fmd_hdl_unregister() 153 fmd_hdl_debug(hdl, "unregister module"); in fmd_hdl_unregister() 206 fmd_hdl_debug(fmd_hdl_t *hdl, const char *format, ...) in fmd_hdl_debug() function 274 fmd_hdl_debug(hdl, "case opened (%s)", cp->ci_uuid); in fmd_case_open() 290 fmd_hdl_debug(hdl, "case is already solved or closed"); in fmd_case_solve() 294 fmd_hdl_debug(hdl, "case solved (%s)", cp->ci_uuid); in fmd_case_solve() 304 fmd_hdl_debug(hdl, "case closed (%s)", cp->ci_uuid); in fmd_case_close() 321 fmd_hdl_debug(hdl, "case resolved by uuid (%s)", uuid); in fmd_case_uuresolved() 506 fmd_hdl_debug(hdl, "serd_destroy %s", name); in fmd_serd_destroy() [all …]
|
| H A D | zfs_retire.c | 111 fmd_hdl_debug(fmd_module_hdl("zfs-retire"), in find_vdev() 304 fmd_hdl_debug(hdl, "zpool_vdev_replace '%s' with spare '%s'", in replace_with_spare() 360 fmd_hdl_debug(hdl, "marking repaired vdev %llu on pool %llu", in zfs_vdev_repair() 391 fmd_hdl_debug(hdl, "zfs_retire_recv: '%s'", class); in zfs_retire_recv() 420 fmd_hdl_debug(hdl, "Got a zero GUID"); in zfs_retire_recv() 426 fmd_hdl_debug(hdl, "%d spares removed", nspares); in zfs_retire_recv() 456 fmd_hdl_debug(hdl, "zpool_vdev_remove_wanted '%s'" in zfs_retire_recv() 465 fmd_hdl_debug(hdl, "no spare for '%s'", devname); in zfs_retire_recv() 578 fmd_hdl_debug(hdl, "zpool_clear of pool '%s'", in zfs_retire_recv() 591 fmd_hdl_debug(hdl, "zpool_clear of pool '%s' vdev %llu", in zfs_retire_recv() [all …]
|
| H A D | zfs_diagnosis.c | 428 fmd_hdl_debug(hdl, "retiring case"); in zfs_case_retire() 444 fmd_hdl_debug(hdl, "solving fault '%s'", faultname); in zfs_case_solve() 630 fmd_hdl_debug(hdl, "ignoring pool %llx, " in zfs_fm_recv() 656 fmd_hdl_debug(hdl, "ignoring pool %llx, " in zfs_fm_recv() 678 fmd_hdl_debug(hdl, "discarding '%s for vdev %llu", in zfs_fm_recv() 724 fmd_hdl_debug(hdl, "resource event '%s'", class); in zfs_fm_recv() 768 fmd_hdl_debug(hdl, "closing case after a " in zfs_fm_recv() 792 fmd_hdl_debug(hdl, "error event '%s'", class); in zfs_fm_recv() 911 fmd_hdl_debug(hdl, "pool %llu has " in zfs_fm_recv() 937 fmd_hdl_debug(hdl, "ignoring '%s' for " in zfs_fm_recv() [all …]
|
| H A D | fmd_api.h | 151 extern void fmd_hdl_debug(fmd_hdl_t *, const char *, ...);
|