Searched refs:print_hex_dump (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dhexdump.c116 * print_hex_dump - print a text hex dump to syslog for a binary blob of data
128 * Given a buffer of u8 data, print_hex_dump() prints a hex + ASCII dump
132 * print_hex_dump() works on one "line" of output at a time, i.e.,
134 * print_hex_dump() iterates over the entire input @buf, breaking it into
138 * print_hex_dump(KERN_DEBUG, "raw data: ", DUMP_PREFIX_ADDRESS,
146 void print_hex_dump(const char *level, const char *prefix_str, int prefix_type, function
177 EXPORT_SYMBOL(print_hex_dump); variable
180 * print_hex_dump_bytes - shorthand form of print_hex_dump() with default params
188 * Calls print_hex_dump(), with log level of KERN_DEBUG,
194 print_hex_dump(KERN_DEBU
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkernel.h231 extern void print_hex_dump(const char *level, const char *prefix_str,

Completed in 43 milliseconds