Searched refs:NUM_FDS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sf880drd/
H A Dsf880drd.h48 #define NUM_FDS (SLOTS_PER_CONTROLLER * NUM_CONTROLLERS) macro
H A Dsf880drd.c59 static struct pollfd fds[NUM_FDS];
90 rv = poll(fds, NUM_FDS, -1);
97 for (i = 0; i < NUM_FDS; ++i) {

Completed in 50 milliseconds