Searched refs:ci_tv (Results 1 – 2 of 2) sorted by relevance
410 (void) gettimeofday(&cp->ci_tv, NULL); in fmd_case_add_suspect()411 tod[0] = cp->ci_tv.tv_sec; in fmd_case_add_suspect()412 tod[1] = cp->ci_tv.tv_usec; in fmd_case_add_suspect()
70 struct timeval ci_tv; /* time of original diagnosis */ member