FreeBSD kernel kern code
clock_getres_args Struct Reference

Data Fields

clockid_t clock_id
 
struct timespec * tp
 

Detailed Description

Definition at line 409 of file kern_time.c.

Field Documentation

clockid_t clock_getres_args::clock_id

Definition at line 410 of file kern_time.c.

Referenced by sys_clock_getres(), and systrace_args().

struct timespec* clock_getres_args::tp

Definition at line 411 of file kern_time.c.

Referenced by sys_clock_getres(), and systrace_args().


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