Searched refs:first_rtcopen_ever (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/x86/isa/
H A Drtc.c179 static int first_rtcopen_ever = 1; local
181 if (!first_rtcopen_ever)
183 first_rtcopen_ever = 0;
/netbsd-current/sys/arch/shark/isa/
H A Dclock.c559 static int first_rtcopen_ever = 1; local
561 if (!first_rtcopen_ever)
563 first_rtcopen_ever = 0;

Completed in 209 milliseconds