Searched refs:copyout (Results 1 - 5 of 5) 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.c137 static int copyout(void __user *info, struct openpromio *opp, int len) function
152 return copyout(argp, op, sizeof(int));
158 return copyout(argp, op, sizeof(int) + bufsize);
167 return copyout(argp, op, sizeof(int));
171 return copyout(argp, op, sizeof(int));
179 return copyout(argp, op, sizeof(int));
188 return copyout(argp, op, sizeof(int) + bufsize);
243 return copyout(argp, op, bufsize + sizeof(int));
262 err = copyout(argp, op, bufsize + sizeof(int));
282 return copyout(arg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/test/
H A Dminigzip.c544 int copyout = 0; local
562 copyout = uncompr = 1;
566 copyout = 1;
597 if (copyout) {
602 if (copyout) {
612 if (copyout) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/test/
H A Dminigzip.c560 int copyout = 0; local
582 copyout = uncompr = 1;
586 copyout = 1;
617 if (copyout) {
622 if (copyout) {
632 if (copyout) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dskeleton.S389 | Writes to memory while in supervisor mode. copyout accomplishes
390 | this via a 'moves' instruction. copyout is a UNIX SVR3 (and later) function.
391 | If you don't have copyout, use the local copy of the function below.
400 | copyout. The probability of a page fault is exceedingly small because
422 jsr copyout
467 | Use these routines if your kernel doesn't have copyout/copyin equivalents.
468 | Assumes that D0/D1/A0/A1 are scratch registers. copyout overwrites DFC,
471 copyout: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dpcnet_cs.c1418 static void copyout(void __iomem *dest, const void *src, int c) function
1479 copyout(shmem, buf, count);

Completed in 98 milliseconds