Searched defs:fdcnt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c252 int fdcnt, fd; local
295 fdcnt = 0;
296 while ((fdcnt < nfds) && !done) {
341 pfdp[fdcnt].fd = fd;
342 pfdp[fdcnt].revents = POLLNVAL;
343 fdcnt++;
424 pfdp[fdcnt].fd = fd;
425 pfdp[fdcnt].events = pdp->pd_events;
426 pfdp[fdcnt].revents = revent;
428 epoll_event_t *ep = &epoll[fdcnt];
1090 int fdcnt = 0; local
1458 int fdcnt = 0; local
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c326 int fdcnt = 0; local
463 error = pcacheset_cache_list(ps, fds, &fdcnt, cacheindex);
464 if (fdcnt || error) {
491 error = pcacheset_resolve(ps, nfds, &fdcnt,
512 error = pcacheset_cache_list(ps, fds, &fdcnt,
514 if (fdcnt || error) {
530 error = pcacheset_resolve(ps, nfds, &fdcnt, cacheindex);
551 error = pcache_poll(pollfdp, ps, nfds, &fdcnt, cacheindex);
552 if (fdcnt || error) {
617 * Copy out the events and return the fdcnt t
1559 int fdcnt = 0; local
1874 int fdcnt; local
[all...]

Completed in 55 milliseconds