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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c85 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0 macro
1889 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS));
2039 COPY_FROM_USER(rc,&mask, mask_ptr, sizeof(int));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclink.c112 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0 macro
2515 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS));
2700 COPY_FROM_USER(rc,&mask, mask_ptr, sizeof(int));
H A Dsynclinkmp.c78 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0 macro
2981 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS));
3112 COPY_FROM_USER(rc,&mask, mask_ptr, sizeof(int));

Completed in 134 milliseconds