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,2941990/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; 
	short	pidonmach[MAXMACH];	/* TLB pid on each mmu */ 
	Page	*upage;			/* BUG: should be unlinked from page list */ 
	Seg	seg[NSEG]; 
	ulong	pid; 
1990/0406/sys/src/9/gnot/dat.h:320,3271990/05313/sys/src/9/gnot/dat.h:320,327
1990/03091    
struct User 
{ 
	Proc	*p; 
	Label	errlab[NERR]; 
	int	nerrlab; 
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 */ 


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