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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dn_hdlc.c117 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0 macro
728 COPY_FROM_USER (error, tbuf->buf, data, count);
H A Dip2main.c147 # define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0 macro
168 # define COPY_FROM_USER(error,dest,src,size) \ macro
2637 COPY_FROM_USER(rc, &ns, new_info, sizeof (ns) );
H A Dsynclink.c119 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0 macro
975 * lock it in case the COPY_FROM_USER blocks while swapping in a page,
2179 COPY_FROM_USER(err,tmp_buf, buf, count);
2232 COPY_FROM_USER(err,tmp_buf, buf, count);
2255 COPY_FROM_USER(err,tmp_buf, buf, c);
2584 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS));
2769 COPY_FROM_USER(rc,&mask, mask_ptr, sizeof(int));
H A Dsynclinkmp.c82 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0 macro
1061 COPY_FROM_USER(err, info->tx_buf + info->tx_put, buf, c);
2859 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS));
3000 COPY_FROM_USER(rc,&mask, mask_ptr, sizeof(int));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/pcmcia/
H A Dsynclink_cs.c95 #define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0 macro
1807 COPY_FROM_USER(err, info->tx_buf + info->tx_put, buf, c);
2039 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS));
2189 COPY_FROM_USER(rc,&mask, mask_ptr, sizeof(int));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ip2/
H A Di2lib.c995 COPY_FROM_USER(rc, (char*)(DATA_OF(pInsert)), pSource,

Completed in 92 milliseconds