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

1990/1211/power/dat.h (diff list | history)

1990/1124/sys/src/9/power/dat.h:149,1541990/1211/sys/src/9/power/dat.h:149,157 (short | long | prev | next)
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/0227    
}; 
 
struct Dev 
1990/1124/sys/src/9/power/dat.h:315,3201990/1211/sys/src/9/power/dat.h:318,324
1990/0227    
	short	pidonmach[MAXMACH];	/* TLB pid on each mmu */ 
	Page	*upage;			/* BUG: should be unlinked from page list */ 
	Seg	seg[NSEG]; 
1990/1211    
	ulong	bssend;			/* initial top of bss seg */ 
1990/0227    
	ulong	pid; 
1990/0324    
	int	nchild; 
	QLock	wait;			/* exiting children to be waited for */ 
1990/1124/sys/src/9/power/dat.h:698,7001990/1211/sys/src/9/power/dat.h:702,709
1990/0227    
extern	char	devchar[]; 
extern	FPsave	initfp; 
1990/0718    
 
1990/1211    
/* 
 *  parameters for sysproc.c 
 */ 
#define AOUT_MAGIC	V_MAGIC 
#define ENTRYOFFSET	(-4) 


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