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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c87 #define COPY_TO_USER(error,dest,src,size) error = copy_to_user(dest,src,size) ? -EFAULT : 0 macro
1851 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount));
1865 COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS));
1911 COPY_TO_USER(err,idle_mode, &info->idle_mode, sizeof(int));
1934 COPY_TO_USER(err,if_mode, &info->if_mode, sizeof(int));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsynclink.c114 #define COPY_TO_USER(error,dest,src,size) error = copy_to_user(dest,src,size) ? -EFAULT : 0 macro
2458 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount));
2483 COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS));
2550 COPY_TO_USER(err,idle_mode, &info->idle_mode, sizeof(int));
H A Dsynclinkmp.c80 #define COPY_TO_USER(error,dest,src,size) error = copy_to_user(dest,src,size) ? -EFAULT : 0 macro
2946 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount));
2961 COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS));
3006 COPY_TO_USER(err,idle_mode, &info->idle_mode, sizeof(int));

Completed in 178 milliseconds