OF_interpret
OF_interpret("frame-buffer-adr", 0, 1, &sc->sc_fbaddr);
OF_interpret("screen-width", 0, 1, &temp);
OF_interpret("screen-height", 0, 1, &temp);
OF_interpret("frame-buffer-adr", 0, 1, &fbaddr);
OF_interpret("screen-width", 0, 1, &width);
OF_interpret("screen-height", 0, 1, &height);
OF_interpret(buf, 0, 0);
OF_interpret(buf, 0, 0);
OF_interpret(buf, 0, 0);
OF_interpret("vesa-frame-buffer-adr", 0, 1, &fbaddr);
OF_interpret(buf, 0, 0);
OF_interpret("screen-width", 0, 1, &temp);
OF_interpret("screen-height", 0, 1, &temp);
OF_interpret("frame-buffer-adr", 0, 1, &fbaddr);
OF_interpret("line#", 0, 1, &crow);
OF_interpret("font-adr", 0, 1, &romfont);
OF_interpret("char-width", 0, 1, &char_width);
OF_interpret("char-height", 0, 1, &char_height);
OF_interpret("screen-width", 0, 1, &width);
OF_interpret("screen-height", 0, 1, &height);
OF_interpret("frame-buffer-adr", 0, 1, &fbaddr);
OF_interpret("#lines", 0, 1, &rows);
OF_interpret("#columns", 0, 1, &cols);
OF_interpret("line#", 0, 1, &crow);
OF_interpret("#lines 2 - to line#", 0, 0);
int OF_interpret(const char *, int, int, ...);
(void)OF_interpret(s, 0, 0);
OF_interpret("my-self", 0, 1, &myself);
OF_interpret("to my-self", 1, 0, HDL2CELL(ihandle));
OF_interpret("depth", 0, 1, &odepth);
OF_interpret("my-unit depth", 0, 5, &depth,
OF_interpret("my-self ihandle>non-interposed-phandle",
OF_interpret("to my-self", 1, 0, myself);
int OF_interpret(const char *, int, int, ...);
OF_interpret("stdout @ is my-self addr line# addr column# ", 0, 2,
int OF_interpret(const char *, int, int, ...);