Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mac68k/mac68k/
H A Dclock.c360 u_long macos_boottime; variable
385 if ((timbuf - macos_boottime) > 10 * 60) { in mac68k_gettime()
390 timbuf, macos_boottime); in mac68k_gettime()
392 timbuf = macos_boottime; in mac68k_gettime()
H A Dmachdep.c882 extern u_long macos_boottime, MacOSROMBase; in getenvvars()
984 macos_boottime = getenv("BOOTTIME"); in getenvvars()