Searched refs:printf (Results 1 – 16 of 16) sorted by relevance
| /include/jffs2/ |
| A D | load_kernel.h | 56 #define putstr(x) printf("%s", x) 58 #define UDEBUG printf 60 #define putnstr(str, size) printf("%*.*s", size, size, str) 62 #define putLabeledWord(x, y) printf("%s %08x\n", x, (unsigned int)y)
|
| /include/ |
| A D | initcall.h | 18 printf("%s(): initcall %s() failed\n", __func__, \ 27 printf("%s(): event %d/%s failed\n", __func__, _evt, \
|
| A D | bootcount.h | 103 printf("Warning: Bootlimit (%lu) exceeded.", bootlimit); in bootcount_error() 105 printf(" Using altbootcmd."); in bootcount_error() 106 printf("\n"); in bootcount_error()
|
| A D | stdio.h | 20 int __printf(1, 2) printf(const char *fmt, ...); 35 static inline int __printf(1, 2) printf(const char *fmt, ...) in printf() function
|
| A D | xyzModem.h | 51 #define diag_printf printf
|
| A D | _exports.h | 18 EXPORT_FUNC(printf, int, printf, const char*, ...)
|
| A D | exports.h | 34 int printf(const char* fmt, ...);
|
| A D | fdt_support.h | 367 __attribute__ ((format (printf, 2, 3))); 378 __attribute__ ((format (printf, 2, 3))); 438 ...) __attribute__ ((format (printf, 3, 4)));
|
| A D | i2c.h | 830 printf("%s: addr=0x%02x, reg=0x%02x\n", __func__, addr, reg); in i2c_reg_read() 841 printf("%s: addr=0x%02x, reg=0x%02x, val=0x%02x\n", in i2c_reg_write()
|
| A D | log.h | 234 printf(_fmt, ##_args); \ 277 printf(pr_fmt(fmt), ##args); \
|
| A D | spi_flash.h | 212 printf("SF: Erase offset/length not multiple of erase size\n"); in spi_flash_erase()
|
| /include/dm/ |
| A D | device_compat.h | 51 printf(fmt, ##__VA_ARGS__); \ 55 printf(fmt, ##__VA_ARGS__); \
|
| /include/linux/ |
| A D | bug.h | 26 printf(format); \
|
| A D | printk.h | 19 printf(fmt, ##__VA_ARGS__)
|
| A D | compiler_attributes.h | 158 #define __printf(a, b) __attribute__((__format__(printf, a, b)))
|
| /include/xen/ |
| A D | xenbus.h | 109 __attribute__((__format__(printf, 4, 5)));
|
Completed in 22 milliseconds