Home
last modified time | relevance | path

Searched refs:kill (Results 1 – 15 of 15) sorted by relevance

/u-boot/doc/usage/cmd/
A Dsaves.rst36 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 Du_boot_console_sandbox.py85 def kill(self, sig): member in ConsoleSandbox
96 self.p.kill(sig)
A Du_boot_utils.py349 def waitpid(pid, timeout=60, kill=False): argument
369 os.kill(pid, 0)
372 if kill:
373 os.kill(pid, signal.SIGKILL)
A Du_boot_spawn.py75 def kill(self, sig): member in Spawn
85 os.kill(self.pid, sig)
/u-boot/test/py/tests/
A Dtest_sandbox_exit.py20 u_boot_console.kill(signal.SIGINT)
/u-boot/doc/arch/
A Dmips.rst30 * Note that Linux users need to kill dcache_disable() in do_bootelf_exec()
/u-boot/test/py/tests/test_fs/
A Dconftest.py201 util.waitpid(pid, kill=True)
/u-boot/arch/arm/dts/
A Dzynqmp-zcu100-revC.dts111 kill-gpios = <&gpio 34 GPIO_ACTIVE_LOW>; /* KILL signal - output */
A Dimx6q-novena.dts714 /* Wifi kill */
/u-boot/arch/powerpc/cpu/mpc83xx/hid/
A DKconfig415 bool "No kill for snoop"
/u-boot/drivers/watchdog/
A DKconfig307 kill the sandbox with SIGALRM unless properly maintained.
/u-boot/common/
A Dcli_hush.c691 if ( (i=kill(- pi->pgrp, SIGCONT)) < 0) { in builtin_fg_bg()
3369 kill (- shell_pgrp, SIGTTIN);
/u-boot/tools/buildman/
A DREADME.rst45 out various exceptions when stopped. You may have to kill it since the
A Dbuildman.rst45 out various exceptions when stopped. You may have to kill it since the
/u-boot/doc/build/
A Dbuildman.rst45 out various exceptions when stopped. You may have to kill it since the

Completed in 664 milliseconds