Home
last modified time | relevance | path

Searched refs:printf (Results 1 – 16 of 16) sorted by relevance

/include/jffs2/
A Dload_kernel.h56 #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 Dinitcall.h18 printf("%s(): initcall %s() failed\n", __func__, \
27 printf("%s(): event %d/%s failed\n", __func__, _evt, \
A Dbootcount.h103 printf("Warning: Bootlimit (%lu) exceeded.", bootlimit); in bootcount_error()
105 printf(" Using altbootcmd."); in bootcount_error()
106 printf("\n"); in bootcount_error()
A Dstdio.h20 int __printf(1, 2) printf(const char *fmt, ...);
35 static inline int __printf(1, 2) printf(const char *fmt, ...) in printf() function
A DxyzModem.h51 #define diag_printf printf
A D_exports.h18 EXPORT_FUNC(printf, int, printf, const char*, ...)
A Dexports.h34 int printf(const char* fmt, ...);
A Dfdt_support.h367 __attribute__ ((format (printf, 2, 3)));
378 __attribute__ ((format (printf, 2, 3)));
438 ...) __attribute__ ((format (printf, 3, 4)));
A Di2c.h830 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 Dlog.h234 printf(_fmt, ##_args); \
277 printf(pr_fmt(fmt), ##args); \
A Dspi_flash.h212 printf("SF: Erase offset/length not multiple of erase size\n"); in spi_flash_erase()
/include/dm/
A Ddevice_compat.h51 printf(fmt, ##__VA_ARGS__); \
55 printf(fmt, ##__VA_ARGS__); \
/include/linux/
A Dbug.h26 printf(format); \
A Dprintk.h19 printf(fmt, ##__VA_ARGS__)
A Dcompiler_attributes.h158 #define __printf(a, b) __attribute__((__format__(printf, a, b)))
/include/xen/
A Dxenbus.h109 __attribute__((__format__(printf, 4, 5)));

Completed in 22 milliseconds