Searched refs:fdcntp (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dpoll.c1225 pcache_insert(pollstate_t *ps, file_t *fp, pollfd_t *pollfdp, int *fdcntp, argument
1255 (*fdcntp)++;
1514 pcacheset_resolve(pollstate_t *ps, nfds_t nfds, int *fdcntp, int which) argument
1780 ASSERT(*fdcntp == 0);
1781 *fdcntp = fdcnt;
1835 pcache_poll(pollfd_t *pollfdp, pollstate_t *ps, nfds_t nfds, int *fdcntp, argument
2072 ASSERT(*fdcntp + fdcnt == pollscanrevents(pcp, pollfdp, nfds));
2073 *fdcntp += fdcnt;
2083 pcacheset_cache_list(pollstate_t *ps, pollfd_t *fds, int *fdcntp, int which) argument
2133 (*fdcntp)
2762 plist_chkdupfd(file_t *fp, polldat_t *pdp, pollstate_t *psp, pollfd_t *pollfdp, int entry, int *fdcntp) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Ddevpoll.c237 dp_pcache_poll(pollfd_t *pfdp, pollcache_t *pcp, nfds_t nfds, int *fdcntp) argument
423 ASSERT(*fdcntp == 0);
424 *fdcntp = fdcnt;

Completed in 105 milliseconds