FreeBSD kernel kern code
clock_gettime_args Struct Reference

Data Fields

clockid_t clock_id
 
struct timespec * tp
 

Detailed Description

Definition at line 226 of file kern_time.c.

Field Documentation

◆ clock_id

clockid_t clock_gettime_args::clock_id

Definition at line 227 of file kern_time.c.

Referenced by sys_clock_gettime(), and systrace_args().

◆ tp

struct timespec* clock_gettime_args::tp

Definition at line 228 of file kern_time.c.

Referenced by sys_clock_gettime(), and systrace_args().


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