taglinefilesource code
c282arch/ppc/kernel/raw_printf.cchar c = '\0';
c293arch/ppc/kernel/raw_printf.creturn (c);
c310arch/ppc/kernel/raw_printf.c*_cnp++ = c;
c328arch/ppc/kernel/raw_printf.cCRT_putc(port, c);
c332arch/ppc/kernel/raw_printf.cNS16550_putc((struct NS16550 *)port, c);
c350arch/ppc/kernel/raw_printf.cint c;
c379arch/ppc/kernel/raw_printf.cint c;
c413arch/ppc/kernel/raw_printf.ccom_port->thr = c;
c452arch/ppc/kernel/raw_printf.cISA_io[port] = c;
c524arch/ppc/kernel/raw_printf.c#define  wrtchar(c, d) { \
c525arch/ppc/kernel/raw_printf.c*(d->cp) = c; \
c561arch/ppc/kernel/raw_printf.creturn;