Home
last modified time | relevance | path

Searched +full:1 +full:- +full:stop (Results 1 – 25 of 1100) sorted by relevance

12345678910>>...44

/openbmc/qemu/ui/icons/
H A Dqemu.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
23 <stop
24 style="stop-color:#000000;stop-opacity:1;"
27 <stop
30 style="stop-color:#000000;stop-opacity:0.87843138;" />
31 <stop
32 style="stop-color:#ffffff;stop-opacity:0.43921569;"
[all …]
/openbmc/qemu/pc-bios/
H A Dqemu_logo.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
25 <stop
26 style="stop-color:#000000;stop-opacity:1;"
29 <stop
32 style="stop-color:#000000;stop-opacity:0.87843138;" />
33 <stop
34 style="stop-color:#ffffff;stop-opacity:0.43921569;"
[all …]
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0002-start-stop-daemon-fix-tests.patch4 Subject: [PATCH] start-stop-daemon: fix tests
6 - "/tmp" directory could be link to somewhere else, so deference it
8 - run "start-stop-daemon with both -x and -a" test only if "/bin/false"
11 Upstream-Status: Submitted [https://lists.busybox.net/pipermail/busybox/2024-October/090968.html]
13 Signed-off-by: Andrej Valek <andrej.v@skyrain.eu>
14 ---
15 testsuite/start-stop-daemon.tests | 14 +++++++++-----
16 1 file changed, 9 insertions(+), 5 deletions(-)
18 diff --git a/testsuite/start-stop-daemon.tests b/testsuite/start-stop-daemon.tests
20 --- a/testsuite/start-stop-daemon.tests
[all …]
/openbmc/entity-manager/docs/
H A Daddress_size_detection_modes.md6 ## MODE-1
8 The existing upstream function isDevice16Bit() bases on sending 1-byte write
9 operation (with a STOP condition) and 8 subsequent 1-byte read operations with
12 ### This MODE-1 expects the following logic
14 - If the device requires 1 address byte, it EXPECTS that the data will be read
16 - If the device requires 2 address bytes, it EXPECTS that the data will be read
20 ### Issue and potential issue with this MODE-1
22 - If any "2 address bytes" EEPROM from any vendor has the same data in all
23 memory locations (0-7) the existing upstream function read, this device will
24 be identified as "1 address byte" device.
[all …]
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dcache_v7.c1 // SPDX-License-Identifier: GPL-2.0+
12 #define ARMV7_DCACHE_INVAL_RANGE 1
26 asm volatile ("mrc p15, 1, %0, c0, c0, 0" : "=r" (ccsidr)); in get_ccsidr()
30 static void v7_dcache_clean_inval_range(u32 start, u32 stop, u32 line_len) in v7_dcache_clean_inval_range() argument
35 start &= ~(line_len - 1); in v7_dcache_clean_inval_range()
36 for (mva = start; mva < stop; mva = mva + line_len) { in v7_dcache_clean_inval_range()
37 /* DCCIMVAC - Clean & Invalidate data cache by MVA to PoC */ in v7_dcache_clean_inval_range()
38 asm volatile ("mcr p15, 0, %0, c7, c14, 1" : : "r" (mva)); in v7_dcache_clean_inval_range()
42 static void v7_dcache_inval_range(u32 start, u32 stop, u32 line_len) in v7_dcache_inval_range() argument
46 if (!check_cache_range(start, stop)) in v7_dcache_inval_range()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A D0001-Avoid-bashisms-in-init-scripts.patch6 Upstream-Status: Inappropriate
8 Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
12 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
13 ---
14 scripts/blk_availability_init_red_hat.in | 4 ++--
15 scripts/cmirrord_init_red_hat.in | 4 ++--
16 scripts/lvm2_lvmpolld_init_red_hat.in | 4 ++--
17 scripts/lvm2_monitoring_init_red_hat.in | 4 ++--
18 scripts/lvm2_monitoring_init_rhel4 | 4 ++--
19 5 files changed, 10 insertions(+), 10 deletions(-)
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/
H A Duncore-io.json6 "PerPkg": "1",
14 "PerPkg": "1",
15 …. These credits are for either the NCB or NCS message classes. NCB, or non-coherent bypass messa…
23 "PerPkg": "1",
24 …. These credits are for either the NCB or NCS message classes. NCB, or non-coherent bypass messa…
32 "PerPkg": "1",
33 …. These credits are for either the NCB or NCS message classes. NCB, or non-coherent bypass messa…
41 "PerPkg": "1",
42 …to the IIO, but was rejected because no credits were available. NCB, or non-coherent bypass messa…
50 "PerPkg": "1",
[all …]
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/
H A Dinit5 # Required-Start: $remote_fs $syslog
6 # Required-Stop: $remote_fs $syslog
7 # Default-Start: 2 3 4 5
8 # Default-Stop: 0 1 6
9 # Short-Description: Small http server
15 test -x "$thttpd" || exit 0
18 case "$1" in
20 echo -n "Starting thttpd"
21 start-stop-daemon --start --quiet --exec $thttpd -- -C @@CONFFILE
24 stop)
[all …]
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_h323_types.c1 // SPDX-License-Identifier: GPL-2.0-only
2 /* Generated by Jing Min Zhao's ASN.1 parser, May 16 2007
27 {FNAME("routing") CHOICE, 1, 2, 2, SKIP | EXT, 0,
56 {FNAME("nonStandardIdentifier") CHOICE, 1, 2, 2, SKIP | EXT, 0,
72 {FNAME("nsap") OCTSTR, 5, 1, 0, SKIP, 0, NULL},
78 {FNAME("dialedDigits") NUMDGT, 7, 1, 0, SKIP, 0, NULL},
79 {FNAME("h323-ID") BMPSTR, BYTE, 1, 0, SKIP, 0, NULL},
80 {FNAME("url-ID") IA5STR, WORD, 1, 0, SKIP, 0, NULL},
82 {FNAME("email-ID") IA5STR, WORD, 1, 0, SKIP, 0, NULL},
84 {FNAME("mobileUIM") CHOICE, 1, 2, 2, SKIP | EXT, 0, NULL},
[all …]
/openbmc/linux/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c1 // SPDX-License-Identifier: GPL-2.0+
46 /* a sequence of architecture-agnostic syscalls */ in TEST()
95 args[i][1], args[i][2], args[i][3], in TEST()
99 _exit(1); in TEST()
106 { 1, -ENOENT }, /* chdir */ in TEST()
118 (void *) &info.entry - (void *) &info; in TEST()
120 (void *) &info.entry.args[6] - (void *) &info; in TEST()
122 (void *) (&info.exit.is_error + 1) - in TEST()
149 LOG_KILL_TRACEE("unexpected signal stop"); in TEST()
161 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/sysklogd/files/
H A Dsysklogd6 # Required-Start: $remote_fs $time
7 # Required-Stop: $remote_fs $time
8 # Should-Start: $network
9 # Should-Stop: $network
10 # Default-Start: 2 3 4 5
11 # Default-Stop: 0 1 6
12 # Short-Description: System logger
23 test -x $binpath || exit 0
26 SYSLOGD="-ss"
28 test ! -r /etc/default/syslogd || . /etc/default/syslogd
[all …]
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Dbootlogd.init4 # Required-Start:
5 # Required-Stop:
6 # Default-Start: S
7 # Default-Stop: 2 3 4 5
8 # Short-Description: One of the first scripts to be executed. Starts or stops
10 # "stop-bootlogd", it will stop the daemon instead of
23 test -f $DAEMON || exit 0
25 [ -r /etc/default/bootlogd ] && . /etc/default/bootlogd
27 ## set -e # not needed
36 ACTION="$1"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/
H A Dinit-valkey-server4 # Provides: valkey-server
5 # Required-Start: $network
6 # Required-Stop: $network
7 # Default-Start: S 2 3 4 5
8 # Default-Stop: 0 1 6
9 # Short-Description: Redis, a key-value store
10 # Description: Redis is an open source, advanced key-value store.
14 test -f /usr/bin/valkey-server || exit 0
18 case "$1" in
20 echo "Starting valkey-server..."
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dinit-redis-server4 # Provides: redis-server
5 # Required-Start: $network
6 # Required-Stop: $network
7 # Default-Start: S 2 3 4 5
8 # Default-Stop: 0 1 6
9 # Short-Description: Redis, a key-value store
10 # Description: Redis is an open source, advanced key-value store.
14 test -f /usr/bin/redis-server || exit 0
18 case "$1" in
20 echo "Starting redis-server..."
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/
H A Dinit-redis-server4 # Provides: redis-server
5 # Required-Start: $network
6 # Required-Stop: $network
7 # Default-Start: S 2 3 4 5
8 # Default-Stop: 0 1 6
9 # Short-Description: Redis, a key-value store
10 # Description: Redis is an open source, advanced key-value store.
14 test -f /usr/bin/redis-server || exit 0
18 case "$1" in
20 echo "Starting redis-server..."
[all …]
/openbmc/linux/Documentation/images/
H A Dlogo.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 inkscape:export-ydpi="300"
12 inkscape:export-xdpi="300"
13 inkscape:export-filename="./tux-large.png"
15 inkscape:version="1.1-dev (79c9cd5f54, 2020-05-04)"
25 inkscape:guide-bbox="true"
27 fit-margin-bottom="0"
28 fit-margin-right="0"
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/
H A Dnetworkmanager.initd3 # Provides: network-manager
4 # Required-Start: $remote_fs dbus udev
5 # Required-Stop: $remote_fs dbus udev
6 # Should-Start: $syslog
7 # Should-Stop: $syslog
8 # Default-Start: 2 3 4 5
9 # Default-Stop: 0 1 6
10 # Short-Description: network connection manager
23 SCRIPTNAME=/etc/init.d/network-manager
25 . /etc/init.d/functions || exit 1
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/
H A Duncore-io.json6 "PerPkg": "1",
14 "PerPkg": "1",
22 "PerPkg": "1",
30 "PerPkg": "1",
38 "PerPkg": "1",
46 "PerPkg": "1",
47 …. These credits are for either the NCB or NCS message classes. NCB, or non-coherent bypass messa…
55 "PerPkg": "1",
56 …. These credits are for either the NCB or NCS message classes. NCB, or non-coherent bypass messa…
64 "PerPkg": "1",
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Duncore-io.json6 "PerPkg": "1",
14 "PerPkg": "1",
22 "PerPkg": "1",
30 "PerPkg": "1",
38 "PerPkg": "1",
46 "PerPkg": "1",
47 …. These credits are for either the NCB or NCS message classes. NCB, or non-coherent bypass messa…
55 "PerPkg": "1",
56 …. These credits are for either the NCB or NCS message classes. NCB, or non-coherent bypass messa…
64 "PerPkg": "1",
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/files/
H A Dlldpd.init.d4 # Required-Start: $remote_fs $network $syslog
5 # Required-Stop: $network $remote_fs $syslog
6 # Default-Start: 2 3 4 5
7 # Default-Stop: 0 1 6
8 # Short-Description: LLDP daemon
14 # Do NOT "set -e"
21 if [ $1 -eq 0 ]; then in log_end_msg()
48 [ -x "$DAEMON" ] || exit 0
51 [ -r /etc/default/$NAME ] && . /etc/default/$NAME
58 start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON -- \
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A Dinit7 # Modified for openembedded by Bruno Randolf <bruno.randolf@4g-systems.biz>
11 # Required-Start: $remote_fs $local_fs $time
12 # Required-Stop: $remote_fs $local_fs $time
13 # Should-Start: $network $named
14 # Should-Stop: $network $named
15 # Default-Start: 2 3 4 5
16 # Default-Stop: 0 1 6
17 # Short-Description: network benchmark
23 test -f $DAEMON || exit 0
25 case "$1" in
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/
H A Dradvd.init5 # Required-Start: $remote_fs $named $syslog
6 # Required-Stop: $remote_fs $named $syslog
7 # Default-Start: 3 5
8 # Default-Stop: 0 1 2 6
20 SAVED_SETTINGS=/var/run/radvd/saved-settings
22 OPTIONS="-u radvd -p $PIDFILE"
24 test -x $DAEMON || exit 0
26 set -e
29 if test \! -e /proc/sys/net/ipv6; then
36 local file=$1
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dnfsserver3 # Provides: nfs-kernel-server
4 # Required-Start: $remote_fs nfs-common $portmap hwclock
5 # Required-Stop: $remote_fs nfs-common $portmap hwclock
6 # Default-Start: 2 3 4 5
7 # Default-Stop: 0 1 6
8 # Short-Description: Kernel NFS server support
15 # Startup script for nfs-utils
22 test -r /etc/default/nfsd && . /etc/default/nfsd
25 test -x "$NFS_MOUNTD" || NFS_MOUNTD=/usr/sbin/rpc.mountd
26 test -x "$NFS_NFSD" || NFS_NFSD=/usr/sbin/rpc.nfsd
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd/
H A Dxinetd.init3 # /etc/init.d/xinetd -- script to start and stop xinetd.
8 if test -f /etc/default/xinetd; then
13 test -x /usr/sbin/xinetd || exit 0
16 if grep "^[^ *#]" /etc/xinetd.conf | grep -q 'rpc/'; then
17 if ! rpcinfo -u localhost portmapper >/dev/null 2>&1; then
19 echo "WARNING: portmapper inactive - RPC services unavailable!"
27 case "$1" in
30 echo -n "Starting internet superserver: xinetd"
31 …start-stop-daemon --start --quiet --background --exec /usr/sbin/xinetd -- -pidfile /var/run/xinetd…
34 stop)
[all …]
/openbmc/u-boot/arch/arm/lib/
H A Dcache-pl310.c1 // SPDX-License-Identifier: GPL-2.0+
18 writel(0, &pl310->pl310_cache_sync); in pl310_cache_sync()
25 assoc_16 = readl(&pl310->pl310_aux_ctrl) & in pl310_background_op_all_ways()
32 way_mask = (1 << associativity) - 1; in pl310_background_op_all_ways()
43 pl310_background_op_all_ways(&pl310->pl310_inv_way); in v7_outer_cache_inval_all()
48 pl310_background_op_all_ways(&pl310->pl310_clean_inv_way); in v7_outer_cache_flush_all()
51 /* Flush(clean invalidate) memory from start to stop-1 */
52 void v7_outer_cache_flush_range(u32 start, u32 stop) in v7_outer_cache_flush_range() argument
58 * Align to the beginning of cache-line - this ensures that in v7_outer_cache_flush_range()
61 start &= ~(line_size - 1); in v7_outer_cache_flush_range()
[all …]

12345678910>>...44