FreeBSD kernel kern code
gettimeofday_args Struct Reference

Data Fields

struct timeval * tp
 
struct timezone * tzp
 

Detailed Description

Definition at line 547 of file kern_time.c.

Field Documentation

struct timeval* gettimeofday_args::tp

Definition at line 548 of file kern_time.c.

Referenced by sys_gettimeofday(), and systrace_args().

struct timezone* gettimeofday_args::tzp

Definition at line 549 of file kern_time.c.

Referenced by sys_gettimeofday(), and systrace_args().


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