Searched refs:ci_tv (Results 1 – 2 of 2) sorted by relevance
409 (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()
69 struct timeval ci_tv; /* time of original diagnosis */ member