Lines Matching refs:user_buf
70 static ssize_t debug_output(struct file *file, char __user *user_buf,
72 static ssize_t debug_input(struct file *file, const char __user *user_buf,
84 struct file *file, const char __user *user_buf,
90 struct file *file, const char __user *user_buf,
93 struct file *file, const char __user *user_buf,
549 char __user *user_buf, /* user buffer */ in debug_output() argument
574 if (copy_to_user(user_buf + count, p_info->temp_buf in debug_output()
598 static ssize_t debug_input(struct file *file, const char __user *user_buf, in debug_input() argument
608 p_info->view, file, user_buf, in debug_input()
1414 static inline char *debug_get_user_string(const char __user *user_buf, in debug_get_user_string() argument
1422 if (copy_from_user(buffer, user_buf, user_len) != 0) { in debug_get_user_string()
1465 struct file *file, const char __user *user_buf, in debug_input_pages_fn() argument
1477 str = debug_get_user_string(user_buf, user_len); in debug_input_pages_fn()
1519 struct file *file, const char __user *user_buf, in debug_input_level_fn() argument
1531 str = debug_get_user_string(user_buf, user_len); in debug_input_level_fn()
1589 struct file *file, const char __user *user_buf, in debug_input_flush_fn() argument
1601 if (copy_from_user(input_buf, user_buf, 1)) { in debug_input_flush_fn()