| plan 9 kernel history: overview | file list | diff list |
1992/1015/pc/devether.c (diff list | history)
| 1992/0925/sys/src/9/pc/devether.c:353,366 – 1992/1015/sys/src/9/pc/devether.c:353,366 (short | long | prev | next) | ||
| 1992/0410 | qunlock(tp); | |
| 1992/0404 | continue; } | |
| 1992/1015 | if(!waserror()){ | |
| 1992/0424 | bp = allocb(len); memmove(bp->rptr, p, len); bp->wptr += len; | |
| 1992/0404 | bp->flags |= S_DELIM; | |
| 1992/0410 | PUTNEXT(tp->q, bp); | |
| 1992/1015 | poperror(); | |
| 1992/0404 | } | |
| 1992/0410 | qunlock(tp); | |
| 1992/0404 | } } | |