| /netbsd-src/sys/arch/powerpc/oea/ |
| H A D | ofw_rascons.c | 89 OF_interpret("line#", 0, 1, &crow); in rascons_cnattach() 96 OF_interpret("#lines 2 - to line#", 0, 0); in rascons_cnattach() 171 OF_interpret("line#", 0, 1, &crow); in rascons_finalize() 196 OF_interpret("font-adr", 0, 1, &romfont); in copy_rom_font() 210 OF_interpret("char-width", 0, 1, &char_width); in copy_rom_font() 211 OF_interpret("char-height", 0, 1, &char_height); in copy_rom_font() 241 OF_interpret("screen-width", 0, 1, &width); in rascons_init_rasops() 243 OF_interpret("screen-height", 0, 1, &height); in rascons_init_rasops() 249 OF_interpret("frame-buffer-adr", 0, 1, &fbaddr); in rascons_init_rasops() 270 OF_interpret("#lines", 0, 1, &rows); in rascons_init_rasops() [all …]
|
| /netbsd-src/sys/arch/ofppc/ofppc/ |
| H A D | machdep.c | 252 OF_interpret("screen-width", 0, 1, &width); in model_init() 256 OF_interpret("screen-height", 0, 1, &height); in model_init() 275 OF_interpret(buf, 0, 0); in model_init() 279 OF_interpret(buf, 0, 0); in model_init() 281 OF_interpret(buf, 0, 0); in model_init() 282 OF_interpret("vesa-frame-buffer-adr", 0, 1, &fbaddr); in model_init() 285 OF_interpret(buf, 0, 0); in model_init() 475 OF_interpret("screen-width", 0, 1, &temp); in copy_disp_props() 480 OF_interpret("screen-height", 0, 1, &temp); in copy_disp_props() 495 OF_interpret("fram in copy_disp_props() [all...] |
| /netbsd-src/sys/arch/sparc/stand/ofwboot/ |
| H A D | ofdev.c | 375 OF_interpret("my-self", 0, 1, &myself); in device_target_unit() 377 OF_interpret("to my-self", 1, 0, HDL2CELL(ihandle)); in device_target_unit() 385 OF_interpret("depth", 0, 1, &odepth); in device_target_unit() 386 OF_interpret("my-unit depth", 0, 5, &depth, in device_target_unit() 402 OF_interpret("my-self ihandle>non-interposed-phandle", in device_target_unit() 421 OF_interpret("to my-self", 1, 0, myself); in device_target_unit()
|
| H A D | openfirm.h | 73 int OF_interpret(const char *, int, int, ...);
|
| H A D | Locore.c | 232 OF_interpret(const char *cmd, int nargs, int nreturns, ...) in OF_interpret() function
|
| /netbsd-src/sys/arch/macppc/macppc/ |
| H A D | machdep.c | 351 OF_interpret("screen-width", 0, 1, &temp); in copy_disp_props() 356 OF_interpret("screen-height", 0, 1, &temp); in copy_disp_props() 370 OF_interpret("frame-buffer-adr", 0, 1, &fbaddr); in copy_disp_props()
|
| /netbsd-src/sys/arch/sparc/include/ |
| H A D | openfirm.h | 72 int OF_interpret(const char *, int, int, ...);
|
| /netbsd-src/sys/dev/ofw/ |
| H A D | openfirm.h | 87 int OF_interpret(const char *, int, int, ...);
|
| /netbsd-src/sys/arch/macppc/dev/ |
| H A D | ofb.c | 196 OF_interpret("frame-buffer-adr", 0, 1, &sc->sc_fbaddr); in ofbattach()
|
| /netbsd-src/sys/arch/powerpc/powerpc/ |
| H A D | openfirm.c | 862 OF_interpret(const char *cmd, int nargs, int nreturns, ...) in OF_interpret() function
|
| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | openfirm.c | 732 OF_interpret(const char *cmd, int nargs, int nreturns, ...) in OF_interpret() function
|
| H A D | promlib.c | 954 (void)OF_interpret(s, 0, 0); in opf_interpret_simple()
|
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | autoconf.c | 848 OF_interpret("stdout @ is my-self addr line# addr column# ", 0, 2, in romgetcursoraddr()
|