| plan 9 kernel history: overview | file list | diff list |
1997/0408/port/chan.c (diff list | history)
| 1997/0327/sys/src/9/port/chan.c:55,61 – 1997/0408/sys/src/9/port/chan.c:55,61 (short | long | prev | next) | ||
| 1990/0227 | { int i; | |
| 1993/0526 |
| |
| 1997/0408 | for(i=0; devtab[i] != nil; i++) | |
| 1997/0327 | devtab[i]->reset(); | |
| 1990/0227 | } | |
| 1997/0327/sys/src/9/port/chan.c:64,70 – 1997/0408/sys/src/9/port/chan.c:64,70 | ||
| 1990/0227 | { int i; | |
| 1993/0526 |
| |
| 1997/0408 | for(i=0; devtab[i] != nil; i++) | |
| 1997/0327 | devtab[i]->init(); | |
| 1990/0227 | } | |