Searched refs:polldix (Results 1 – 2 of 2) sorted by relevance
127 int polldix; /* polled data buffer index */ member
1322 if (xcp->polldix < xcp->polllen) in xenconsischar()1327 xcp->polldix = 0; in xenconsischar()1361 return (xcp->pollbuf[xcp->polldix++]); in xenconsgetchar()