Home
last modified time | relevance | path

Searched refs:user_buf (Results 1 – 6 of 6) sorted by relevance

/arch/s390/kernel/
Ddebug.c71 static ssize_t debug_output(struct file *file, char __user *user_buf,
73 static ssize_t debug_input(struct file *file, const char __user *user_buf,
84 struct file *file, const char __user *user_buf,
89 struct file *file, const char __user *user_buf,
92 struct file *file, const char __user *user_buf,
527 char __user *user_buf, /* user buffer */ in debug_output() argument
552 if (copy_to_user(user_buf + count, p_info->temp_buf in debug_output()
578 debug_input(struct file *file, const char __user *user_buf, size_t length, in debug_input() argument
588 p_info->view, file, user_buf, in debug_input()
1167 debug_get_user_string(const char __user *user_buf, size_t user_len) in debug_get_user_string() argument
[all …]
/arch/sparc/prom/
Dtree_64.c150 void prom_getstring(int node, const char *prop, char *user_buf, int ubuf_size) in prom_getstring() argument
154 len = prom_getproperty(node, prop, user_buf, ubuf_size); in prom_getstring()
156 user_buf[0] = 0; in prom_getstring()
Dtree_32.c169 void prom_getstring(int node, char *prop, char *user_buf, int ubuf_size) in prom_getstring() argument
173 len = prom_getproperty(node, prop, user_buf, ubuf_size); in prom_getstring()
175 user_buf[0] = 0; in prom_getstring()
/arch/x86/kernel/
Dkdebugfs.c30 setup_data_read(struct file *file, char __user *user_buf, size_t count, in setup_data_read() argument
57 remain = copy_to_user(user_buf, p, count); in setup_data_read()
/arch/powerpc/kvm/
Dtiming.c168 const char __user *user_buf, in kvmppc_exit_timing_write() argument
178 if (get_user(c, user_buf)) { in kvmppc_exit_timing_write()
/arch/s390/include/asm/
Ddebug.h94 const char __user *user_buf,