NetBSD/sys/arch/sun3/sun3x
chs ac3bc537bd eliminate the KERN_* error codes in favor of the traditional E* codes.
the mapping is:

KERN_SUCCESS			0
KERN_INVALID_ADDRESS		EFAULT
KERN_PROTECTION_FAILURE		EACCES
KERN_NO_SPACE			ENOMEM
KERN_INVALID_ARGUMENT		EINVAL
KERN_FAILURE			various, mostly turn into KASSERTs
KERN_RESOURCE_SHORTAGE		ENOMEM
KERN_NOT_RECEIVER		<unused>
KERN_NO_ACCESS			<unused>
KERN_PAGES_LOCKED		<unused>
2001-03-15 06:10:32 +00:00
..
bus_subr.c
clock.c Remove some of broken cf_unit usage. 2001-02-03 12:40:58 +00:00
dvma.c
enable.c
enable.h
genassym.cf
idprom.c
iommu.c
iommu.h
locore.s switch sun3 to ELF. highlight include: 2001-02-22 07:11:08 +00:00
locore2.c switch sun3 to ELF. highlight include: 2001-02-22 07:11:08 +00:00
machdep.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
mem.c
mk48t02.h
obio.c
obio.h
obmem.h
pmap.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
pmap_pvt.h
vme.c
vme.h