Searched defs:wiobuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c1495 char *wiobuf; local
1499 wiobuf = &Wiobuf[wfd*WRIOBSZ];
1501 if (Wiop[wfd] >= &wiobuf[WRIOBSZ]) {
1516 char *wiobuf; local
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;
[all...]

Completed in 61 milliseconds