FreeBSD kernel kern code
kern_ffclock.c File Reference
#include <sys/cdefs.h>
#include "opt_ffclock.h"
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/module.h>
#include <sys/mutex.h>
#include <sys/priv.h>
#include <sys/proc.h>
#include <sys/sbuf.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
#include <sys/sysctl.h>
#include <sys/systm.h>
#include <sys/timeffc.h>
Include dependency graph for kern_ffclock.c:

Go to the source code of this file.

Functions

 __FBSDID ("$FreeBSD$")
 
int sys_ffclock_getcounter (struct thread *td, struct ffclock_getcounter_args *uap)
 
int sys_ffclock_setestimate (struct thread *td, struct ffclock_setestimate_args *uap)
 
int sys_ffclock_getestimate (struct thread *td, struct ffclock_getestimate_args *uap)
 

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ sys_ffclock_getcounter()

int sys_ffclock_getcounter ( struct thread *  td,
struct ffclock_getcounter_args *  uap 
)

Definition at line 466 of file kern_ffclock.c.

◆ sys_ffclock_getestimate()

int sys_ffclock_getestimate ( struct thread *  td,
struct ffclock_getestimate_args *  uap 
)

Definition at line 480 of file kern_ffclock.c.

◆ sys_ffclock_setestimate()

int sys_ffclock_setestimate ( struct thread *  td,
struct ffclock_setestimate_args *  uap 
)

Definition at line 473 of file kern_ffclock.c.