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

1999/0629/port/cache.c (diff list | history)

1999/0508/sys/src/9/port/cache.c:128,1361999/0629/sys/src/9/port/cache.c:128,134 (short | long | prev | next)
1993/1018    
	ulong o; 
	int nb, ct; 
1993/1014    
	Extent *e; 
1993/1017    
	char buf[128]; 
1993/1028    
 
1993/1017    
	ptpath(c->path, buf, sizeof(buf)); 
1993/1018    
	nb = 0; 
	ct = 1; 
1993/1103    
	o = 0; 
1999/0508/sys/src/9/port/cache.c:143,1491999/0629/sys/src/9/port/cache.c:141,147
1993/1018    
		o = e->start+e->len; 
	} 
	pprint("%s: 0x%lux.0x%lux %d %d %s (%d %c)\n", 
	s, m->path, m->vers, m->type, m->dev, buf, nb, ct ? 'C' : 'N'); 
1999/0629    
	s, m->path, m->vers, m->type, m->dev, c->name, nb, ct ? 'C' : 'N'); 
1993/1014    
 
1993/1018    
	for(e = m->list; e; e = e->next) { 
1993/1103    
		pprint("\t%4d %5d %4d %lux\n", 


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