| plan 9 kernel history: overview | file list | diff list |
1991/1115/port/devkprof.c (diff list | history)
| 1991/1011/sys/src/9/port/devkprof.c:86,91 – 1991/1115/sys/src/9/port/devkprof.c:86,92 (short | long | prev | next) | ||
| 1990/03292 | void kprofcreate(Chan *c, char *name, int omode, ulong perm) { | |
| 1991/1115 | USED(c, name, omode, perm); | |
| 1991/1006 | error(Eperm); | |
| 1990/03292 | } | |
| 1991/1011/sys/src/9/port/devkprof.c:92,97 – 1991/1115/sys/src/9/port/devkprof.c:93,99 | ||
| 1990/03292 | void kprofremove(Chan *c) { | |
| 1991/1115 | USED(c); | |
| 1991/1006 | error(Eperm); | |
| 1990/03292 | } | |
| 1991/1011/sys/src/9/port/devkprof.c:98,103 – 1991/1115/sys/src/9/port/devkprof.c:100,106 | ||
| 1990/03292 | void | |
| 1990/0330 | kprofwstat(Chan *c, char *dp) | |
| 1990/03292 | { | |
| 1991/1115 | USED(c, dp); | |
| 1991/1006 | error(Eperm); | |
| 1990/03292 | } | |
| 1991/1011/sys/src/9/port/devkprof.c:104,109 – 1991/1115/sys/src/9/port/devkprof.c:107,113 | ||
| 1990/03292 | void kprofclose(Chan *c) { | |
| 1991/1115 | USED(c); | |
| 1990/03292 | } long | |