Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/sbus/char/
Dopenprom.c136 static int copyout(void __user *info, struct openpromio *opp, int len) in copyout() function
151 return copyout(argp, op, sizeof(int)); in opromgetprop()
157 return copyout(argp, op, sizeof(int) + bufsize); in opromgetprop()
166 return copyout(argp, op, sizeof(int)); in opromnxtprop()
170 return copyout(argp, op, sizeof(int)); in opromnxtprop()
178 return copyout(argp, op, sizeof(int)); in opromnxtprop()
187 return copyout(argp, op, sizeof(int) + bufsize); in opromnxtprop()
242 return copyout(argp, op, bufsize + sizeof(int)); in opromnext()
261 err = copyout(argp, op, bufsize + sizeof(int)); in oprompci2node()
281 return copyout(argp, op, bufsize + sizeof(int)); in oprompath2node()
[all …]
/linux-4.1.27/arch/m68k/fpsp040/
Dskeleton.S391 | 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
/linux-4.1.27/drivers/net/ethernet/8390/
Dpcnet_cs.c1333 static void copyout(void __iomem *dest, const void *src, int c) in copyout() function
1394 copyout(shmem, buf, count); in shmem_block_output()
/linux-4.1.27/Documentation/block/
Dbiodoc.txt195 is used for performing the i/o with copyin/copyout as needed depending on