Lines Matching refs:user_buf
69 static ssize_t debug_output(struct file *file, char __user *user_buf,
71 static ssize_t debug_input(struct file *file, const char __user *user_buf,
82 struct file *file, const char __user *user_buf,
87 struct file *file, const char __user *user_buf,
90 struct file *file, const char __user *user_buf,
530 char __user *user_buf, /* user buffer */ in debug_output() argument
555 if (copy_to_user(user_buf + count, p_info->temp_buf in debug_output()
581 debug_input(struct file *file, const char __user *user_buf, size_t length, in debug_input() argument
591 p_info->view, file, user_buf, in debug_input()
1172 debug_get_user_string(const char __user *user_buf, size_t user_len) in debug_get_user_string() argument
1179 if (copy_from_user(buffer, user_buf, user_len) != 0) { in debug_get_user_string()
1226 struct file *file, const char __user *user_buf, in debug_input_pages_fn() argument
1238 str = debug_get_user_string(user_buf,user_len); in debug_input_pages_fn()
1285 struct file *file, const char __user *user_buf, in debug_input_level_fn() argument
1297 str = debug_get_user_string(user_buf,user_len); in debug_input_level_fn()
1362 struct file *file, const char __user *user_buf, in debug_input_flush_fn() argument
1374 if (copy_from_user(input_buf, user_buf, 1)){ in debug_input_flush_fn()