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

1991/0710/port/sysproc.c (diff list | history)

1991/0709/sys/src/9/port/sysproc.c:175,1811991/0710/sys/src/9/port/sysproc.c:175,181 (short | long | prev | next)
1990/0227    
	/* 
	 * Args: pass 1: count 
	 */ 
	nbytes = 0; 
1991/0710    
	nbytes = BY2WD;		/* hole for profiling clock at top of stack */ 
1990/0227    
	nargs = 0; 
	if(indir){ 
		argp = progarg; 
1991/0709/sys/src/9/port/sysproc.c:298,3041991/0710/sys/src/9/port/sysproc.c:298,304
1990/0227    
	u->notified = 0; 
1990/1212    
	procsetup(p); 
1990/0227    
	unlock(&p->debug); 
	return 0; 
1991/0710    
	return (USTKTOP-BY2WD);	/* address of user-level clock */ 
1990/0227    
} 
 
int 


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