FreeBSD kernel kern code
ktimer_settime_args Struct Reference

Data Fields

int timerid
 
int flags
 
const struct itimerspec * value
 
struct itimerspec * ovalue
 

Detailed Description

Definition at line 1245 of file kern_time.c.

Field Documentation

int ktimer_settime_args::flags

Definition at line 1247 of file kern_time.c.

Referenced by sys_ktimer_settime(), and systrace_args().

struct itimerspec* ktimer_settime_args::ovalue

Definition at line 1249 of file kern_time.c.

Referenced by sys_ktimer_settime(), and systrace_args().

int ktimer_settime_args::timerid

Definition at line 1246 of file kern_time.c.

Referenced by sys_ktimer_settime(), and systrace_args().

const struct itimerspec* ktimer_settime_args::value

Definition at line 1248 of file kern_time.c.

Referenced by sys_ktimer_settime(), and systrace_args().


The documentation for this struct was generated from the following file: