Searched refs:boot_status (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dsa1100_wdt.c41 static int boot_status; variable
109 ret = put_user(boot_status, p);
166 boot_status = (RCSR & RCSR_WDR) ? WDIOF_CARDRESET : 0;
H A Dep93xx_wdt.c47 static unsigned long boot_status; variable
160 ret = put_user(boot_status, (int __user *)arg);
219 boot_status = __raw_readl(EP93XX_WDT_WATCHDOG) & 0x01 ? 1 : 0;
H A Dixp4xx_wdt.c32 static unsigned long boot_status; variable
119 ret = put_user(boot_status, (int *)arg);
199 boot_status = (*IXP4XX_OSST & IXP4XX_OSST_TIMER_WARM_RESET) ?
H A Dpnx4008_wdt.c90 static unsigned long boot_status; variable
200 ret = put_user(boot_status, (int *)arg);
301 boot_status = (__raw_readl(WDTIM_RES(wdt_base)) & WDOG_RESET) ?
H A Dpcwd.c176 int boot_status; /* The card's boot status */ member in struct:__anon4367
346 if (pcwd_private.boot_status & WDIOF_CARDRESET)
349 if (pcwd_private.boot_status & WDIOF_OVERHEAT) {
354 if (pcwd_private.boot_status == 0)
607 return put_user(pcwd_private.boot_status, argp);
888 pcwd_private.boot_status = 0x0000;
890 /* get the boot_status */
891 pcwd_get_status(&pcwd_private.boot_status);
H A Dpcwd_pci.c120 int boot_status; /* The card's boot status */ member in struct:__anon4368
241 if (pcipcwd_private.boot_status & WDIOF_CARDRESET)
244 if (pcipcwd_private.boot_status & WDIOF_OVERHEAT)
247 if (pcipcwd_private.boot_status == 0)
488 return put_user(pcipcwd_private.boot_status, p);
715 /* get the boot_status */
716 pcipcwd_get_status(&pcipcwd_private.boot_status);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsmpboot.c269 unsigned long send_status, boot_status; local
298 boot_status = 0;
338 boot_status = 1;
344 if (send_status || boot_status) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dfore200e.h720 typedef enum boot_status { enum
744 enum boot_status bstat; /* boot status */

Completed in 87 milliseconds