FreeBSD kernel kern code
settimeofday_args Struct Reference

Data Fields

struct timeval * tv
 
struct timezone * tzp
 

Detailed Description

Definition at line 668 of file kern_time.c.

Field Documentation

◆ tv

struct timeval* settimeofday_args::tv

Definition at line 669 of file kern_time.c.

Referenced by sys_settimeofday(), and systrace_args().

◆ tzp

struct timezone* settimeofday_args::tzp

Definition at line 670 of file kern_time.c.

Referenced by sys_settimeofday(), and systrace_args().


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