Symbol: ROM_PUTC
sys/arch/ews4800mips/ews4800mips/cons_machdep.c
120
ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
sys/arch/ews4800mips/ews4800mips/cons_machdep.c
127
ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
sys/arch/ews4800mips/ews4800mips/cons_machdep.c
132
ROM_PUTC(cons.x * ROM_FONT_WIDTH,
sys/arch/ews4800mips/ews4800mips/cons_machdep.c
142
ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
sys/arch/ews4800mips/ews4800mips/cons_machdep.c
146
ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT,
sys/arch/ews4800mips/ews4800mips/cons_machdep.c
148
ROM_PUTC(cons.x * ROM_FONT_WIDTH, cons.y * ROM_FONT_HEIGHT, c);
sys/arch/ews4800mips/stand/common/boot.c
357
ROM_PUTC(120 + i * 12, 24 * 10, a[i]);
sys/arch/ews4800mips/stand/common/bootxx.c
109
ROM_PUTC(32 + i * 12, 536, msg[i]);
sys/arch/ews4800mips/stand/common/bootxx.c
131
ROM_PUTC(0, 0, '\n');
sys/arch/ews4800mips/stand/common/bootxx.c
132
ROM_PUTC(0, 0, '\r');
sys/arch/ews4800mips/stand/common/bootxx.c
143
ROM_PUTC(600 + i * 12, 536, p[i]);
sys/arch/ews4800mips/stand/common/bootxx.c
169
ROM_PUTC(380 + i * 12, 536, fname[i]);
sys/arch/ews4800mips/stand/common/console.c
121
cons.putc = ROM_PUTC;
sys/arch/ews4800mips/stand/common/fileread_bfs.c
74
ROM_PUTC(32 + i * 12, 0 + n * 24, msg[i]);
sys/arch/ews4800mips/stand/common/fileread_bfs.c
75
ROM_PUTC(0, 0 + n * 24, '\r');
sys/arch/ews4800mips/stand/common/fileread_bfs.c
76
ROM_PUTC(0, 0 + n * 24, '\n');
sys/arch/next68k/next68k/nextrom.c
434
ROM_PUTC(RELOC(rom_boot_dev[j], uint8_t));
sys/arch/next68k/next68k/nextrom.c
444
ROM_PUTC(RELOC(rom_boot_arg[j], uint8_t));
sys/arch/next68k/next68k/nextrom.c
454
ROM_PUTC(RELOC(rom_boot_info[j], uint8_t));
sys/arch/next68k/next68k/nextrom.c
464
ROM_PUTC(RELOC(rom_boot_file[j], uint8_t));