Searched refs:copy_to_user (Results 51 - 75 of 165) sorted by relevance

1234567

/arch/parisc/hpux/
H A Dfs.c83 copy_to_user(dirent->d_name, name, namlen) ||
156 return copy_to_user(statbuf,&tmp,sizeof(tmp)) ? -EFAULT : 0;
H A Dsys_hpux.c151 err = copy_to_user(ubuf, &tmp, sizeof(tmp)) ? -EFAULT : 0;
194 if (copy_to_user(p, &buf, sizeof(buf)))
408 if(copy_to_user(name, utsname()->domainname, len))
/arch/parisc/include/asm/
H A Duaccess.h226 unsigned long copy_to_user(void __user *dst, const void *src, unsigned long len);
227 #define __copy_to_user copy_to_user
/arch/s390/include/asm/
H A Didals.h219 left = copy_to_user(to, ib->data[i], IDA_BLOCK_SIZE);
225 return copy_to_user(to, ib->data[i], count);
/arch/sparc/include/asm/
H A Duaccess_64.h232 copy_to_user(void __user *to, const void *from, unsigned long size) function
240 #define __copy_to_user copy_to_user
/arch/um/kernel/skas/
H A Duaccess.c164 int copy_to_user(void __user *to, const void *from, int n) function
175 EXPORT_SYMBOL(copy_to_user); variable
/arch/x86/um/
H A Dptrace_32.c202 n = copy_to_user(buf, &fpregs, sizeof(fpregs));
231 n = copy_to_user(buf, &fpregs, sizeof(fpregs));
H A Dtls_32.c341 if (copy_to_user(user_desc, &info, sizeof(info)))
364 if (copy_to_user(user_desc, &info, sizeof(info)))
H A Dldt.c114 n = copy_to_user(ptr, ptrace_ldt.ptr, res);
156 if (copy_to_user(ptr, ldt->u.entries, size))
167 if (copy_to_user(ptr, ldt->u.pages[i], size)) {
H A Dsignal.c296 err = copy_to_user(to, &sc, sizeof(struct sigcontext));
322 if (copy_to_user(&to_fp->_fxsr_env[0], &fpx,
331 if (copy_to_user(to_fp, &fp, sizeof(struct user_i387_struct)))
347 err |= copy_to_user(&uc->uc_sigmask, set, sizeof(*set));
/arch/sparc/kernel/
H A Dsignal_64.c217 err |= copy_to_user(&(mcp->mc_fpregs.mcfpu_fregs), fpregs,
220 err |= copy_to_user(
373 err = copy_to_user(&sf->regs, regs, sizeof (*regs));
396 err |= copy_to_user(&sf->mask, sigmask_to_save(), sizeof(sigset_t));
407 err |= copy_to_user(sf, rp, sizeof(struct reg_window));
H A Dsigutil_32.c88 err |= copy_to_user(&rwin->reg_window[i], rp,
/arch/s390/appldata/
H A Dappldata_base.c220 if (copy_to_user(buffer, buf, len))
261 if (copy_to_user(buffer, buf, len))
328 if (copy_to_user(buffer, buf, len)) {
/arch/xtensa/kernel/
H A Dsignal.c93 if (copy_to_user((void*)(sp - 32),
99 if (copy_to_user((void*)(sp - 48),
108 if (copy_to_user((void*)(sp - 16), &regs->areg[base * 4], 16))
/arch/cris/arch-v10/drivers/
H A Dgpio.c655 if (copy_to_user((void __user *)arg, &val, sizeof(val)))
667 if (copy_to_user((void __user *)arg, &val, sizeof(val)))
682 if (copy_to_user((void __user *)arg, &val, sizeof(val)))
696 if (copy_to_user((void __user *)arg, &val, sizeof(val)))
/arch/m68k/bvme6000/
H A Drtc.c67 return copy_to_user(argp, &wtime, sizeof wtime) ?
/arch/m68k/mvme16x/
H A Drtc.c62 return copy_to_user(argp, &wtime, sizeof wtime) ?
/arch/mips/kernel/
H A Dmips-mt-fpaff.c183 if (copy_to_user(user_mask_ptr, &mask, real_len))
H A Drtlx.c263 failed = copy_to_user(buff, lx->lx_buffer + lx->lx_read, fl);
269 failed = copy_to_user(buff + fl, lx->lx_buffer, count - fl);
/arch/s390/crypto/
H A Dprng.c140 if (copy_to_user(ubuf, p->buf, chunk))
/arch/s390/mm/
H A Dmaccess.c144 if (copy_to_user(dest + offs, buf, size))
/arch/um/kernel/
H A Dptrace.c113 ret = copy_to_user(p, &child->thread.arch.faultinfo,
/arch/x86/kernel/
H A Dkdebugfs.c58 remain = copy_to_user(user_buf, p, count);
/arch/powerpc/platforms/pseries/
H A Ddtl.c306 rc = copy_to_user(buf, &dtl->buf[i],
318 rc = copy_to_user(buf, &dtl->buf[i], n_req * sizeof(struct dtl_entry));
/arch/arm/kernel/
H A Dsys_oabi-compat.c141 return copy_to_user(statbuf,&tmp,sizeof(tmp)) ? -EFAULT : 0;
235 if (copy_to_user((struct oabi_flock64 __user *)arg,

Completed in 625 milliseconds

1234567