Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/
Dfloppy.c3093 #define _COPYOUT(x) (copy_to_user((void *)param, &(x), sizeof(x)) ? -EFAULT : 0) macro
3096 #define COPYOUT(x) ECALL(_COPYOUT(x))
3512 return _COPYOUT(loc); in fd_ioctl()