Searched defs:timeval (Results 1 – 7 of 7) sorted by relevance
72 struct timeval { struct73 long tv_sec; /* seconds */74 long tv_usec; /* microseconds */
411 struct timeval { struct412 long tv_sec; /* seconds */413 long tv_usec; /* and microseconds */
227 struct timeval { time_t tv_sec; suseconds_t tv_usec; }; argument
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 */
546 struct timeval { struct547 long tv_sec; /* seconds */548 long tv_usec; /* and microseconds */
1610 hi_u64 timeval = 0; in vo_drv_close() local