Home
last modified time | relevance | path

Searched refs:polldix (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.h125 int polldix; /* polled data buffer index */ member
H A Dxencons.c1326 if (xcp->polldix < xcp->polllen) in xenconsischar()
1331 xcp->polldix = 0; in xenconsischar()
1365 return (xcp->pollbuf[xcp->polldix++]); in xenconsgetchar()