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

1992/0622/power/dat.h (diff list | history)

1992/0613/sys/src/9/power/dat.h:23,291992/0622/sys/src/9/power/dat.h:23,29 (short | long | prev | next)
1990/0227    
 
struct Lock 
{ 
	ulong	*sbsem;			/* addr of sync bus semaphore */ 
1992/0622    
	int	val; 
1990/0227    
	ulong	pc; 
}; 
 
1992/0613/sys/src/9/power/dat.h:37,681992/0622/sys/src/9/power/dat.h:37,56
1990/0227    
{ 
1990/0504    
	ulong	nmach;		/* processors */ 
	ulong	nproc;		/* processes */ 
	ulong	npgrp;		/* process groups */ 
1990/0614    
	ulong	npage0;		/* total physical pages of memory */ 
1991/0803    
	ulong	npage1;		/* total physical pages of memory */ 
1990/0227    
	ulong	npage;		/* total physical pages of memory */ 
1991/0705    
	ulong	nseg;		/* number of segments */ 
1992/0622    
	ulong	upages;		/* user page pool */ 
1991/0705    
	ulong	nimage;		/* number of page cache image headers */ 
	ulong 	npagetab;	/* number of pte tables */ 
	ulong	nswap;		/* number of swap pages */ 
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/0717    
	ulong	nurp;		/* max urp conversations */ 
1990/1009    
	ulong	nasync;		/* number of async protocol modules */ 
	ulong	npipe;		/* number of pipes */ 
1990/1211    
	ulong	maxialloc;	/* maximum bytes used by ialloc */ 
	ulong	base0;		/* base of bank 0 */ 
	ulong	base1;		/* base of bank 1 */ 
1990/1212    
	ulong	copymode;	/* 0 is copy on write, 1 is copy on reference */ 


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