Searched defs:prefix_str (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | printk.h | 465 #define print_hex_dump_bytes(prefix_str, prefix_type, buf, len) \ argument 472 static inline void print_hex_dump(const char *level, const char *prefix_str, in print_hex_dump() 477 static inline void print_hex_dump_bytes(const char *prefix_str, int prefix_type, in print_hex_dump_bytes() 485 #define print_hex_dump_debug(prefix_str, prefix_type, rowsize, \ argument 490 #define print_hex_dump_debug(prefix_str, prefix_type, rowsize, \ argument 495 static inline void print_hex_dump_debug(const char *prefix_str, int prefix_type, in print_hex_dump_debug()
|
| D | dynamic_debug.h | 146 #define dynamic_hex_dump(prefix_str, prefix_type, rowsize, \ argument
|