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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c3062 #define _COPYOUT(x) (copy_to_user((void __user *)param, &(x), sizeof(x)) ? -EFAULT : 0) macro
3065 #define COPYOUT(x) ECALL(_COPYOUT(x))

Completed in 61 milliseconds