Home
last modified time | relevance | path

Searched refs:input_buf (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/s390/kernel/
Ddebug.c1375 char input_buf[1]; in debug_input_flush_fn() local
1384 if (copy_from_user(input_buf, user_buf, 1)){ in debug_input_flush_fn()
1388 if(input_buf[0] == '-') { in debug_input_flush_fn()
1392 if (isdigit(input_buf[0])) { in debug_input_flush_fn()
1393 int area = ((int) input_buf[0] - (int) '0'); in debug_input_flush_fn()
1399 "area\n", input_buf[0]); in debug_input_flush_fn()
/linux-3.4.99/tools/perf/util/
Dtrace-event-parse.c45 static char *input_buf; variable
59 input_buf = buf; in init_input_buf()
425 return input_buf[input_buf_ptr++]; in __read_char()
433 return input_buf[input_buf_ptr]; in __peek_char()