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

  /src/sys/arch/powerpc/oea/
ofw_consinit.c 102 #define OFPRINTF ofprint
194 ofprint("WARNING: stdin is not a keyboard: %s\n", name);
202 ofprint("console keyboard type: ADB\n");
209 ofprint("console keyboard type: ADB\n");
216 ofprint("console keyboard type: PC Keyboard\n");
274 ofprint("ADB support found\n");
283 ofprint("No ADB support present, assuming USB "
303 ofprint("usb-kbd-ihandles matches\n");
304 ofprint("console keyboard type: USB\n");
312 ofprint("usb-kbd-ihandle matches\n")
    [all...]
  /src/sys/arch/powerpc/include/
ofw_machdep.h 64 void ofprint(const char *, ...);
  /src/sys/arch/powerpc/powerpc/
ofw_machdep.c 86 #define DPRINTF ofprint
92 ofprint(FORMAT __VA_OPT__(,) __VA_ARGS__); \
112 void ofprint(const char *blah, ...) function in typeref:typename:void
250 ofprint("Base addr of %llx or size of %llx too"
313 ofprint("Base addr of %llx or size of %llx too"
341 ofprint("WARNING: add memory segment %lx - %" PRIxPADDR ","
355 ofprint("no memory, assuming 512MB\n");
383 ofprint("No /chosen/mmu\n");
390 ofprint("No translations in /chosen/mmu\n");

Completed in 13 milliseconds