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

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

1990/0306/sys/src/9/power/dat.h:81,861990/03081/sys/src/9/power/dat.h:81,87 (short | long | prev | next)
1990/0306    
	ulong	cmd; 
	ulong	addr; 
	ulong	count; 
1990/03081    
	ulong	rcount; 
1990/0306    
}; 
 
1990/0227    
#define	CHDIR	0x80000000L 
1990/0306/sys/src/9/power/dat.h:301,3061990/03081/sys/src/9/power/dat.h:302,311
1990/0227    
	Page	*upage;			/* BUG: should be unlinked from page list */ 
	Seg	seg[NSEG]; 
	ulong	pid; 
1990/03081    
	Lock	kidlock;		/* access to kid and sib */ 
	Proc	*pop;			/* some ascendant */ 
	Proc	*kid;			/* some descendant */ 
	Proc	*sib;			/* non-ascendant relatives (circular list) */ 
1990/0227    
	int	nchild; 
	QLock	wait;			/* exiting children to be waited for */ 
	Waitmsg	*waitmsg; 


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