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

1990/1004/port/devdk.c (diff list | history)

1990/0925/sys/src/9/port/devdk.c:499,5041990/1004/sys/src/9/port/devdk.c:499,512 (short | long | prev | next)
1990/0312    
	dp->csc = c; 
 
	/* 
1990/1004    
	 *  tell datakit we've rebooted. It should close all channels. 
	 */ 
	if(dp->restart) { 
		DPRINT("dkmuxconfig: restart %s\n", dp->name); 
		dkmesg(dp, T_ALIVE, D_RESTART, 0, 0); 
	} 
 
	/* 
1990/0312    
	 *  start a process to deal with it 
	 */ 
1990/0911    
	sprint(buf, "csc.%s.%d", dp->name, dp->ncsc); 
1990/0925/sys/src/9/port/devdk.c:1314,13291990/1004/sys/src/9/port/devdk.c:1322,1327
1990/0312    
	int i; 
 
	dp = (Dk *)a; 
1990/0617    
                 
	/* 
	 *  tell datakit we've rebooted. It should close all channels. 
	 */ 
1990/0911    
	if(dp->restart) { 
		DPRINT("dkcsckproc: restart %s\n", dp->name); 
1990/0707    
		dkmesg(dp, T_ALIVE, D_RESTART, 0, 0); 
1990/0911    
	} 
	DPRINT("dkcsckproc: closeall %s\n", dp->name); 
1990/0617    
	dkmesg(dp, T_CHG, D_CLOSEALL, 0, 0); 
1990/0312    
 
	/* 
	 *  loop forever listening 


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