Searched defs:pcsp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c472 struct ppp_comp_stats *pcsp; local
672 pcsp = (struct ppp_comp_stats *)nmp->b_wptr;
674 bzero((caddr_t)pcsp, sizeof (struct ppp_comp_stats));
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c1216 pollcacheset_t *pcsp; local
1222 pcsp = &ps->ps_pcacheset[i];
1224 pcsp->pcs_pollfd[refp->xf_position].fd = -1;
1234 j < pcsp->pcs_nfds; j++) {
1235 if (pcsp->pcs_pollfd[j].fd == fd) {
1236 pcsp->pcs_pollfd[j].fd = -1;
1552 pollcacheset_t *pcsp; local
1569 pcsp = &ps->ps_pcacheset[which];
1570 old_nfds = pcsp->pcs_nfds;
1587 cached = pcsp
2223 pollcacheset_t *pcsp; local
2810 pollcacheset_t *pcsp; local
2978 pcacheset_destroy(pollcacheset_t *pcsp, int nsets) argument
[all...]

Completed in 67 milliseconds