Searched refs:timbuf (Results 1 – 2 of 2) sorted by relevance
84 satime_t timbuf = 0; in getsecs() local86 if (!clock_to_gmt(&timbuf) && !clockinited) in getsecs()91 return timbuf; in getsecs()95 clock_to_gmt(satime_t *timbuf) in clock_to_gmt() argument152 *timbuf = tmp; in clock_to_gmt()
382 u_long timbuf; in mac68k_gettime() local384 timbuf = pramt_2_ugmt(pram_readtime()); in mac68k_gettime()385 if ((timbuf - macos_boottime) > 10 * 60) { in mac68k_gettime()390 timbuf, macos_boottime); in mac68k_gettime()392 timbuf = macos_boottime; in mac68k_gettime()395 tvp->tv_sec = timbuf; in mac68k_gettime()