HomeSort by: relevance | last modified time | path
    Searched defs:macos_boottime (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mac68k/mac68k/
clock.c 360 u_long macos_boottime; variable in typeref:typename:u_long
385 if ((timbuf - macos_boottime) > 10 * 60) {
389 printf("PRAM: 0x%lx, macos_boottime: 0x%lx.\n",
390 timbuf, macos_boottime);
392 timbuf = macos_boottime;
clock.c 360 u_long macos_boottime; variable in typeref:typename:u_long
385 if ((timbuf - macos_boottime) > 10 * 60) {
389 printf("PRAM: 0x%lx, macos_boottime: 0x%lx.\n",
390 timbuf, macos_boottime);
392 timbuf = macos_boottime;

Completed in 57 milliseconds