Searched refs:kill_cad_pid (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/arch/mips/sgi-ip32/ |
H A D | ip32-reset.c | 95 if (shutting_down || kill_cad_pid(SIGINT, 1)) { ip32_prepare_poweroff()
|
/linux-4.1.27/arch/mips/sgi-ip22/ |
H A D | ip22-reset.c | 126 kill_cad_pid(SIGINT, 1)) { power_button()
|
/linux-4.1.27/drivers/parisc/ |
H A D | power.c | 96 if (kill_cad_pid(SIGINT, 1)) { process_shutdown()
|
/linux-4.1.27/drivers/char/ |
H A D | nwbutton.c | 134 kill_cad_pid(SIGINT, 1); /* Ask init to reboot us */ button_sequence_finished()
|
H A D | snsc_event.c | 218 kill_cad_pid(SIGPWR, 0); scdrv_dispatch_event()
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | nmi.c | 81 kill_cad_pid(SIGPWR, 1); s390_handle_mcck()
|
/linux-4.1.27/drivers/ps3/ |
H A D | ps3-sys-manager.c | 449 kill_cad_pid(SIGINT, 1); /* ctrl_alt_del */ ps3_sys_manager_handle_event() 467 kill_cad_pid(SIGINT, 1); /* ctrl_alt_del */ ps3_sys_manager_handle_event()
|
/linux-4.1.27/kernel/ |
H A D | reboot.c | 386 kill_cad_pid(SIGINT, 1); ctrl_alt_del()
|
/linux-4.1.27/include/linux/ |
H A D | sched.h | 2424 static inline int kill_cad_pid(int sig, int priv) kill_cad_pid() function
|
Completed in 283 milliseconds