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

1995/0103/carrera/fns.h (diff list | history)

1994/1108/sys/src/9/carrera/fns.h:120,1301995/0103/sys/src/9/carrera/fns.h:120,125 (short | long | prev | next)
1993/0903    
#define KADDR1(a)	((void*)((ulong)(a)|KSEG1)) 
#define PADDR(a)	((ulong)(a)&~KSEGM) 
1994/0307    
 
1994/0308    
void	hnputl(void*, ulong v); 
void	hnputs(void*, ushort v); 
ulong	nhgetl(void*); 
ushort	nhgets(void*); 
1994/0307    
                 
1994/0325    
void	ifwrite(void*, Block*, int); 
1994/0307    
void*	ifinit(int); 
1994/0309    
void	ifjab(void); 


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