/linux/tools/bpf/bpftool/ |
H A D | json_writer.c | 42 putc('\n', self->out); in jsonw_eol() 50 putc(self->sep, self->out); in jsonw_eor() 59 putc('"', self->out); in jsonw_puts() 84 putc(*str, self->out); in jsonw_puts() 86 putc('"', self->out); in jsonw_puts() 129 putc(c, self->out); in jsonw_begin() 141 putc(c, self->out); in jsonw_end() 153 putc(':', self->out); in jsonw_name() 155 putc(' ', self->out); in jsonw_name() 161 putc('"', sel in jsonw_vprintf_enquote() [all...] |
/linux/tools/testing/selftests/bpf/ |
H A D | json_writer.c | 42 putc('\n', self->out); in jsonw_eol() 50 putc(self->sep, self->out); in jsonw_eor() 59 putc('"', self->out); in jsonw_puts() 84 putc(*str, self->out); in jsonw_puts() 86 putc('"', self->out); in jsonw_puts() 129 putc(c, self->out); in jsonw_begin() 141 putc(c, self->out); in jsonw_end() 153 putc(':', self->out); in jsonw_name() 155 putc(' ', self->out); in jsonw_name() 161 putc('"', sel in jsonw_vprintf_enquote() [all...] |
/linux/arch/arm/boot/compressed/ |
H A D | debug.S | 9 ENTRY(putc) 18 ENDPROC(putc) 22 ENTRY(putc) 39 ENDPROC(putc)
|
H A D | misc.c | 87 #define putc(ch) icedcc_putc(ch) macro 96 putc('\r'); in putstr() 97 putc(c); in putstr()
|
H A D | head.S | 82 bl putc 1378 @ putc corrupts {r0, r1, r2, r3} 1379 putc: label 1394 bl putc 1396 bl putc 1403 bleq putc 1409 bl putc
|
/linux/arch/mips/boot/compressed/ |
H A D | dbg.c | 5 * NOTE: putc() is board specific, if your board have a 16550 compatible uart, 7 * need to implement your own putc(). 14 void __weak putc(char c) in putc() function 22 putc(c); in puts() 24 putc('\r'); in puts()
|
H A D | decompress.h | 10 extern void putc(char c); 14 #define putc(s) do {} while (0) macro
|
H A D | uart-prom.c | 6 void putc(char c) in putc() function
|
H A D | uart-alchemy.c | 6 void putc(char c) in putc() function
|
H A D | uart-16550.c | 46 void putc(char c) in putc() function
|
/linux/arch/arm/include/debug/ |
H A D | uncompress.h | 3 extern void putc(int c); 5 static inline void putc(int c) {} in putc() function
|
/linux/tools/testing/selftests/arm64/fp/ |
H A D | asm-utils.S | 12 function putc 24 .globl putc symbol 82 bl putc 109 b putc
|
/linux/tools/testing/selftests/arm64/gcs/ |
H A D | gcs-stress-thread.S | 42 function putc 54 .globl putc symbol 123 bl putc 231 bl putc
|
H A D | gcspushm.S | 30 function putc 42 .globl putc symbol
|
H A D | gcsstr.S | 32 function putc 44 .globl putc symbol
|
/linux/scripts/genksyms/ |
H A D | genksyms.c | 499 putc(symbol_types[list->tag].n, f); in print_node() 500 putc('#', f); in print_node() 530 putc(' ', f); in print_list() 717 putc('\n', stderr); in error_with_pos() 825 putc(symbol_types[sym->type].n, dumpfile); in main() 826 putc('#', dumpfile); in main() 829 putc(' ', dumpfile); in main() 833 putc('\n', dumpfile); in main()
|
/linux/arch/powerpc/boot/ |
H A D | serial.c | 31 scdp->putc(*buf++); in serial_write() 65 scdp->putc(ch); in serial_edit_cmdline()
|
H A D | mpc52xx-psc.c | 60 scdp->putc = psc_putc; in mpc5200_psc_console_init()
|
H A D | ns16550.c | 78 scdp->putc = ns16550_putc; in ns16550_console_init()
|
H A D | opal.c | 93 scdp->putc = opal_con_putc; in opal_console_init()
|
H A D | cpm-serial.c | 290 scdp->putc = cpm_serial_putc; in cpm_console_init()
|
/linux/arch/arm/mach-footbridge/include/mach/ |
H A D | uncompress.h | 15 static inline void putc(char c) in putc() function
|
/linux/arch/arm/mach-sa1100/include/mach/ |
H A D | uncompress.h | 23 static inline void putc(int c) in putc() function
|
/linux/arch/mips/include/asm/txx9/ |
H A D | generic.h | 89 void (*putc)(unsigned int pos, unsigned char val));
|
/linux/arch/arm/mach-rpc/include/mach/ |
H A D | uncompress.h | 76 static inline void putc(int c) in putc() function
|