| plan 9 kernel history: overview | file list | diff list |
1990/05313/gnot/dat.h (diff list | history)
| 1990/0406/sys/src/9/gnot/dat.h:287,294 – 1990/05313/sys/src/9/gnot/dat.h:287,294 (short | long | prev | next) | ||
| 1990/03091 | char text[NAMELEN]; Proc *rnext; /* next process in run queue */ Proc *qnext; /* next process on queue for a QLock */ | |
| 1990/05313 | QLock *qlock; /* address of qlock being queued for DEBUG */ | |
| 1990/03091 | int state; | |
| 1990/0406/sys/src/9/gnot/dat.h:320,327 – 1990/05313/sys/src/9/gnot/dat.h:320,327 | ||
| 1990/03091 | struct User { Proc *p; | |
| 1990/05313 | Label errlab[NERR]; | |
| 1990/03091 | Error error; FPsave fpsave; /* address of this is known by vdb */ char elem[NAMELEN]; /* last name element from namec */ | |