Searched refs:hex_dump_to_buffer (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.c16 * hex_dump_to_buffer - convert a blob of data to "hex ASCII" in memory
25 * hex_dump_to_buffer() works on one "line" of output at a time, i.e.,
28 * Given a buffer of u8 data, hex_dump_to_buffer() converts the input data
33 * hex_dump_to_buffer(frame->data, frame->len, 16, 1,
39 void hex_dump_to_buffer(const void *buf, size_t len, int rowsize, function
113 EXPORT_SYMBOL(hex_dump_to_buffer); variable
160 hex_dump_to_buffer(ptr + i, linelen, rowsize, groupsize,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkernel.h228 extern void hex_dump_to_buffer(const void *buf, size_t len,

Completed in 51 milliseconds