FreeBSD kernel kern code
|
Data Fields | |
int | nd |
fd_set * | in |
fd_set * | ou |
fd_set * | ex |
struct timeval * | tv |
Definition at line 842 of file sys_generic.c.
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().