OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hwtime
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/eeprom/
eehandlers.c
151
uint32_t
hwtime
;
local in function:ee_hwupdate
166
hwtime
= (uint32_t)t; /* XXX 32 bit time_t on hardware */
167
if (
hwtime
!= t)
170
if (doio(ktent, (u_char *)&
hwtime
, sizeof(
hwtime
), IO_WRITE))
173
if (doio(ktent, (u_char *)&
hwtime
, sizeof(
hwtime
), IO_READ))
175
t = (time_t)
hwtime
; /* XXX 32 bit time_t on hardware */
Completed in 12 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025