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

1992/0711/port/devscc.c (diff list | history)

1992/0623/sys/src/9/port/devscc.c:194,2001992/0711/sys/src/9/port/devscc.c:194,199 (short | long | prev | next)
1992/0617    
void 
sccbits(SCC *sp, int n) 
{ 
	int val; 
	int rbits, tbits; 
 
	switch(n){ 
1992/0623/sys/src/9/port/devscc.c:743,7491992/0711/sys/src/9/port/devscc.c:742,747
1991/0601    
long 
sccread(Chan *c, void *buf, long n, ulong offset) 
{ 
1991/1225    
	SCC *sp; 
	char b[8]; 
1991/0601    
 
1991/1225    
	if(c->qid.path == CHDIR) 
1992/0623/sys/src/9/port/devscc.c:763,7681992/0711/sys/src/9/port/devscc.c:761,767
1991/0601    
long 
sccwrite(Chan *c, void *va, long n, ulong offset) 
{ 
1992/0711    
	USED(offset); 
1991/0601    
	return streamwrite(c, va, n, 0); 
} 
 


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