Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c144 static char *Wiop[3]; variable
297 Wiop[0] = &Wiobuf[0]; in main()
298 Wiop[1] = &Wiobuf[WRIOBSZ]; in main()
299 Wiop[2] = &Wiobuf[2*WRIOBSZ]; in main()
1494 if (Wiop[wfd] >= &wiobuf[WRIOBSZ]) { in w_char()
1499 *(Wiop[wfd]++) = _Cxc & WMASK(fd); /* mask off appropriate bits */ in w_char()
1514 if (Wiop[wfd] > wiobuf) { in wioflsh()
1516 while(write(fd, wiobuf, (Wiop[wfd] - wiobuf)) < 0) { in wioflsh()
1524 Wiop[wfd] = wiobuf; in wioflsh()
1529 Wiop[wfd] = wiobuf; in wioflsh()