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

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

2000/0515/sys/src/9/alphapc/sd.h:32,402000/0607/sys/src/9/alphapc/sd.h:32,39 (short | long | prev | next)
2000/0515    
	int	nopen;			/* of partitions on this unit */ 
	int	changed; 
 
	QLock	raw; 
2000/0607    
	Lock	rawinuse;		/* really just a test-and-set */ 
2000/0515    
	int	state; 
	ulong	pid; 
	SDreq*	req; 
} SDunit; 
 
2000/0515/sys/src/9/alphapc/sd.h:91,962000/0607/sys/src/9/alphapc/sd.h:90,96
2000/0515    
}; 
 
enum { 
2000/0607    
	SDretry		= -5,		/* internal to controllers */ 
2000/0515    
	SDmalloc	= -4, 
	SDeio		= -3, 
	SDtimeout	= -2, 


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