Symbol: OF_interpret
sys/arch/macppc/dev/ofb.c
196
OF_interpret("frame-buffer-adr", 0, 1, &sc->sc_fbaddr);
sys/arch/macppc/macppc/machdep.c
372
OF_interpret("screen-width", 0, 1, &temp);
sys/arch/macppc/macppc/machdep.c
377
OF_interpret("screen-height", 0, 1, &temp);
sys/arch/macppc/macppc/machdep.c
391
OF_interpret("frame-buffer-adr", 0, 1, &fbaddr);
sys/arch/ofppc/ofppc/machdep.c
252
OF_interpret("screen-width", 0, 1, &width);
sys/arch/ofppc/ofppc/machdep.c
256
OF_interpret("screen-height", 0, 1, &height);
sys/arch/ofppc/ofppc/machdep.c
275
OF_interpret(buf, 0, 0);
sys/arch/ofppc/ofppc/machdep.c
279
OF_interpret(buf, 0, 0);
sys/arch/ofppc/ofppc/machdep.c
281
OF_interpret(buf, 0, 0);
sys/arch/ofppc/ofppc/machdep.c
282
OF_interpret("vesa-frame-buffer-adr", 0, 1, &fbaddr);
sys/arch/ofppc/ofppc/machdep.c
285
OF_interpret(buf, 0, 0);
sys/arch/ofppc/ofppc/machdep.c
475
OF_interpret("screen-width", 0, 1, &temp);
sys/arch/ofppc/ofppc/machdep.c
480
OF_interpret("screen-height", 0, 1, &temp);
sys/arch/ofppc/ofppc/machdep.c
495
OF_interpret("frame-buffer-adr", 0, 1, &fbaddr);
sys/arch/powerpc/oea/ofw_rascons.c
171
OF_interpret("line#", 0, 1, &crow);
sys/arch/powerpc/oea/ofw_rascons.c
196
OF_interpret("font-adr", 0, 1, &romfont);
sys/arch/powerpc/oea/ofw_rascons.c
210
OF_interpret("char-width", 0, 1, &char_width);
sys/arch/powerpc/oea/ofw_rascons.c
211
OF_interpret("char-height", 0, 1, &char_height);
sys/arch/powerpc/oea/ofw_rascons.c
241
OF_interpret("screen-width", 0, 1, &width);
sys/arch/powerpc/oea/ofw_rascons.c
243
OF_interpret("screen-height", 0, 1, &height);
sys/arch/powerpc/oea/ofw_rascons.c
249
OF_interpret("frame-buffer-adr", 0, 1, &fbaddr);
sys/arch/powerpc/oea/ofw_rascons.c
270
OF_interpret("#lines", 0, 1, &rows);
sys/arch/powerpc/oea/ofw_rascons.c
271
OF_interpret("#columns", 0, 1, &cols);
sys/arch/powerpc/oea/ofw_rascons.c
89
OF_interpret("line#", 0, 1, &crow);
sys/arch/powerpc/oea/ofw_rascons.c
96
OF_interpret("#lines 2 - to line#", 0, 0);
sys/arch/sparc/include/openfirm.h
72
int OF_interpret(const char *, int, int, ...);
sys/arch/sparc/sparc/promlib.c
1087
(void)OF_interpret(s, 0, 0);
sys/arch/sparc/stand/ofwboot/ofdev.c
375
OF_interpret("my-self", 0, 1, &myself);
sys/arch/sparc/stand/ofwboot/ofdev.c
377
OF_interpret("to my-self", 1, 0, HDL2CELL(ihandle));
sys/arch/sparc/stand/ofwboot/ofdev.c
385
OF_interpret("depth", 0, 1, &odepth);
sys/arch/sparc/stand/ofwboot/ofdev.c
386
OF_interpret("my-unit depth", 0, 5, &depth,
sys/arch/sparc/stand/ofwboot/ofdev.c
402
OF_interpret("my-self ihandle>non-interposed-phandle",
sys/arch/sparc/stand/ofwboot/ofdev.c
421
OF_interpret("to my-self", 1, 0, myself);
sys/arch/sparc/stand/ofwboot/openfirm.h
73
int OF_interpret(const char *, int, int, ...);
sys/arch/sparc64/sparc64/autoconf.c
886
OF_interpret("stdout @ is my-self addr line# addr column# ", 0, 2,
sys/dev/ofw/openfirm.h
87
int OF_interpret(const char *, int, int, ...);