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

1990/0920/gnot/stasync.c (diff list | history)

1990/09141/sys/src/9/gnot/stasync.c:192,1971990/0920/sys/src/9/gnot/stasync.c:192,199 (short | long | prev | next)
1990/0905    
		*p++ = FRAME; 
	} 
1990/0911    
	ap->bp->wptr = p; 
1990/0920    
	if(asyncdebug > 2) 
		showframe("out", ap, ap->bp->rptr, BLEN(ap->bp)); 
1990/0905    
	aswrite(ap); 
} 
 
1990/09141/sys/src/9/gnot/stasync.c:271,2801990/0920/sys/src/9/gnot/stasync.c:273,278
1990/0911    
	if(chan != ap->chan && ap->count > 0) 
1990/0905    
		asputf(ap, 0); 
	ap->chan = chan; 
                 
1990/0911    
	if(asyncdebug > 1) 
1990/0905    
		kprint("a%d->(%d)%3.3uo %d\n", 
			ap-async, chan, ctl, bp->wptr - bp->rptr); 
 
	/* 
	 *  send the 8 bit data 


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