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

1992/0625/pc/fns.h (diff list | history)

1992/0609/sys/src/9/pc/fns.h:68,701992/0625/sys/src/9/pc/fns.h:68,72 (short | long | prev | next)
1991/0710    
#define	waserror()	(u->nerrlab++, setlabel(&u->errlab[u->nerrlab-1])) 
1992/0101    
#define	kmapperm(x)	kmap(x) 
1992/0222    
#define getcallerpc(x)	(*(ulong*)(x)) 
1992/0625    
#define KADDR(a)	((void*)((ulong)(a)|KZERO)) 
#define PADDR(a)	((ulong)(a)&~KZERO) 


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