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

1991/0217/port/stasync.c (diff list | history)

1990/11211/sys/src/9/port/stasync.c:69,751991/0217/sys/src/9/port/stasync.c:69,75 (short | long | prev | next)
1990/11151    
	asyncreset 
}; 
1990/1009    
 
int asyncdebug = 0; 
1991/0217    
int asyncdebug = 3; 
1990/1009    
int asyncerror; 
 
static ushort crc_table[256] = { 
1990/11211/sys/src/9/port/stasync.c:247,2521991/0217/sys/src/9/port/stasync.c:247,254
1990/1009    
	int c, chan, ctl; 
 
	if(bp->type != M_DATA){ 
1991/0217    
		if(streamparse("debug", bp)) 
			asyncdebug = 3; 
1990/1009    
		freeb(bp); 
		return; 
	} 


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