Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c409 (void) gettimeofday(&cp->ci_tv, NULL); in fmd_case_add_suspect()
410 tod[0] = cp->ci_tv.tv_sec; in fmd_case_add_suspect()
411 tod[1] = cp->ci_tv.tv_usec; in fmd_case_add_suspect()
H A Dfmd_api.h69 struct timeval ci_tv; /* time of original diagnosis */ member