man.bsd.lv manual page server

Manual Page Search Parameters

CPU_INITCLOCKS(9) Kernel Developer's Manual CPU_INITCLOCKS(9)

cpu_initclocksmachine-dependent clock setup interface

#include <sys/systm.h>

void
cpu_initclocks(void);

() is invoked by () during system bootstrap, immediately after autoconfiguration, to perform the machine-dependent initialization of clock frequencies and start the real-time and statistic clocks running.

Machine-independent clock interface operations are performed within the file sys/kern/kern_clock.c.

autoconf(9)

May 24, 2002 NetBSD-9.2