Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c419 (void) gettimeofday(&cp->ci_tv, NULL); in fmd_case_add_suspect()
420 tod[0] = cp->ci_tv.tv_sec; in fmd_case_add_suspect()
421 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