Searched refs:_COPYOUT (Results 1 – 1 of 1) sorted by relevance
3093 #define _COPYOUT(x) (copy_to_user((void *)param, &(x), sizeof(x)) ? -EFAULT : 0) macro3096 #define COPYOUT(x) ECALL(_COPYOUT(x))3512 return _COPYOUT(loc); in fd_ioctl()