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

1993/1007/port/chan.c (diff list | history)

1993/0526/sys/src/9/port/chan.c:583,5981993/1007/sys/src/9/port/chan.c:583,598 (short | long | prev | next)
1990/0227    
		name = nextelem(name, elem); 
	} 
1990/0820    
 
1990/0227    
	switch(amode){ 
1993/1007    
	switch(amode) { 
1990/0227    
	case Aaccess: 
1990/0820    
		if(isdot) 
1993/1007    
		if(isdot) { 
1991/0427    
			c = domount(c); 
1993/0501    
		else { 
			nc = walk(c, elem, mntok); 
			if(nc == 0) 
1990/11211    
				error(Enonexist); 
1991/0427    
			c = nc; 
1993/1007    
			break; 
1990/0820    
		} 
1993/1007    
		nc = walk(c, elem, mntok); 
		if(nc == 0) 
			error(Enonexist); 
		c = nc; 
1990/0227    
		break; 
 
	case Atodir: 


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