bmove
#define bmove(src, dst, len) ovbcopy(src, dst, len)
#define bmove(src, dst, len) bcopy(src, dst, len)
bmove(char *from, char *to, int length)