Searched refs:register_reboot_notifier (Results 1 - 25 of 72) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dreboot.h42 extern int register_reboot_notifier(struct notifier_block *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsstate.c114 register_reboot_notifier(&sstate_reboot_notifier);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dpdc_chassis.c134 register_reboot_notifier(&pdc_chassis_reboot_block);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dbcm47xx_wdt.c255 ret = register_reboot_notifier(&bcm47xx_wdt_notifier);
H A Dindydog.c190 ret = register_reboot_notifier(&indydog_notifier);
H A Dpnx833x_wdt.c250 ret = register_reboot_notifier(&pnx833x_wdt_notifier);
H A Dsbc8360.c356 res = register_reboot_notifier(&sbc8360_notifier);
H A Dsbc_epx_c3.c186 ret = register_reboot_notifier(&epx_c3_notifier);
H A Dscx200_wdt.c238 r = register_reboot_notifier(&scx200_wdt_notifier);
H A Dsoftdog.c285 ret = register_reboot_notifier(&softdog_notifier);
H A Dalim1535_wdt.c410 ret = register_reboot_notifier(&ali_notifier);
H A Dalim7101_wdt.c400 rc = register_reboot_notifier(&wdt_notifier);
H A Deurotechwdt.c442 ret = register_reboot_notifier(&eurwdt_notifier);
H A Dit8712f_wdt.c388 err = register_reboot_notifier(&it8712f_wdt_notifier);
H A Dmachzwd.c423 ret = register_reboot_notifier(&zf_notifier);
H A Dsb_wdog.c291 ret = register_reboot_notifier(&sbwdog_notifier);
H A Dsbc60xxwdt.c361 rc = register_reboot_notifier(&wdt_notifier);
H A Dsbc7240_wdt.c287 rc = register_reboot_notifier(&wdt_notifier);
H A Dsc520_wdt.c408 rc = register_reboot_notifier(&wdt_notifier);
H A Dshwdt.c458 rc = register_reboot_notifier(&sh_wdt_notifier);
H A Dw83627hf_wdt.c342 ret = register_reboot_notifier(&wdt_notifier);
H A Dw83697hf_wdt.c428 ret = register_reboot_notifier(&wdt_notifier);
H A Dw83697ug_wdt.c363 ret = register_reboot_notifier(&wdt_notifier);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dnotifier.c529 * register_reboot_notifier - Register function to be called at reboot time
538 int register_reboot_notifier(struct notifier_block *nb) function
542 EXPORT_SYMBOL(register_reboot_notifier); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dsclp_con.c322 register_reboot_notifier(&on_reboot_nb);

Completed in 62 milliseconds

123