Searched defs:timeval (Results 1 – 3 of 3) sorted by relevance
260 struct timeval { time_t tv_sec; suseconds_t tv_usec; }; argument
654 struct timeval { struct655 long tv_sec; /* seconds */656 long tv_usec; /* and microseconds */
1610 hi_u64 timeval = 0; in vo_drv_close() local