ofwfb_putc
static vi_putc_t ofwfb_putc;
.putc = ofwfb_putc,
ofwfb_putc(adp, off + i, s[i] & 0xff, (s[i] & 0xff00) >> 8);