Home
last modified time | relevance | path

Searched refs:copyin (Results 1 – 25 of 149) sorted by relevance

123456

/openbsd/src/usr.bin/mail/
Dhead.c107 hl->l_from = copyin(word, &sp); in parse()
110 hl->l_tty = copyin(word, &sp); in parse()
113 hl->l_date = copyin(cp, &sp); in parse()
123 copyin(char *src, char **space) in copyin() function
/openbsd/src/sys/dev/ic/
Dbt463.c370 if ((error = copyin(cmapp->red, &data->cmap_r[index], count)) != 0) {
374 if ((error = copyin(cmapp->green, &data->cmap_g[index], count)) != 0) {
378 if ((error = copyin(cmapp->blue, &data->cmap_b[index], count)) != 0) {
431 if ((error = copyin(&cursorp->cmap.red, &spare, count)) != 0)
433 if ((error = copyin(&cursorp->cmap.green, &spare, count)) != 0)
435 if ((error = copyin(&cursorp->cmap.blue, &spare, count)) != 0)
452 copyin(cursorp->cmap.red, &data->curcmap_r[index], count);
453 copyin(cursorp->cmap.green, &data->curcmap_g[index], count);
454 copyin(cursorp->cmap.blue, &data->curcmap_b[index], count);
Dbt485.c284 if ((error = copyin(cmapp->red, &data->cmap_r[index], count)) != 0) {
288 if ((error = copyin(cmapp->green, &data->cmap_g[index], count)) != 0) {
292 if ((error = copyin(cmapp->blue, &data->cmap_b[index], count)) != 0) {
379 if ((error = copyin(cursorp->cmap.red,
384 if ((error = copyin(cursorp->cmap.green,
389 if ((error = copyin(cursorp->cmap.blue,
401 if ((error = copyin(cursorp->image, data->curimage,
406 if ((error = copyin(cursorp->mask, data->curmask,
/openbsd/src/sys/arch/i386/i386/
Dsys_machdep.c75 if ((error = copyin(args, &ua, sizeof(ua))) != 0) in i386_iopl()
144 if ((error = copyin(SCARG(uap, parms), &base, sizeof(base)))) in sys_sysarch()
162 if ((error = copyin(SCARG(uap, parms), &base, sizeof(base)))) in sys_sysarch()
/openbsd/src/sys/dev/pci/drm/include/linux/
Duaccess.h44 if (copyin(from, to, len)) in __copy_from_user()
55 #define get_user(x, ptr) -copyin(ptr, &(x), sizeof(x))
128 error = copyin(from, to, len); in __copy_from_user_inatomic()
/openbsd/src/sys/arch/riscv64/riscv64/
Dcopy.S38 ENTRY(copyin)
107 END(copyin)
134 END(copyin)
/openbsd/src/sys/arch/alpha/alpha/
Dsys_machdep.c99 error = copyin(SCARG(uap, parms), &args, sizeof args); in sys_sysarch()
129 error = copyin(SCARG(uap, parms), &args, sizeof args); in sys_sysarch()
/openbsd/src/sys/dev/sbus/
Dvigra.c462 if ((error = copyin(&rcm->red[i], in vigra_putcmap()
465 if ((error = copyin(&rcm->blue[i], in vigra_putcmap()
471 if ((error = copyin(&rcm->red[i], in vigra_putcmap()
474 if ((error = copyin(&rcm->blue[i], in vigra_putcmap()
481 if ((error = copyin(&rcm->green[i], in vigra_putcmap()
Dagten.c342 if ((error = copyin(rcm->red, &cm->cm_red[index], count)) != 0) in agten_putcmap()
344 if ((error = copyin(rcm->green, &cm->cm_green[index], count)) != 0) in agten_putcmap()
346 if ((error = copyin(rcm->blue, &cm->cm_blue[index], count)) != 0) in agten_putcmap()
Dcgsix.c386 error = copyin(curs->cmap.red, r, sizeof(r)); in cgsix_setcursor()
389 error = copyin(curs->cmap.green, g, sizeof(g)); in cgsix_setcursor()
392 error = copyin(curs->cmap.blue, b, sizeof(b)); in cgsix_setcursor()
402 error = copyin(curs->image, image, imcount); in cgsix_setcursor()
405 error = copyin(curs->mask, mask, imcount); in cgsix_setcursor()
590 if ((error = copyin(&rcm->red[i], in cg6_bt_putcmap()
593 if ((error = copyin(&rcm->green[i], in cg6_bt_putcmap()
596 if ((error = copyin(&rcm->blue[i], in cg6_bt_putcmap()
Drfx.c433 if ((error = copyin(rcm->red, red, count)) != 0) in rfx_putcmap()
435 if ((error = copyin(rcm->green, green, count)) != 0) in rfx_putcmap()
437 if ((error = copyin(rcm->blue, blue, count)) != 0) in rfx_putcmap()
/openbsd/src/sys/kern/
Duipc_syscalls.c264 if (name && (error = copyin(anamelen, &namelen, sizeof (namelen)))) in doaccept()
572 error = copyin(SCARG(uap, msg), &msg, sizeof (msg)); in sys_sendmsg()
588 (error = copyin(msg.msg_iov, iov, in sys_sendmsg()
630 error = copyin(&mmsgp[dgrams], &mmsg, sizeof(mmsg)); in sys_sendmmsg()
655 error = copyin(mmsg.msg_hdr.msg_iov, iov, in sys_sendmmsg()
823 error = copyin(SCARG(uap, fromlenaddr), in sys_recvfrom()
852 error = copyin(SCARG(uap, msg), &msg, sizeof (msg)); in sys_recvmsg()
865 error = copyin(msg.msg_iov, iov, in sys_recvmsg()
909 error = copyin(timeout, &ts, sizeof(ts)); in sys_recvmmsg()
933 error = copyin(&mmsgp[dgrams], &mmsg, sizeof(mmsg)); in sys_recvmmsg()
[all …]
Dkern_time.c198 if ((error = copyin(SCARG(uap, tp), &ats, sizeof(ats))) != 0) in sys_clock_settime()
289 error = copyin(SCARG(uap, rqtp), &request, sizeof(request)); in sys_nanosleep()
383 if (tv && (error = copyin(tv, &atv, sizeof(atv)))) in sys_settimeofday()
385 if (tzp && (error = copyin(tzp, &atz, sizeof(atz)))) in sys_settimeofday()
422 if ((error = copyin(freq, &f, sizeof(f)))) in sys_adjfreq()
461 if ((error = copyin(delta, &atv, sizeof(struct timeval)))) in sys_adjtime()
643 error = copyin(SCARG(uap, itv), &aitv, sizeof(aitv)); in sys_setitimer()
Dsys_generic.c115 if ((error = copyin(uiov, iov, iovcnt * sizeof(*iov)))) in iovec_copyin()
472 error = copyin(SCARG(uap, data), data, size); in sys_ioctl()
540 if ((error = copyin(SCARG(uap, tv), &tv, sizeof tv)) != 0) in sys_select()
573 if ((error = copyin(SCARG(uap, ts), &ts, sizeof ts)) != 0) in sys_pselect()
584 if ((error = copyin(SCARG(uap, mask), &ss, sizeof ss)) != 0) in sys_pselect()
635 if (name && (error = copyin(name, pibits[x], ni))) \ in dopselect()
898 if ((error = copyin(SCARG(uap, ts), &ts, sizeof ts)) != 0) in sys_ppoll()
910 if ((error = copyin(SCARG(uap, mask), &ss, sizeof ss)) != 0) in sys_ppoll()
945 if ((error = copyin(fds, pl, sz)) != 0) in doppoll()
Dkern_subr.c96 copyin(const void *uaddr, void *kaddr, size_t len) in copyin() function
143 error = copyin(iov->iov_base, cp, cnt); in uiomove()
/openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.c++/
Dpr24455.C14 #pragma omp parallel default(none) num_threads(10) copyin(i) in main()
Dcopyin-1.C19 #pragma omp parallel copyin (thr) reduction (||:l) in main()
Dcopyin-2.C19 #pragma omp parallel copyin (thr) reduction (||:l) in main()
Dctor-5.C36 #pragma omp parallel copyin(thr) in foo()
/openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.c/
Dcopyin-1.c19 #pragma omp parallel copyin (thr) reduction (||:l) in main()
Dcopyin-3.c27 #pragma omp parallel copyin (thr) in main()
Dcopyin-2.c19 #pragma omp parallel copyin (thr) reduction (||:l) in main()
/openbsd/src/sys/arch/sparc64/dev/
Dvgafb.c294 if ((error = copyin(cm->red, &sc->sc_cmap_red[index], count)) != 0) in vgafb_putcmap()
296 if ((error = copyin(cm->green, &sc->sc_cmap_green[index], count)) != 0) in vgafb_putcmap()
298 if ((error = copyin(cm->blue, &sc->sc_cmap_blue[index], count)) != 0) in vgafb_putcmap()
/openbsd/src/sys/arch/amd64/amd64/
Dsys_machdep.c69 if ((error = copyin(args, &ua, sizeof(ua))) != 0) in amd64_iopl()
/openbsd/src/sys/arch/macppc/pci/
Dvgafb.c417 rc = copyin(cm->red, ramp, count); in vgafb_putcmap()
425 rc = copyin(cm->green, ramp, count); in vgafb_putcmap()
433 rc = copyin(cm->blue, ramp, count); in vgafb_putcmap()

123456