Searched refs:kill (Results 1 – 15 of 15) sorted by relevance
| /u-boot/doc/usage/cmd/ |
| A D | saves.rst | 36 command is invoked. <CTRL+A><k> is used to kill the screen session. 39 <ENTER> key is hit to start the file output. <CTRL+A><k> is issued to kill the 55 Really kill this window [y/n] 69 Really kill this window [y/n]
|
| /u-boot/test/py/ |
| A D | u_boot_console_sandbox.py | 85 def kill(self, sig): member in ConsoleSandbox 96 self.p.kill(sig)
|
| A D | u_boot_utils.py | 349 def waitpid(pid, timeout=60, kill=False): argument 369 os.kill(pid, 0) 372 if kill: 373 os.kill(pid, signal.SIGKILL)
|
| A D | u_boot_spawn.py | 75 def kill(self, sig): member in Spawn 85 os.kill(self.pid, sig)
|
| /u-boot/test/py/tests/ |
| A D | test_sandbox_exit.py | 20 u_boot_console.kill(signal.SIGINT)
|
| /u-boot/doc/arch/ |
| A D | mips.rst | 30 * Note that Linux users need to kill dcache_disable() in do_bootelf_exec()
|
| /u-boot/test/py/tests/test_fs/ |
| A D | conftest.py | 201 util.waitpid(pid, kill=True)
|
| /u-boot/arch/arm/dts/ |
| A D | zynqmp-zcu100-revC.dts | 111 kill-gpios = <&gpio 34 GPIO_ACTIVE_LOW>; /* KILL signal - output */
|
| A D | imx6q-novena.dts | 714 /* Wifi kill */
|
| /u-boot/arch/powerpc/cpu/mpc83xx/hid/ |
| A D | Kconfig | 415 bool "No kill for snoop"
|
| /u-boot/drivers/watchdog/ |
| A D | Kconfig | 307 kill the sandbox with SIGALRM unless properly maintained.
|
| /u-boot/common/ |
| A D | cli_hush.c | 691 if ( (i=kill(- pi->pgrp, SIGCONT)) < 0) { in builtin_fg_bg() 3369 kill (- shell_pgrp, SIGTTIN);
|
| /u-boot/tools/buildman/ |
| A D | README.rst | 45 out various exceptions when stopped. You may have to kill it since the
|
| A D | buildman.rst | 45 out various exceptions when stopped. You may have to kill it since the
|
| /u-boot/doc/build/ |
| A D | buildman.rst | 45 out various exceptions when stopped. You may have to kill it since the
|
Completed in 664 milliseconds