COPYOUT
#define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l)
#define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l)
#define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l)
#define COPYOUT(s,d,l) archsw.arch_copyout(s, d, l)
.macro COPYOUT smap erms
# define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c))
# define COPYOUT(a,b,c) bcopywrap((a), (b), (c))
# define COPYOUT(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0)
#define COPYOUT(obj, size) do { \
#undef COPYOUT