Searched refs:fdcnt (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | devpoll.c | 252 int fdcnt, fd; in dp_pcache_poll() local 295 fdcnt = 0; in dp_pcache_poll() 296 while ((fdcnt < nfds) && !done) { in dp_pcache_poll() 341 pfdp[fdcnt].fd = fd; in dp_pcache_poll() 342 pfdp[fdcnt].revents = POLLNVAL; in dp_pcache_poll() 343 fdcnt++; in dp_pcache_poll() 423 pfdp[fdcnt].fd = fd; in dp_pcache_poll() 424 pfdp[fdcnt].events = pdp->pd_events; in dp_pcache_poll() 425 pfdp[fdcnt].revents = revent; in dp_pcache_poll() 427 epoll_event_t *ep = &epoll[fdcnt]; in dp_pcache_poll() [all …]
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | poll.c | 330 int fdcnt = 0; in poll_common() local 467 error = pcacheset_cache_list(ps, fds, &fdcnt, cacheindex); in poll_common() 468 if (fdcnt || error) { in poll_common() 495 error = pcacheset_resolve(ps, nfds, &fdcnt, in poll_common() 516 error = pcacheset_cache_list(ps, fds, &fdcnt, in poll_common() 518 if (fdcnt || error) { in poll_common() 534 error = pcacheset_resolve(ps, nfds, &fdcnt, cacheindex); in poll_common() 555 error = pcache_poll(pollfdp, ps, nfds, &fdcnt, cacheindex); in poll_common() 556 if (fdcnt || error) { in poll_common() 631 if (fdcnt) { in poll_common() [all …]
|