FreeBSD kernel kern code
clock_if.m File Reference
#include <sys/bus.h>
#include <sys/time.h>
Include dependency graph for clock_if.m:

Go to the source code of this file.

Variables

INTERFACE clock
 
METHOD int gettime
 
struct timespec * ts
 
METHOD int settime
 

Variable Documentation

INTERFACE clock

Definition at line 30 of file clock_if.m.

Referenced by hardclock_cnt(), hardclock_cpu(), profclock_cnt(), and statclock_cnt().

METHOD int gettime
Initial value:
{
device_t dev

Definition at line 37 of file clock_if.m.

static int settime
Initial value:
{
device_t dev

Definition at line 42 of file clock_if.m.