HomeSort by: relevance | last modified time | path
    Searched refs:clock_broken_latch (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x86/pci/
pcib.c 166 extern int clock_broken_latch;
168 clock_broken_latch = 0;
  /src/sys/arch/x86/isa/
clock.c 216 int clock_broken_latch = 0; variable in typeref:typename:int
225 * machdep sets the variable 'clock_broken_latch' to indicate it.
433 if (clock_broken_latch)
498 if (clock_broken_latch) {
  /src/sys/arch/x86/x86/
identcpu.c 407 * Set the variable 'clock_broken_latch' to indicate it.
416 extern int clock_broken_latch;
421 clock_broken_latch = 1;

Completed in 13 milliseconds