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

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

1990/0227/sys/src/9/power/dat.h:94,991990/0303/sys/src/9/power/dat.h:94,101 (short | long | prev | next)
1990/0227    
	ulong	mountid; 
	int	fid;			/* for devmnt */ 
	Stream	*stream;		/* for stream channels */ 
1990/0303    
	Chan	*mchan;			/* channel to mounted server */ 
	ulong	mqid;			/* qid of root of mount point */ 
1990/0227    
}; 
 
struct	FPsave 
1990/0227/sys/src/9/power/dat.h:226,2331990/0303/sys/src/9/power/dat.h:228,236
1990/0227    
	PTE	*pte; 
	Chan	*chan;			/* channel deriving segment (if open) */ 
	ushort	type;			/* of channel (which could be non-open) */ 
	ushort	dev; 
	ulong	qid; 
1990/0303    
	Chan	*mchan; 
	ulong	mqid; 
1990/0227    
	ulong	minca;			/* base of region in chan */ 
	ulong	maxca;			/* end of region in chan */ 
}; 


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