Home
last modified time | relevance | path

Searched refs:timbuf (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/hp300/stand/common/
Dclock.c84 satime_t timbuf = 0; in getsecs() local
86 if (!clock_to_gmt(&timbuf) && !clockinited) in getsecs()
91 return timbuf; in getsecs()
95 clock_to_gmt(satime_t *timbuf) in clock_to_gmt() argument
152 *timbuf = tmp; in clock_to_gmt()
/netbsd/src/sys/arch/mac68k/mac68k/
Dclock.c382 u_long timbuf; in mac68k_gettime() local
384 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()