HomeSort by relevance Sort by last modified time
    Searched defs:printk (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/linux/
printk.h 17 #define printk(fmt, ...) \ macro
21 * Dummy printk for disabled debugging statements to use whilst maintaining
27 printk(fmt, ##__VA_ARGS__); \
33 level < CONFIG_LOGLEVEL ? printk(fmt, ##__VA_ARGS__) : 0; \
57 printk(fmt, ##__VA_ARGS__)
77 printk(fmt, ##__VA_ARGS__)
  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 16 #define printk printf macro

Completed in 100 milliseconds