Searched refs:print_hex_dump_debug (Results 1 – 2 of 2) sorted by relevance
/include/net/ |
D | 6lowpan.h | 224 print_hex_dump_debug("", DUMP_PREFIX_NONE, 16, 1, buf, len, false); in raw_dump_inline() 239 print_hex_dump_debug("\t", DUMP_PREFIX_OFFSET, 16, 1, buf, len, false); in raw_dump_table()
|
/include/linux/ |
D | printk.h | 725 #define print_hex_dump_debug(prefix_str, prefix_type, rowsize, \ macro 730 #define print_hex_dump_debug(prefix_str, prefix_type, rowsize, \ macro 735 static inline void print_hex_dump_debug(const char *prefix_str, int prefix_type, in print_hex_dump_debug() function 755 print_hex_dump_debug(prefix_str, prefix_type, 16, 1, buf, len, true)
|