OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 19:09:53 GMT 2025