Searched refs:fdcntp (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/syscall/ |
H A D | poll.c | 1258 pcache_insert(pollstate_t *ps, file_t *fp, pollfd_t *pollfdp, int *fdcntp, in pcache_insert() argument 1288 (*fdcntp)++; in pcache_insert() 1547 pcacheset_resolve(pollstate_t *ps, nfds_t nfds, int *fdcntp, int which) in pcacheset_resolve() argument 1813 ASSERT(*fdcntp == 0); in pcacheset_resolve() 1814 *fdcntp = fdcnt; in pcacheset_resolve() 1868 pcache_poll(pollfd_t *pollfdp, pollstate_t *ps, nfds_t nfds, int *fdcntp, in pcache_poll() argument 2105 ASSERT(*fdcntp + fdcnt == pollscanrevents(pcp, pollfdp, nfds)); in pcache_poll() 2106 *fdcntp += fdcnt; in pcache_poll() 2116 pcacheset_cache_list(pollstate_t *ps, pollfd_t *fds, int *fdcntp, int which) in pcacheset_cache_list() argument 2166 (*fdcntp)++; in pcacheset_cache_list() [all …]
|
/titanic_41/usr/src/uts/common/io/ |
H A D | devpoll.c | 240 dp_pcache_poll(pollfd_t *pfdp, pollcache_t *pcp, nfds_t nfds, int *fdcntp) in dp_pcache_poll() argument 426 ASSERT(*fdcntp == 0); in dp_pcache_poll() 427 *fdcntp = fdcnt; in dp_pcache_poll()
|