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

2000/0618/alphapc/sd.h (diff list | history)

2000/0607/sys/src/9/alphapc/sd.h:14,202000/0618/sys/src/9/alphapc/sd.h:14,20 (short | long | prev | next)
2000/0515    
	char	user[NAMELEN]; 
	ulong	perm; 
	int	valid; 
	int	nopen;			/* of this partition */ 
2000/0618    
	ulong	vers; 
2000/0515    
} SDpart; 
 
typedef struct SDunit { 
2000/0607/sys/src/9/alphapc/sd.h:27,362000/0618/sys/src/9/alphapc/sd.h:27,34
2000/0515    
	QLock	ctl; 
	ulong	sectors; 
	ulong	secsize; 
	SDpart*	part; 
	int	npart;			/* of valid partitions */ 
	int	nopen;			/* of partitions on this unit */ 
	int	changed; 
2000/0618    
	SDpart*	part;		/* either nil or points at array of size SDnpart */ 
	ulong	vers; 
2000/0515    
 
2000/0607    
	Lock	rawinuse;		/* really just a test-and-set */ 
2000/0515    
	int	state; 


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