| plan 9 kernel history: overview | file list | diff list |
1991/0115/power/fns.h (diff list | history)
| 1990/1231/sys/src/9/power/fns.h:180,185 – 1991/0115/sys/src/9/power/fns.h:180,186 (short | long | prev | next) | ||
| 1990/0629 | int streamenter(Stream*); | |
| 1990/1101 | int streamexit(Stream*, int); | |
| 1990/0227 | void streaminit(void); | |
| 1991/0115 | void streaminit0(void); | |
| 1990/0227 | long streamread(Chan*, void*, long); | |
| 1990/0312 | long streamwrite(Chan*, void*, long, int); | |
| 1990/1009 | Stream* streamnew(ushort, ushort, ushort, Qinfo*, int); | |
| 1990/1231/sys/src/9/power/fns.h:220,222 – 1991/0115/sys/src/9/power/fns.h:221,224 | ||
| 1990/1214 | #define USED(x) if(x) #define SET(x) x = 0 | |
| 1991/0115 | #define flushvirt() | |