| plan 9 kernel history: overview | file list | diff list |
1990/0406/power/dat.h (diff list | history)
| 1990/0406/sys/src/9/power/dat.h:115,141 – 1990/0504/sys/src/9/power/dat.h:115,141 (short | long | prev | next) | ||
| 1990/0227 | struct Conf { | |
| 1990/0504 | ulong nmach; /* processors */ ulong nproc; /* processes */ ulong npgrp; /* process groups */ | |
| 1990/0227 | ulong npage; /* total physical pages of memory */ ulong norig; /* origins */ ulong npte; /* contiguous page table entries */ ulong nmod; /* single (modifying) page table entries */ | |
| 1990/0504 | ulong nalarm; /* alarms */ ulong nchan; /* channels */ ulong nenv; /* distinct environment values */ ulong nenvchar; /* environment text storage */ ulong npgenv; /* environment files per process group */ ulong nmtab; /* mounted-upon channels per process group */ ulong nmount; /* mounts */ ulong nmntdev; /* mounted devices (devmnt.c) */ ulong nmntbuf; /* buffers for devmnt.c messages */ ulong nmnthdr; /* headers for devmnt.c messages */ ulong nstream; /* streams */ ulong nqueue; /* stream queues */ ulong nblock; /* stream blocks */ ulong nsrv; /* public servers (devsrv.c) */ | |
| 1990/0227 | }; struct Dev | |