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

1995/0804/port/devkprof.c (diff list | history)

1995/0108/sys/src/9/port/devkprof.c:95,1171995/0804/sys/src/9/port/devkprof.c:95,114 (short | long | prev | next)
1990/03292    
} 
 
void 
kprofcreate(Chan *c, char *name, int omode, ulong perm) 
1995/0804    
kprofcreate(Chan*, char*, int, ulong) 
1990/03292    
{ 
1991/1115    
	USED(c, name, omode, perm); 
1991/1006    
	error(Eperm); 
1990/03292    
} 
 
void 
kprofremove(Chan *c) 
1995/0804    
kprofremove(Chan*) 
1990/03292    
{ 
1991/1115    
	USED(c); 
1991/1006    
	error(Eperm); 
1990/03292    
} 
 
void 
1990/0330    
kprofwstat(Chan *c, char *dp) 
1995/0804    
kprofwstat(Chan*, char*) 
1990/03292    
{ 
1991/1115    
	USED(c, dp); 
1991/1006    
	error(Eperm); 
1990/03292    
} 
 
1995/0108/sys/src/9/port/devkprof.c:118,1241995/0804/sys/src/9/port/devkprof.c:115,120
1990/03292    
void 
kprofclose(Chan *c) 
{ 
1991/1115    
	USED(c); 
1990/03292    
} 
 
long 
1995/0108/sys/src/9/port/devkprof.c:169,1781995/0804/sys/src/9/port/devkprof.c:165,172
1995/0108    
} 
 
1990/03292    
long 
1991/0411    
kprofwrite(Chan *c, char *a, long n, ulong offset) 
1995/0804    
kprofwrite(Chan *c, char *a, long n, ulong) 
1990/03292    
{ 
1992/0711    
	USED(offset); 
                 
1991/1006    
	switch((int)(c->qid.path&~CHDIR)){ 
	case Kprofctlqid: 
		if(strncmp(a, "startclr", 8) == 0){ 


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