sys/dev/fb/fbreg.h
46
#define bcopy_io(s, d, c) copyw((void*)(s), (void*)(d), (c))
sys/dev/fb/fbreg.h
47
#define bcopy_toio(s, d, c) copyw((void*)(s), (void*)(d), (c))
sys/dev/fb/fbreg.h
48
#define bcopy_fromio(s, d, c) copyw((void*)(s), (void*)(d), (c))