FreeBSD kernel kern code
select_args Struct Reference

Data Fields

int nd
 
fd_set * in
 
fd_set * ou
 
fd_set * ex
 
struct timeval * tv
 

Detailed Description

Definition at line 842 of file sys_generic.c.

Field Documentation

fd_set * select_args::ex

Definition at line 844 of file sys_generic.c.

Referenced by sys_select(), and systrace_args().

fd_set* select_args::in

Definition at line 844 of file sys_generic.c.

Referenced by sys_select(), and systrace_args().

int select_args::nd

Definition at line 843 of file sys_generic.c.

Referenced by sys_select(), and systrace_args().

fd_set * select_args::ou

Definition at line 844 of file sys_generic.c.

Referenced by sys_select(), and systrace_args().

struct timeval* select_args::tv

Definition at line 845 of file sys_generic.c.

Referenced by sys_select(), and systrace_args().


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