Searched refs:fdcnt (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | devpoll.c | 252 int start, ostart, end, fdcnt, error = 0; in dp_pcache_poll() local 285 fdcnt = 0; in dp_pcache_poll() 286 while ((fdcnt < nfds) && !done) { in dp_pcache_poll() 351 pfdp[fdcnt].fd = fd; in dp_pcache_poll() 352 pfdp[fdcnt].revents = POLLNVAL; in dp_pcache_poll() 353 fdcnt++; in dp_pcache_poll() 475 pfdp[fdcnt].fd = fd; in dp_pcache_poll() 476 pfdp[fdcnt].events = pdp->pd_events; in dp_pcache_poll() 477 pfdp[fdcnt].revents = revent; in dp_pcache_poll() 479 epoll_event_t *ep = &epoll[fdcnt]; in dp_pcache_poll() [all …]
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | poll.c | 335 int fdcnt = 0; in poll_common() local 472 error = pcacheset_cache_list(ps, fds, &fdcnt, cacheindex); in poll_common() 473 if (fdcnt || error) { in poll_common() 500 error = pcacheset_resolve(ps, nfds, &fdcnt, in poll_common() 521 error = pcacheset_cache_list(ps, fds, &fdcnt, in poll_common() 523 if (fdcnt || error) { in poll_common() 539 error = pcacheset_resolve(ps, nfds, &fdcnt, cacheindex); in poll_common() 560 error = pcache_poll(pollfdp, ps, nfds, &fdcnt, cacheindex); in poll_common() 561 if (fdcnt || error) { in poll_common() 636 if (fdcnt) { in poll_common() [all …]
|