Lines Matching defs:buf
99 * @buf: data blob to dump
100 * @len: number of bytes in the @buf
127 int hex_dump_to_buffer(const void *buf, size_t len, int rowsize, int groupsize,
130 const u8 *ptr = buf;
157 const u64 *ptr8 = buf;
168 const u32 *ptr4 = buf;
179 const u16 *ptr2 = buf;
239 * @buf: data blob to dump
240 * @len: number of bytes in the @buf
249 * print_hex_dump() iterates over the entire input @buf, breaking it into
263 const void *buf, size_t len, bool ascii)
265 const u8 *ptr = buf;