| plan 9 kernel history: overview | file list | diff list |
1990/0303/power/dat.h (diff list | history)
| 1990/0227/sys/src/9/power/dat.h:94,99 – 1990/0303/sys/src/9/power/dat.h:94,101 (short | long | prev | next) | ||
| 1990/0227 | ulong mountid; int fid; /* for devmnt */ Stream *stream; /* for stream channels */ | |
| 1990/0303 | Chan *mchan; /* channel to mounted server */ ulong mqid; /* qid of root of mount point */ | |
| 1990/0227 | }; struct FPsave | |
| 1990/0227/sys/src/9/power/dat.h:226,233 – 1990/0303/sys/src/9/power/dat.h:228,236 | ||
| 1990/0227 | PTE *pte; Chan *chan; /* channel deriving segment (if open) */ ushort type; /* of channel (which could be non-open) */ | |
| 1990/0303 | Chan *mchan; ulong mqid; | |
| 1990/0227 | ulong minca; /* base of region in chan */ ulong maxca; /* end of region in chan */ }; | |