FreeBSD kernel kern code
nanosleep_args Struct Reference

Data Fields

struct timespec * rqtp
 
struct timespec * rmtp
 

Detailed Description

Definition at line 589 of file kern_time.c.

Field Documentation

◆ rmtp

struct timespec* nanosleep_args::rmtp

Definition at line 591 of file kern_time.c.

Referenced by sys_nanosleep(), and systrace_args().

◆ rqtp

struct timespec* nanosleep_args::rqtp

Definition at line 590 of file kern_time.c.

Referenced by sys_nanosleep(), and systrace_args().


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