Home
last modified time | relevance | path

Searched refs:KILL (Results 1 – 22 of 22) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/transmission/files/
H A Dtransmission-daemon103 start-stop-daemon --stop --quiet --retry=TERM/10/KILL/5 --pidfile $PIDFILE --exec $DAEMON
114 start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec $DAEMON
/openbmc/linux/tools/testing/ktest/examples/
H A Dkvm.conf15 CLOSE_CONSOLE_SIGNAL = KILL
/openbmc/qemu/tests/tcg/
H A DMakefile.target57 run-test = $(call quiet-command, timeout -s KILL --foreground $(TIMEOUT) $2 > $1.out, \
60 run-test = $(call quiet-command, timeout -s KILL --foreground $(TIMEOUT) $2, \
/openbmc/linux/tools/perf/trace/beauty/
H A Dsignum.c20 P_SIGNUM(KILL); in syscall_arg__scnprintf_signum()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dinit-redis-server47 start-stop-daemon --stop --signal KILL --exec /usr/bin/redis-server
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.4/
H A Dinit-redis-server47 start-stop-daemon --stop --signal KILL --exec /usr/bin/redis-server
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/
H A Dinitscript48 start-stop-daemon -K --quiet --signal KILL --pidfile $PIDFILE --name $NAME
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/etc/init.d/
H A Dkrb5-kdc61 start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --name $NAME
H A Dkrb5-admin-server68 start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --name $NAME
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A Dfreeradius79 … start-stop-daemon --stop --retry=TERM/30/KILL/5 --quiet --pidfile $PIDFILE || ret=$?
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/
H A Dinfluxdb178 kill -s KILL $PID &>/dev/null
/openbmc/linux/tools/perf/
H A Dbuiltin-daemon.c70 KILL, enumerator
182 } else if (session->state == KILL) { in session_config()
309 session->state = KILL; in setup_server_config()
436 session->state = KILL; in handle_signalfd()
993 if (session->state == KILL) { in daemon__reconfig()
/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.qemu388 kill -KILL ${QEMU_PID} 2>/dev/null
H A D10836 kill -KILL "$qsd_pid"
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run-qemu.sh140 kill -KILL $qemu_pid
/openbmc/openbmc-tools/ipkdbg/
H A Dipkdbg.in215 trap cleanup EXIT INT QUIT KILL
/openbmc/u-boot/arch/arm/dts/
H A Dzynqmp-zcu100-revC.dts111 kill-gpios = <&gpio 34 GPIO_ACTIVE_LOW>; /* KILL signal - output */
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_cprman_internals.h141 FIELD(CM_CLOCKx_CTL, KILL, 5, 1)
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.3.rst83 - initscripts: run umountnfs as a KILL script
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Dlogin.defs_shadow-sysroot174 # KILLCHAR Terminal KILL character ('\025' = CTRL/U).
/openbmc/linux/drivers/tty/
H A Dn_tty.c956 enum { ERASE, WERASE, KILL } kill_type; in eraser() enumerator
983 kill_type = KILL; in eraser()
/openbmc/linux/tools/testing/selftests/net/
H A Dfib_nexthops.sh808 timeout -s KILL 5 ip netns exec me ip link del veth1.10 >/dev/null 2>&1