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

1992/0223/port/devdk.c (diff list | history)

1992/0221/sys/src/9/port/devdk.c:308,3151992/0223/sys/src/9/port/devdk.c:308,314 (short | long | prev | next)
1990/0312    
} 
 
/* 
1990/1101    
 *  a new dkmux.  find a free dk structure and assign it to this queue. 
 *  when we get though here dp->s is meaningful and the name is set to "/". 
1992/0223    
 *  a new dkmux.  hold the stream in place so it can never be closed down. 
1990/1101    
 */ 
static void 
dkmuxopen(Queue *q, Stream *s) 
1992/0221/sys/src/9/port/devdk.c:322,3281992/0223/sys/src/9/port/devdk.c:321,327
1990/1101    
} 
 
/* 
1990/0312    
 *  close down a dkmux 
1992/0223    
 *  close down a dkmux, this shouldn't happen 
1990/0312    
 */ 
static void 
dkmuxclose(Queue *q) 


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