| /openbsd/src/usr.bin/mail/ |
| D | head.c | 107 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/ |
| D | bt463.c | 370 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);
|
| D | bt485.c | 284 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/ |
| D | sys_machdep.c | 75 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/ |
| D | uaccess.h | 44 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/ |
| D | copy.S | 38 ENTRY(copyin) 107 END(copyin) 134 END(copyin)
|
| /openbsd/src/sys/arch/alpha/alpha/ |
| D | sys_machdep.c | 99 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/ |
| D | vigra.c | 462 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()
|
| D | agten.c | 342 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()
|
| D | cgsix.c | 386 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()
|
| D | rfx.c | 433 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/ |
| D | uipc_syscalls.c | 264 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 …]
|
| D | kern_time.c | 198 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()
|
| D | sys_generic.c | 115 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()
|
| D | kern_subr.c | 96 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++/ |
| D | pr24455.C | 14 #pragma omp parallel default(none) num_threads(10) copyin(i) in main()
|
| D | copyin-1.C | 19 #pragma omp parallel copyin (thr) reduction (||:l) in main()
|
| D | copyin-2.C | 19 #pragma omp parallel copyin (thr) reduction (||:l) in main()
|
| D | ctor-5.C | 36 #pragma omp parallel copyin(thr) in foo()
|
| /openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.c/ |
| D | copyin-1.c | 19 #pragma omp parallel copyin (thr) reduction (||:l) in main()
|
| D | copyin-3.c | 27 #pragma omp parallel copyin (thr) in main()
|
| D | copyin-2.c | 19 #pragma omp parallel copyin (thr) reduction (||:l) in main()
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | vgafb.c | 294 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/ |
| D | sys_machdep.c | 69 if ((error = copyin(args, &ua, sizeof(ua))) != 0) in amd64_iopl()
|
| /openbsd/src/sys/arch/macppc/pci/ |
| D | vgafb.c | 417 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()
|