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

1999/1028/port/devsdp.c (diff list | history)

1999/1027/sys/src/9/port/devsdp.c:330,3361999/1028/sys/src/9/port/devsdp.c:330,336 (short | long | prev | next)
1999/1015    
static Algorithm compalg[] = 
{ 
	"null",			0,	nullcompinit, 
1999/1027    
//	"thwack",		0,	thwackcompinit, 
1999/1028    
	"thwack",		0,	thwackcompinit, 
1999/1015    
	nil,			0,	nil, 
}; 
 
1999/1027/sys/src/9/port/devsdp.c:558,5641999/1028/sys/src/9/port/devsdp.c:558,563
1999/0901    
		return readstr(off, a, n, buf); 
1999/0907    
	case Qcontrol: 
		b = readcontrol(sdp->conv[CONV(ch->qid)], n); 
1999/1027    
print("readcontrol asked %ld\n", n); 
1999/0907    
		if(b == nil) 
			return 0; 
1999/0914    
print("readcontrol asked %ld got %ld\n", n, BLEN(b)); 


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