Home
last modified time | relevance | path

Searched refs:MAX_POLLFDS (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Deloop.h22 #define MAX_POLLFDS 32 macro
H A Deloop.c238 struct pollfd pfds[MAX_POLLFDS]; /* array of polled fd */ in eloop_run()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c97 #define MAX_POLLFDS 32 macro
152 static struct pollfd pollfds[MAX_POLLFDS]; /* array of polled fd */
1517 if (n_pollfds < MAX_POLLFDS) {