Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dpoll_solaris.c247 nfds_t numpollfd = 0; in b_poll() local
301 numpollfd++; in b_poll()
310 struct pollfd *pollfd = alloca(sizeof(struct pollfd)*(numpollfd+1)); in b_poll()
313 struct pollfd pollfd[numpollfd+1]; in b_poll()
348 n = poll(pollfd, numpollfd, timeout); in b_poll()