Home
last modified time | relevance | path

Searched refs:SYS_HALT (Results 1 – 25 of 34) sorted by relevance

12

/linux-2.4.37.9/include/linux/
Dnotifier.h58 #define SYS_HALT 0x0002 /* Notify of system halt */ macro
/linux-2.4.37.9/include/linux/raid/
Dmd_compatible.h89 #define MD_SYS_HALT SYS_HALT
/linux-2.4.37.9/drivers/char/
Dacquirewdt.c197 if(code==SYS_DOWN || code==SYS_HALT) in acq_notify_sys()
Dwafer5823wdt.c191 if (code == SYS_DOWN || code == SYS_HALT) { in wafwdt_notify_sys()
Dib700wdt.c272 if (code == SYS_DOWN || code == SYS_HALT) { in ibwdt_notify_sys()
Dadvantechwdt.c238 if (code == SYS_DOWN || code == SYS_HALT) { in advwdt_notify_sys()
Dsbc60xxwdt.c277 if(code==SYS_DOWN || code==SYS_HALT) in wdt_notify_sys()
Dgeodewdt.c180 if(code==SYS_DOWN || code==SYS_HALT) in geodewdt_notify_sys()
Dscx200_wdt.c122 if (code == SYS_HALT || code == SYS_POWER_OFF) in scx200_wdt_notify_sys()
Dw83877f_wdt.c294 if(code==SYS_DOWN || code==SYS_HALT) in wdt_notify_sys()
Dalim7101_wdt.c264 if (code==SYS_DOWN || code==SYS_HALT) wdt_turnoff(); in wdt_notify_sys()
Dsc520_wdt.c311 if(code==SYS_DOWN || code==SYS_HALT) in wdt_notify_sys()
Deurotechwdt.c377 if (code == SYS_DOWN || code == SYS_HALT) { in eurwdt_notify_sys()
Dshwdt.c401 if (code == SYS_DOWN || code == SYS_HALT) { in sh_wdt_notify_sys()
Dwdt83627.c313 if (code == SYS_DOWN || code == SYS_HALT) { in wdt_notify_sys()
Dwdt.c448 if(code==SYS_DOWN || code==SYS_HALT) in wdt_notify_sys()
Dsc1200wdt.c283 if (code == SYS_DOWN || code == SYS_HALT) in sc1200wdt_notify_sys()
Dmachzwd.c441 if(code == SYS_DOWN || code == SYS_HALT){ in zf_notify_sys()
Dwdt_pci.c463 if (code==SYS_DOWN || code==SYS_HALT) { in wdtpci_notify_sys()
Dpcwd.c491 if (code == SYS_DOWN || code == SYS_HALT) { in pcwd_notify_sys()
/linux-2.4.37.9/drivers/scsi/
Doktagon_esp.c241 if((code == SYS_DOWN || code == SYS_HALT) && (esp = current_esp)) in oktagon_notify_reboot()
/linux-2.4.37.9/arch/parisc/kernel/
Dled.c535 case SYS_HALT: txt = "SYSTEM HALT"; in led_halt()
/linux-2.4.37.9/drivers/char/ipmi/
Dipmi_watchdog.c833 if (code == SYS_DOWN || code == SYS_HALT) { in wdog_reboot_handler()
/linux-2.4.37.9/kernel/
Dsys.c320 notifier_call_chain(&reboot_notifier_list, SYS_HALT, NULL); in sys_reboot()
/linux-2.4.37.9/drivers/message/i2o/
Di2o_core.c3377 if(code != SYS_RESTART && code != SYS_HALT && code != SYS_POWER_OFF) in i2o_reboot_event()

12