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

1992/0711/pc/devlpt.c (diff list | history)

1992/0321/sys/src/9/pc/devlpt.c:121,1361992/0711/sys/src/9/pc/devlpt.c:121,140 (short | long | prev | next)
1991/1204    
void 
lptcreate(Chan *c, char *name, int omode, ulong perm) 
{ 
1992/0711    
	USED(c, name, omode, perm); 
1991/1204    
	error(Eperm); 
} 
 
void 
lptclose(Chan *c) 
{} 
1992/0711    
{ 
	USED(c); 
} 
1991/1204    
 
void 
lptremove(Chan *c) 
{ 
1992/0711    
	USED(c); 
1991/1204    
	error(Eperm); 
} 
 
1992/0321/sys/src/9/pc/devlpt.c:137,1421992/0711/sys/src/9/pc/devlpt.c:141,147
1991/1204    
void 
lptwstat(Chan *c, char *dp) 
{ 
1992/0711    
	USED(c, dp); 
1991/1204    
	error(Eperm); 
} 
 
1992/0321/sys/src/9/pc/devlpt.c:210,2141992/0711/sys/src/9/pc/devlpt.c:215,220
1991/1204    
static void 
lptintr(Ureg *ur) 
{ 
1992/0711    
	USED(ur); 
1991/1204    
	wakeup(&lptrendez); 
} 


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