Lines Matching refs:wfd
1494 int wfd;
1498 wfd = WIOFD(fd);
1499 wiobuf = &Wiobuf[wfd*WRIOBSZ];
1501 if (Wiop[wfd] >= &wiobuf[WRIOBSZ]) {
1506 *(Wiop[wfd]++) = _Cxc & WMASK(fd); /* mask off appropriate bits */
1515 int wfd;
1519 wfd = WIOFD(fd);
1520 wiobuf = &Wiobuf[wfd*WRIOBSZ];
1522 if (Wiop[wfd] > wiobuf) {
1524 while(write(fd, wiobuf, (Wiop[wfd] - wiobuf)) < 0) {
1532 Wiop[wfd] = wiobuf;
1537 Wiop[wfd] = wiobuf;