plan 9 kernel history: overview | file list | diff list

1990/0629/power/conf.h (diff list | history)

power/conf.h on 1990/0504
1990/0504    
Conftab conftab[] = { 
	{"nmach", &conf.nmach }, 
	{"nproc", &conf.nproc }, 
	{"npgrp", &conf.npgrp }, 
1990/0614    
	{"npage0", &conf.npage0 }, 
1990/0504    
	{"npage", &conf.npage }, 
	{"norig", &conf.norig }, 
	{"npte", &conf.npte }, 
	{"nmod", &conf.nmod }, 
	{"nalarm", &conf.nalarm }, 
	{"nchan", &conf.nchan }, 
	{"nenv", &conf.nenv }, 
	{"nenvchar", &conf.nenvchar }, 
	{"npgenv", &conf.npgenv }, 
	{"nmtab", &conf.nmtab }, 
	{"nmount", &conf.nmount }, 
	{"nmntdev", &conf.nmntdev }, 
	{"nmntbuf", &conf.nmntbuf }, 
	{"nmnthdr", &conf.nmnthdr }, 
	{"nstream", &conf.nstream }, 
	{"nqueue", &conf.nqueue }, 
	{"nblock", &conf.nblock }, 
	{"nsrv", &conf.nsrv }, 
1990/0629    
	{"nnoifc", &conf.nnoifc }, 
	{"nnoconv", &conf.nnoconv }, 
1990/0504    
	{ 0, 0 }, 
}; 
1990/0424    
 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)