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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsigcontext.c45 err |= copy_to_user_proc(&to->cw, &from->cw, sizeof(to->cw));
46 err |= copy_to_user_proc(&to->sw, &from->sw, sizeof(to->sw));
47 err |= copy_to_user_proc(&to->tag, &from->tag,
49 err |= copy_to_user_proc(&to->ipoff, &from->ipoff,
51 err |= copy_to_user_proc(&to->cssel,& from->cssel,
53 err |= copy_to_user_proc(&to->dataoff, &from->dataoff,
55 err |= copy_to_user_proc(&to->datasel, &from->datasel,
57 err |= copy_to_user_proc(to->_st, from->_st, sizeof(to->_st));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dkern_util.h99 extern int copy_to_user_proc(void *to, void *from, int size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dprocess.c309 int copy_to_user_proc(void __user *to, void *from, int size) function

Completed in 169 milliseconds