Searched refs:boot_status (Results 1 – 10 of 10) sorted by relevance
46 static int boot_status; variable113 ret = put_user(boot_status, p); in sa1100dog_ioctl()170 boot_status = (reset_status & RESET_STATUS_WATCHDOG) ? in sa1100dog_init()
33 static unsigned long boot_status; variable118 ret = put_user(boot_status, (int *)arg); in ixp4xx_wdt_ioctl()184 boot_status = (*IXP4XX_OSST & IXP4XX_OSST_TIMER_WARM_RESET) ? in ixp4xx_wdt_init()
41 static unsigned long boot_status; variable155 ret = put_user(boot_status, argp); in iop_wdt_ioctl()232 boot_status = (read_rcsr() & IOP_RCSR_WDT) ? WDIOF_CARDRESET : 0; in iop_wdt_init()
124 int boot_status; member253 if (pcipcwd_private.boot_status & WDIOF_CARDRESET) in pcipcwd_show_card_info()256 if (pcipcwd_private.boot_status & WDIOF_OVERHEAT) in pcipcwd_show_card_info()259 if (pcipcwd_private.boot_status == 0) in pcipcwd_show_card_info()494 return put_user(pcipcwd_private.boot_status, p); in pcipcwd_ioctl()722 pcipcwd_get_status(&pcipcwd_private.boot_status); in pcipcwd_card_init()
183 int boot_status; /* The card's boot status */ member358 if (pcwd_private.boot_status & WDIOF_CARDRESET) in pcwd_show_card_info()361 if (pcwd_private.boot_status & WDIOF_OVERHEAT) { in pcwd_show_card_info()366 if (pcwd_private.boot_status == 0) in pcwd_show_card_info()613 return put_user(pcwd_private.boot_status, argp); in pcwd_ioctl()888 pcwd_private.boot_status = 0x0000; in pcwd_isa_probe()891 pcwd_get_status(&pcwd_private.boot_status); in pcwd_isa_probe()
80 int boot_status; member233 ret = put_user(wdt->boot_status, p); in at32_wdt_ioctl()337 wdt->boot_status = at32_wdt_get_status(); in at32_wdt_probe()340 if (wdt->boot_status & WDIOF_CARDRESET) { in at32_wdt_probe()
70 static int boot_status; variable205 err = put_user(boot_status, p); in ath79_wdt_ioctl()287 boot_status = (ctrl & WDOG_CTRL_LAST_RESET) ? WDIOF_CARDRESET : 0; in ath79_wdt_probe()
60 int boot_status; member274 return put_user(sch311x_wdt_data.boot_status, p); in sch311x_wdt_ioctl()405 sch311x_wdt_get_status(&sch311x_wdt_data.boot_status); in sch311x_wdt_probe()
262 unsigned long send_status, boot_status; in do_boot_cpu() local291 boot_status = 0; in do_boot_cpu()331 boot_status = 1; in do_boot_cpu()337 if (send_status || boot_status) { in do_boot_cpu()
719 typedef enum boot_status { enum743 enum boot_status bstat; /* boot status */