Searched refs:copyin (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Dopenprom.c74 static int copyin(struct openpromio __user *info, struct openpromio **opp_p) function
315 bufsize = copyin(argp, &opp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dskeleton.S429 | Reads from memory while in supervisor mode. copyin accomplishes
430 | this via a 'moves' instruction. copyin is a UNIX SVR3 (and later) function.
431 | If you don't have copyin, use the local copy of the function below.
461 jsr copyin
467 | Use these routines if your kernel doesn't have copyout/copyin equivalents.
469 | and copyin overwrites SFC.
487 copyin: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dpcnet_cs.c1400 static void copyin(void *dest, void __iomem *src, int c) function
1446 copyin(hdr, xfer_start, sizeof(struct e8390_pkt_hdr));
1464 copyin(buf, base + offset, semi_count);
1469 copyin(buf, base + offset, count);

Completed in 31 milliseconds