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

1991/0720/port/devcons.c (diff list | history)

1991/0720/sys/src/9/port/devcons.c:11,171991/0723/sys/src/9/port/devcons.c:11,17 (short | long | prev | next)
1991/0607    
struct { 
	IOQ;			/* lock to klogputs */ 
	QLock;			/* qlock to getc */ 
}	klogq; 
1991/0723    
}klogq; 
1990/0227    
 
1991/0607    
IOQ	lineq;			/* lock to getc; interrupt putc's */ 
IOQ	printq; 
1991/0720/sys/src/9/port/devcons.c:141,1461991/0723/sys/src/9/port/devcons.c:141,147
1990/0227    
	char buf[PRINTSIZE]; 
	int n; 
 
1991/0723    
	print("panic: %lux m=%lux\n", &fmt, m); 
1990/0227    
	strcpy(buf, "panic: "); 
1990/06111    
	n = doprint(buf+7, buf+sizeof(buf), fmt, (&fmt+1)) - buf; 
1990/0227    
	buf[n] = '\n'; 


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