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

1991/0717/pc/fns.h (diff list | history)

pc/fns.h on 1991/0703
1991/0703    
#include "../port/portfns.h" 
 
1991/0711    
#define	clearmmucache()		/* 386 doesn't have one */ 
1991/0706    
void	clock(Ureg*); 
1991/0705    
void	clockinit(void); 
1991/0702    
void	delay(int); 
1991/0711    
#define	evenaddr(x)		/* 386 doesn't care */ 
1991/0710    
void	fault386(Ureg*); 
1991/0706    
void	floppyinit(void); 
void	floppyintr(Ureg*); 
1991/0712    
long	floppyseek(int, long); 
long	floppyread(int, void*, long); 
1991/0711    
#define	flushvirt(); 
1991/0716    
void	fpsave(FPsave*); 
void	fprestore(FPsave*); 
1991/0706    
void	idle(void); 
1991/0702    
int	inb(int); 
1991/0703    
void	intr0(void); 
void	intr1(void); 
void	intr2(void); 
void	intr3(void); 
void	intr4(void); 
void	intr5(void); 
void	intr6(void); 
void	intr7(void); 
void	intr8(void); 
void	intr9(void); 
void	intr10(void); 
void	intr11(void); 
void	intr12(void); 
void	intr13(void); 
void	intr14(void); 
void	intr15(void); 
void	intr16(void); 
1991/0706    
void	intr17(void); 
void	intr18(void); 
void	intr19(void); 
void	intr20(void); 
void	intr21(void); 
void	intr22(void); 
void	intr23(void); 
1991/0710    
void	intr64(void); 
1991/0703    
void	intrbad(void); 
void	kbdinit(void); 
1991/0706    
void	kbdintr(Ureg*); 
1991/0703    
void	lgdt(Segdesc*, int); 
void	lidt(Segdesc*, int); 
1991/0717    
void	lcr3(ulong); 
void	ltr(ulong); 
1991/0706    
void	mmuinit(void); 
1991/0702    
void	outb(int, int); 
void	prhex(ulong); 
1991/0717    
void	procrestore(Proc*, uchar*); 
void	procsave(uchar*, int); 
void	procsetup(Proc*); 
1991/0703    
void	screeninit(void); 
1991/0702    
void	screenputc(int); 
void	screenputs(char*, int); 
1991/0716    
void	setvec(int, void (*)(Ureg*)); 
1991/0703    
void	systrap(void); 
1991/0711    
void	touser(void); 
1991/0703    
void	trapinit(void); 
int	tas(Lock*); 
1991/0710    
#define	waserror()	(u->nerrlab++, setlabel(&u->errlab[u->nerrlab-1])) 


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