FreeBSD kernel kern code
clock_gettime_args Struct Reference

Data Fields

clockid_t clock_id
 
struct timespec * tp
 

Detailed Description

Definition at line 222 of file kern_time.c.

Field Documentation

clockid_t clock_gettime_args::clock_id

Definition at line 223 of file kern_time.c.

Referenced by sys_clock_gettime(), and systrace_args().

struct timespec* clock_gettime_args::tp

Definition at line 224 of file kern_time.c.

Referenced by sys_clock_gettime(), and systrace_args().


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