Searched defs:in_buf (Results 1 - 1 of 1) sorted by relevance

/arch/s390/kernel/
H A Ddebug.c93 char *out_buf, const char *in_buf);
96 const char *in_buf);
1421 char *out_buf, const char *in_buf)
1426 memcpy(out_buf, in_buf, id->buf_size);
1436 char *out_buf, const char *in_buf)
1442 ((unsigned char *) in_buf)[i]);
1446 unsigned char c = in_buf[i];
1420 debug_raw_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, const char *in_buf) argument
1435 debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, const char *in_buf) argument

Completed in 26 milliseconds