FreeBSD kernel kern code
clock_settime_args Struct Reference

Data Fields

clockid_t clock_id
 
const struct timespec * tp
 

Detailed Description

Definition at line 381 of file kern_time.c.

Field Documentation

◆ clock_id

clockid_t clock_settime_args::clock_id

Definition at line 382 of file kern_time.c.

Referenced by sys_clock_settime(), and systrace_args().

◆ tp

const struct timespec* clock_settime_args::tp

Definition at line 383 of file kern_time.c.

Referenced by sys_clock_settime(), and systrace_args().


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