| plan 9 kernel history: overview | file list | diff list |
1995/0804/port/devkprof.c (diff list | history)
| 1995/0108/sys/src/9/port/devkprof.c:95,117 – 1995/0804/sys/src/9/port/devkprof.c:95,114 (short | long | prev | next) | ||
| 1990/03292 | } void | |
| 1995/0804 | kprofcreate(Chan*, char*, int, ulong) | |
| 1990/03292 | { | |
| 1991/1115 |
| |
| 1991/1006 | error(Eperm); | |
| 1990/03292 | } void | |
| 1995/0804 | kprofremove(Chan*) | |
| 1990/03292 | { | |
| 1991/1115 |
| |
| 1991/1006 | error(Eperm); | |
| 1990/03292 | } void | |
| 1990/0330 |
| |
| 1995/0804 | kprofwstat(Chan*, char*) | |
| 1990/03292 | { | |
| 1991/1115 |
| |
| 1991/1006 | error(Eperm); | |
| 1990/03292 | } | |
| 1995/0108/sys/src/9/port/devkprof.c:118,124 – 1995/0804/sys/src/9/port/devkprof.c:115,120 | ||
| 1990/03292 | void kprofclose(Chan *c) { | |
| 1991/1115 |
| |
| 1990/03292 | } long | |
| 1995/0108/sys/src/9/port/devkprof.c:169,178 – 1995/0804/sys/src/9/port/devkprof.c:165,172 | ||
| 1995/0108 | } | |
| 1990/03292 | long | |
| 1991/0411 |
| |
| 1995/0804 | kprofwrite(Chan *c, char *a, long n, ulong) | |
| 1990/03292 | { | |
| 1992/0711 |
| |
| 1991/1006 | switch((int)(c->qid.path&~CHDIR)){ case Kprofctlqid: if(strncmp(a, "startclr", 8) == 0){ | |