FreeBSD kernel kern code
poll_args Struct Reference

Data Fields

struct pollfd * fds
 
u_int nfds
 
int timeout
 

Detailed Description

Definition at line 1266 of file sys_generic.c.

Field Documentation

struct pollfd* poll_args::fds

Definition at line 1267 of file sys_generic.c.

Referenced by sys_poll(), and systrace_args().

u_int poll_args::nfds

Definition at line 1268 of file sys_generic.c.

Referenced by sys_poll(), and systrace_args().

int poll_args::timeout

Definition at line 1269 of file sys_generic.c.

Referenced by sys_poll(), and systrace_args().


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