Home
last modified time | relevance | path

Searched refs:SIGINT (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_sandbox_exit.py21 u_boot_console.kill(signal.SIGINT)
/rk3399_rockchip-uboot/include/asm-generic/
H A Dsignal.h11 #define SIGINT 2 macro
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dsignal.h23 #define SIGINT 2 macro
/rk3399_rockchip-uboot/arch/powerpc/lib/
H A Dkgdb.c54 { 0x500, SIGINT }, /* interrupt */
/rk3399_rockchip-uboot/doc/
H A DREADME.qemu-mips193 Program received signal SIGINT, Interrupt.
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dmconf.c1016 signal(SIGINT, sig_handler); in main()
/rk3399_rockchip-uboot/common/
H A Dcli_hush.c1699 signal(SIGINT, SIG_DFL);
3369 signal(SIGINT, SIG_IGN);
/rk3399_rockchip-uboot/tools/buildman/
H A Dbuilder.py299 signal.signal(signal.SIGINT, self.signal_handler)