Searched refs:input_buf (Results 1 – 1 of 1) sorted by relevance
1355 char input_buf[1]; in debug_input_flush_fn() local1364 if (copy_from_user(input_buf, user_buf, 1)) { in debug_input_flush_fn()1368 if (input_buf[0] == '-') { in debug_input_flush_fn()1372 if (isdigit(input_buf[0])) { in debug_input_flush_fn()1373 int area = ((int) input_buf[0] - (int) '0'); in debug_input_flush_fn()1380 "area\n", input_buf[0]); in debug_input_flush_fn()