Searched refs:copy_to_user (Results 1 - 25 of 861) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dvt.c3770 if (op->data && copy_to_user(op->data, font.data, c))
H A Dvt_ioctl.c329 if (copy_to_user(user_cfd, &cfdarg, sizeof(struct consolefontdesc)))
456 if (copy_to_user(up, &kbrep, sizeof(struct kbd_repeat)))
574 if (copy_to_user(a->kbdiacr, accent_table, accent_table_size*sizeof(struct kbdiacr)))
678 rc = copy_to_user(up, &tmp, sizeof(struct vt_mode));
956 if (copy_to_user(up, &op, sizeof(op)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dacquirewdt.c68 #include <asm/uaccess.h> /* For copy_to_user/put_user/... */
158 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0;
H A Dadvantechwdt.c149 if (copy_to_user(argp, &ident, sizeof(ident)))
H A Dalim1535_wdt.c190 return copy_to_user(argp, &ident,
H A Dalim7101_wdt.c235 return copy_to_user(argp, &ident, sizeof(ident))?-EFAULT:0;
H A Dat91rm9200_wdt.c139 return copy_to_user(argp, &at91_wdt_info, sizeof(at91_wdt_info)) ? -EFAULT : 0;
H A Dbooke_wdt.c100 if (copy_to_user ((struct watchdog_info __user *) arg, &ident,
H A Dcpu5wdt.c162 if ( copy_to_user(argp, &value, sizeof(int)) )
166 if ( copy_to_user(argp, &ident, sizeof(ident)) )
H A Dep93xx_wdt.c151 ret = copy_to_user((struct watchdog_info __user *)arg, &ident,
H A Deurotechwdt.c246 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0;
H A Di6300esb.c268 return copy_to_user(argp, &ident,
H A DiTCO_wdt.c70 #include <asm/uaccess.h> /* For copy_to_user/put_user/... */
478 return copy_to_user(argp, &ident,
H A Dib700wdt.c207 if (copy_to_user(argp, &ident, sizeof(ident)))
H A Dibmasr.c257 return copy_to_user(argp, &ident, sizeof(ident)) ?
H A Dindydog.c117 if (copy_to_user((struct watchdog_info *)arg,
H A Dixp2000_wdt.c115 ret = copy_to_user((struct watchdog_info *)arg, &ident,
H A Dixp4xx_wdt.c110 ret = copy_to_user((struct watchdog_info *)arg, &ident,
H A Dks8695_wdt.c159 return copy_to_user(argp, &ks8695_wdt_info, sizeof(ks8695_wdt_info)) ? -EFAULT : 0;
H A Dmachzwd.c319 if (copy_to_user(argp, &zf_info, sizeof(zf_info)))
H A Dmixcomwd.c173 if (copy_to_user(p, &status, sizeof(int))) {
178 if (copy_to_user(argp, &ident, sizeof(ident))) {
H A Dmpc83xx_wdt.c121 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0;
H A Dmpc8xx_wdt.c97 if (copy_to_user((void *)arg, &info, sizeof(info)))
H A Dmpcore_wdt.c278 ret = copy_to_user((void __user *)arg, &uarg, _IOC_SIZE(cmd));
H A Dmtx-1_wdt.c146 if ( copy_to_user(argp, &value, sizeof(int)) )
150 if ( copy_to_user(argp, &ident, sizeof(ident)) )

Completed in 157 milliseconds

1234567891011>>