Lines Matching defs:pcacheset
2117 pollcacheset_t *pcacheset = ps->ps_pcacheset;
2126 ASSERT(pcacheset != NULL);
2127 ASSERT(pcacheset[which].pcs_pollfd == NULL);
2134 pcacheset[which].pcs_pollfd = newfdlist;
2135 pcacheset[which].pcs_nfds = ps->ps_nfds;
2136 pcacheset[which].pcs_usradr = (uintptr_t)fds;
2180 pcacheset[which].pcs_pollfd = NULL;
2181 pcacheset[which].pcs_usradr = NULL;
2190 * in pcacheset entries to a special events 'POLLCLOSED'. Do a pollwakeup to
2213 * XXX - This routine also touches data in pcacheset struct.
2518 * the pcacheset events field POLLCLOSED to force the next poll() to remove
2792 * what is in the pcacheset lists.