| plan 9 kernel history: overview | file list | diff list |
1993/1103/port/qio.c (diff list | history)
| 1993/1102/sys/src/9/port/qio.c:365,371 – 1993/1103/sys/src/9/port/qio.c:365,371 (short | long | prev | next) | ||
| 1993/0526 | b = iallocb(len); if(b == 0){ unlock(q); | |
| 1993/1103 | return -2; | |
| 1993/0526 | } | |
| 1993/0527 | memmove(b->wp, p, len); | |
| 1993/0526 | b->wp += len; | |