Home
last modified time | relevance | path

Searched refs:hex_dump_to_buffer (Results 1 – 3 of 3) sorted by relevance

/lib/
Dhexdump.c135 int hex_dump_to_buffer(const void *buf, size_t len, int rowsize, int groupsize, in hex_dump_to_buffer() function
235 EXPORT_SYMBOL(hex_dump_to_buffer);
284 hex_dump_to_buffer(ptr + i, linelen, rowsize, groupsize, in print_hex_dump()
Dtest_hexdump.c134 hex_dump_to_buffer(data_b, len, rowsize, groupsize, real, sizeof(real), in test_hexdump()
174 r = hex_dump_to_buffer(data_b, len, rs, gs, buf, buflen, ascii); in test_hexdump_overflow()
Dseq_buf.c377 hex_dump_to_buffer(ptr + i, linelen, rowsize, groupsize,