FreeBSD kernel kern code
clock_getres_args Struct Reference

Data Fields

clockid_t clock_id
 
struct timespec * tp
 

Detailed Description

Definition at line 426 of file kern_time.c.

Field Documentation

◆ clock_id

clockid_t clock_getres_args::clock_id

Definition at line 427 of file kern_time.c.

Referenced by sys_clock_getres(), and systrace_args().

◆ tp

struct timespec* clock_getres_args::tp

Definition at line 428 of file kern_time.c.

Referenced by sys_clock_getres(), and systrace_args().


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