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

1991/1112/port/devbit.c (diff list | history)

1991/1112/sys/src/9/port/devbit.c:240,2451991/1115/sys/src/9/port/devbit.c:240,246 (short | long | prev | next)
1990/0324    
void 
bitcreate(Chan *c, char *name, int omode, ulong perm) 
{ 
1991/1115    
	USED(c, name, omode, perm); 
1990/11211    
	error(Eperm); 
1990/0324    
} 
 
1991/1112/sys/src/9/port/devbit.c:246,2511991/1115/sys/src/9/port/devbit.c:247,253
1990/0324    
void 
bitremove(Chan *c) 
{ 
1991/1115    
	USED(c); 
1990/11211    
	error(Eperm); 
1990/0324    
} 
 
1991/1112/sys/src/9/port/devbit.c:252,2571991/1115/sys/src/9/port/devbit.c:254,260
1990/0324    
void 
bitwstat(Chan *c, char *db) 
{ 
1991/1115    
	USED(c, db); 
1990/11211    
	error(Eperm); 
1990/0324    
} 
 
1991/1112/sys/src/9/port/devbit.c:1246,12511991/1115/sys/src/9/port/devbit.c:1249,1255
1991/0706    
	static int nb; 
	static uchar b[] = {0, 4, 2, 6, 1, 5, 3, 7}; 
1991/0605    
 
1991/1115    
	USED(q); 
1991/0706    
	if((c&0xF0) == 0x80) 
		nb=0; 
	msg[nb] = c; 
1991/1112/sys/src/9/port/devbit.c:1264,12681991/1115/sys/src/9/port/devbit.c:1268,1273
1990/0505    
int 
mousechanged(void *m) 
{ 
1991/1115    
	USED(m); 
1990/0505    
	return mouse.changed; 
1990/0324    
} 


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