Home
last modified time | relevance | path

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

/arch/s390/kernel/
Ddebug.c70 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,
83 struct file *file, const char __user *user_buf,
88 struct file *file, const char __user *user_buf,
91 struct file *file, const char __user *user_buf,
528 char __user *user_buf, /* user buffer */ in debug_output() argument
553 if (copy_to_user(user_buf + count, p_info->temp_buf in debug_output()
579 debug_input(struct file *file, const char __user *user_buf, size_t length, in debug_input() argument
589 p_info->view, file, user_buf, in debug_input()
1182 debug_get_user_string(const char __user *user_buf, size_t user_len) in debug_get_user_string() argument
[all …]
/arch/sparc/prom/
Dtree_32.c169 void prom_getstring(phandle 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()
Dtree_64.c187 void prom_getstring(phandle node, const char *prop, char *user_buf, in prom_getstring() argument
192 len = prom_getproperty(node, prop, user_buf, ubuf_size); in prom_getstring()
195 user_buf[0] = 0; in prom_getstring()
/arch/x86/kernel/
Dkdebugfs.c30 static ssize_t setup_data_read(struct file *file, char __user *user_buf, in setup_data_read() argument
58 remain = copy_to_user(user_buf, p, count); in setup_data_read()
/arch/powerpc/kvm/
Dtiming.c175 const char __user *user_buf, in kvmppc_exit_timing_write() argument
185 if (get_user(c, user_buf)) { in kvmppc_exit_timing_write()
/arch/s390/include/asm/
Ddebug.h94 const char __user *user_buf,
/arch/arm/mach-omap2/
Dmux.c681 const char __user *user_buf, in omap_mux_dbg_signal_write() argument
697 if (copy_from_user(buf, user_buf, buf_size)) in omap_mux_dbg_signal_write()