Home
last modified time | relevance | path

Searched refs:windex (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dps2mouse.c91 int windex; /* index to write to */ member
138 fifo->buf[fifo->windex] = val; in fifo_put()
139 fifo->windex = (fifo->windex + 1) % fifo->size; in fifo_put()
271 sc->fifo.windex = 0; in ps2mouse_toggle()
H A Dps2kbd.c74 int windex; /* index to write to */ member
236 fifo->buf[fifo->windex] = val; in fifo_put()
237 fifo->windex = (fifo->windex + 1) % fifo->size; in fifo_put()
H A Duart_emul.c117 int windex; /* index to write to */ member
276 fifo->buf[fifo->windex] = ch; in rxfifo_putchar()
277 fifo->windex = (fifo->windex + 1) % fifo->size; in rxfifo_putchar()
/illumos-gate/usr/src/head/
H A Dwidec.h101 #define windex wschr macro
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c4164 uint_t windex; in fdintr_dma() local
4329 windex = fdc->c_csb.csb_windex; in fdintr_dma()
4336 if ((ccount == 0) && (windex == fdc->c_csb.csb_nwin)) { in fdintr_dma()
/illumos-gate/usr/src/man/man3c/
H A DMakefile1440 windex.3c \
2596 windex.3c := LINKSRC = wcstring.3c
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1500 link path=usr/share/man/man3c/windex.3c target=wcstring.3c