/linux-2.4.37.9/include/linux/ |
D | watchdog.h | 16 struct watchdog_info { struct 22 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info) argument
|
/linux-2.4.37.9/drivers/char/ |
D | indydog.c | 120 static struct watchdog_info ident = { in indydog_ioctl() 128 if(copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))) in indydog_ioctl()
|
D | wdt285.c | 130 static struct watchdog_info ident= in watchdog_ioctl() 141 if(copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))) in watchdog_ioctl()
|
D | shwdt.c | 120 static struct watchdog_info sh_wdt_info; 338 if (copy_to_user((struct watchdog_info *)arg, in sh_wdt_ioctl() 417 static struct watchdog_info sh_wdt_info = {
|
D | softdog.c | 170 static struct watchdog_info ident = { in softdog_ioctl() 179 if(copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))) in softdog_ioctl()
|
D | acquirewdt.c | 116 static struct watchdog_info ident= in acq_ioctl() 124 if (copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))) in acq_ioctl()
|
D | wafer5823wdt.c | 123 static struct watchdog_info ident = { in wafwdt_ioctl() 134 ((struct watchdog_info *) arg, &ident, sizeof (ident))) in wafwdt_ioctl()
|
D | ib700wdt.c | 179 static struct watchdog_info ident = { in ibwdt_ioctl() 188 if (copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))) in ibwdt_ioctl()
|
D | advantechwdt.c | 145 static struct watchdog_info ident = { in advwdt_ioctl() 153 if (copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))) in advwdt_ioctl()
|
D | sbc60xxwdt.c | 235 static struct watchdog_info ident= in fop_ioctl() 247 return copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))?-EFAULT:0; in fop_ioctl()
|
D | mixcomwd.c | 169 static struct watchdog_info ident = { in mixcomwd_ioctl() 186 if (copy_to_user((struct watchdog_info *)arg, &ident, in mixcomwd_ioctl()
|
D | scx200_wdt.c | 165 static struct watchdog_info ident = { in scx200_wdt_ioctl() 176 if(copy_to_user((struct watchdog_info *)arg, &ident, in scx200_wdt_ioctl()
|
D | w83877f_wdt.c | 252 static struct watchdog_info ident= in fop_ioctl() 264 return copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))?-EFAULT:0; in fop_ioctl()
|
D | alim1535d_wdt.c | 206 static struct watchdog_info ident = { in ali_ioctl() 215 if (copy_to_user((struct watchdog_info *) arg, &ident, sizeof (ident))) in ali_ioctl()
|
D | alim7101_wdt.c | 223 static struct watchdog_info ident= in fop_ioctl() 233 return copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))?-EFAULT:0; in fop_ioctl()
|
D | sc520_wdt.c | 270 static struct watchdog_info ident= in fop_ioctl() 282 return copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))?-EFAULT:0; in fop_ioctl()
|
D | eurotechwdt.c | 265 static struct watchdog_info ident = { in eurwdt_ioctl() 276 return copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident)) ? -EFAULT : 0; in eurwdt_ioctl()
|
D | i810-tco.c | 249 static struct watchdog_info ident = { in i810tco_ioctl() 261 ((struct watchdog_info *) arg, &ident, sizeof (ident))) in i810tco_ioctl()
|
D | wdt.c | 328 static struct watchdog_info ident= in wdt_ioctl() 343 return copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))?-EFAULT:0; in wdt_ioctl()
|
D | sc1200wdt.c | 173 static struct watchdog_info ident = { in sc1200wdt_ioctl() 184 if (copy_to_user((struct watchdog_info *)arg, &ident, sizeof ident)) in sc1200wdt_ioctl()
|
D | machzwd.c | 119 static struct watchdog_info zf_info = { 367 if (copy_to_user((struct watchdog_info *)arg, in zf_ioctl()
|
D | wdt_pci.c | 313 static struct watchdog_info ident= in wdtpci_ioctl() 328 return copy_to_user((struct watchdog_info *)arg, &ident, sizeof(ident))?-EFAULT:0; in wdtpci_ioctl()
|
D | mpc8xx_wdt.c | 37 static struct watchdog_info ident = {
|
/linux-2.4.37.9/drivers/sbus/char/ |
D | riowatchdog.c | 130 static struct watchdog_info info = { in riowd_ioctl() 138 if (copy_to_user((struct watchdog_info *) arg, &info, sizeof(info))) in riowd_ioctl()
|
D | cpwatchdog.c | 345 struct watchdog_info info = { in wd_ioctl() 359 if(copy_to_user((struct watchdog_info *)arg, in wd_ioctl() 360 (struct watchdog_info *)&info, in wd_ioctl() 361 sizeof(struct watchdog_info))) { in wd_ioctl()
|