Home
last modified time | relevance | path

Searched refs:ci_uuid (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c285 uuid_unparse(uuid, cp->ci_uuid); in fmd_case_open()
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()
427 err |= nvlist_add_string(nvl, FM_SUSPECT_UUID, cp->ci_uuid); in fmd_case_add_suspect()
436 zed_log_fault(fault, cp->ci_uuid, code); in fmd_case_add_suspect()
H A Dfmd_api.h64 char ci_uuid[48]; /* uuid string for this case */ member