Searched refs:copyout (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/sbus/char/
H A Dopenprom.c123 static int copyout(void __user *info, struct openpromio *opp, int len) function
138 return copyout(argp, op, sizeof(int));
144 return copyout(argp, op, sizeof(int) + bufsize);
153 return copyout(argp, op, sizeof(int));
157 return copyout(argp, op, sizeof(int));
165 return copyout(argp, op, sizeof(int));
174 return copyout(argp, op, sizeof(int) + bufsize);
229 return copyout(argp, op, bufsize + sizeof(int));
249 err = copyout(argp, op, bufsize + sizeof(int));
269 return copyout(arg
[all...]
/linux-master/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
/linux-master/drivers/char/ipmi/
H A Dipmi_devintf.c200 int (*copyout)(struct ipmi_recv *, void __user *),
270 rv = copyout(rsp, to);
/linux-master/drivers/net/ethernet/8390/
H A Dpcnet_cs.c1345 static void copyout(void __iomem *dest, const void *src, int c) function
1406 copyout(shmem, buf, count);

Completed in 226 milliseconds