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

1994/0308/carrera/fns.h (diff list | history)

1994/0307/sys/src/9/carrera/fns.h:118,1281994/0308/sys/src/9/carrera/fns.h:118,131 (short | long | prev | next)
1993/0903    
#define KADDR1(a)	((void*)((ulong)(a)|KSEG1)) 
#define PADDR(a)	((ulong)(a)&~KSEGM) 
1994/0307    
 
#define hnputl(p, v)	((*(ulong*)p) = v) 
#define hnputs(p, v)	((*(ushort*)p) = v) 
#define nhgetl(p)	((*(ulong*)p)) 
#define nhgets(p)	((*(ushrt*)p)) 
1994/0308    
void	hnputl(void*, ulong v); 
void	hnputs(void*, ushort v); 
ulong	nhgetl(void*); 
ushort	nhgets(void*); 
1994/0307    
 
void	ifwrite(void*, Block*); 
void*	ifinit(int); 
void	fiberint(int); 
1994/0308    
ulong	ifaddr(void*); 
void	audiosbintr(void); 
void	audiodmaintr(void); 


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