FreeBSD kernel kern code
clock_settime_args Struct Reference

Data Fields

clockid_t clock_id
 
const struct timespec * tp
 

Detailed Description

Definition at line 373 of file kern_time.c.

Field Documentation

clockid_t clock_settime_args::clock_id

Definition at line 374 of file kern_time.c.

Referenced by sys_clock_settime(), and systrace_args().

const struct timespec* clock_settime_args::tp

Definition at line 375 of file kern_time.c.

Referenced by sys_clock_settime(), and systrace_args().


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