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

  /src/sys/arch/mac68k/mac68k/
pram.c 128 unsigned long timedata; local in function:pram_readtime
132 timedata = 0; /* cause comparison of MacOS boottime */
136 timedata = getPramTime();
138 printf("time read from PRAM: 0x%lx\n", timedata);
139 printf("Date and time: %s\n",convtime(timedata));
142 return timedata;
pram.c 128 unsigned long timedata; local in function:pram_readtime
132 timedata = 0; /* cause comparison of MacOS boottime */
136 timedata = getPramTime();
138 printf("time read from PRAM: 0x%lx\n", timedata);
139 printf("Date and time: %s\n",convtime(timedata));
142 return timedata;

Completed in 21 milliseconds