HomeSort by: relevance | last modified time | path
    Searched refs:OF_interpret (Results 1 - 13 of 13) sorted by relevancy

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

Completed in 21 milliseconds