Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/bnu/
H A Dcu.c147 static char *Wiop[3]; variable
302 Wiop[0] = &Wiobuf[0];
303 Wiop[1] = &Wiobuf[WRIOBSZ];
304 Wiop[2] = &Wiobuf[2*WRIOBSZ];
1501 if (Wiop[wfd] >= &wiobuf[WRIOBSZ]) { in w_char()
1506 *(Wiop[wfd]++) = _Cxc & WMASK(fd); /* mask off appropriate bits */ in w_char()
1522 if (Wiop[wfd] > wiobuf) {
1524 while(write(fd, wiobuf, (Wiop[wfd] - wiobuf)) < 0) {
1532 Wiop[wfd] = wiobuf;
1537 Wiop[wfd] = wiobuf;