| plan 9 kernel history: overview | file list | diff list |
1995/0108/port/devkprof.c (diff list | history)
| 1993/0501/sys/src/9/port/devkprof.c:162,167 – 1995/0108/sys/src/9/port/devkprof.c:162,173 (short | long | prev | next) | ||
| 1990/03292 | return n; } | |
| 1995/0108 | Block* kprofbread(Chan *c, long n, ulong offset) { return devbread(c, n, offset); } | |
| 1990/03292 | long | |
| 1991/0411 | kprofwrite(Chan *c, char *a, long n, ulong offset) | |
| 1990/03292 | { | |
| 1993/0501/sys/src/9/port/devkprof.c:181,186 – 1995/0108/sys/src/9/port/devkprof.c:187,198 | ||
| 1991/1006 | error(Ebadusefd); | |
| 1990/03292 | } return n; | |
| 1995/0108 | } long kprofbwrite(Chan *c, Block *bp, ulong offset) { return devbwrite(c, bp, offset); | |
| 1990/03292 | } void | |