Home
last modified time | relevance | path

Searched full:echo (Results 1 – 25 of 3419) sorted by relevance

12345678910>>...137

/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dsetup.sh5 echo "ERROR: wadir not specified"
6 echo ""
24 allmods=`cd "$wadir"; echo */module.info | sed -e 's/\/module.info//g'`
26 echo "ERROR: Failed to get module list"
27 echo ""
30 echo ""
33 echo "ERROR: Username 'webmin' is reserved for internal use"
34 echo ""
39 echo $perl > $config_dir/perl-path
40 echo $var_dir > $config_dir/var-path
[all …]
/openbmc/openbmc/meta-raspberrypi/docs/
H A DMakefile19 @echo "Please use \`make <target>' where <target> is one of"
20 @echo " html to make standalone HTML files"
21 @echo " dirhtml to make HTML files named index.html in directories"
22 @echo " singlehtml to make a single large HTML file"
23 @echo " pickle to make pickle files"
24 @echo " json to make JSON files"
25 @echo " htmlhelp to make HTML files and a HTML help project"
26 @echo " qthelp to make HTML files and a qthelp project"
27 @echo " applehelp to make an Apple Help Book"
28 @echo " devhelp to make HTML files and a Devhelp project"
[all …]
/openbmc/openbmc-test-automation/tools/
H A Dgenerate_argumentfile.sh3 echo "--variable OPENBMC_HOST:$OPENBMC_HOST" > $ARG_FILE
4 echo "--variable OPENBMC_MODEL:$OPENBMC_MODEL" >> $ARG_FILE
5 echo "--variable OPENBMC_USERNAME:$OPENBMC_USERNAME" >> $ARG_FILE
6 echo "--variable OPENBMC_PASSWORD:$OPENBMC_PASSWORD" >> $ARG_FILE
7 echo "--variable OPENBMC_SYSTEMMODEL:$OPENBMC_SYSTEMMODEL" >> $ARG_FILE
8 echo "--variable GUI_BROWSER:$GUI_BROSWER" >> $ARG_FILE
9 echo "--variable GUI_MODE:$GUI_MODE" >> $ARG_FILE
10 echo "--variable PDU_TYPE:$PDU_TYPE" >> $ARG_FILE
11 echo "--variable PDU_IP:$PDU_IP" >> $ARG_FILE
12 echo "--variable PDU_USERNAME:$PDU_USERNAME" >> $ARG_FILE
[all …]
/openbmc/linux/tools/testing/selftests/sysctl/
H A Dsysctl.sh60 echo -n "Checking production write strict setting ... "
62 echo "FAIL, but skip in case of old kernel" >&2
66 echo "ok"
68 echo "FAIL, strict value is 0 but force to 1 to continue" >&2
69 echo "1" > ${WRITES_STRICT}
91 echo $msg must be run as root >&2
96 echo "$0: You need perl installed"
100 echo "$0: You need getconf installed"
104 echo "$0: You need diff installed"
113 echo "$0: module $TEST_DRIVER not found [SKIP]"
[all …]
/openbmc/openbmc/meta-amd/meta-daytonax/recipes-amd/amd-fpga/files/
H A Dfpgardu.sh2 echo
3 echo "-----FPGA Daytona<x> CRB Register Dump Utility"
4 echo
11 echo ----------FPGAreg$FPGA_REG-------------------------
12 echo M_ABCD_EVENT_R_BUF_N----- : $(((DATA & 0x80) >> 7))
13 echo M_EFGH_EVENT_R_BUF_N----- : $(((DATA & 0x40) >> 6))
14 echo M_IJKL_EVENT_R_BUF_N----- : $(((DATA & 0x20) >> 5))
15 echo M_MNOP_EVENT_R_BUF_N----- : $(((DATA & 0x10) >> 4))
19 echo ----------FPGAreg$FPGA_REG-------------------------
20 echo BMC_NVDIMM_PRSNT_R_N----- : $(((DATA & 0x80) >> 7))
[all …]
/openbmc/qemu/python/
H A DMakefile7 @echo "python packaging help:"
8 @echo ""
9 @echo "make check-minreqs:"
10 @echo " Run tests in the minreqs virtual environment."
11 @echo " These tests use the oldest dependencies."
12 @echo " Requires: Python 3.8"
13 @echo " Hint (Fedora): 'sudo dnf install python3.8'"
14 @echo ""
15 @echo "make check-tox:"
16 @echo " Run tests against multiple python versions."
[all …]
/openbmc/linux/scripts/
H A Drust_is_available.sh19 echo $((100000 * $1 + 100 * $2 + $3))
25 echo >&2 "***"
26 echo >&2 "*** Please see Documentation/rust/quick-start.rst for details"
27 echo >&2 "*** on how to set up the Rust support."
28 echo >&2 "***"
34 echo >&2 "***"
35 echo >&2 "*** This script is intended to be called from Kbuild."
36 echo >&2 "*** Please use the 'rustavailable' target to call it instead."
37 echo >&2 "*** Otherwise, the results may not be meaningful."
48 echo >&2 "***"
[all …]
/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/
H A Dfpgardu.sh2 echo
3 echo "-----FPGA Ethanol<x> CRB Register Dump Utility"
4 echo
13 echo FPGA FW Version: $MAJOR.$MINOR
48 echo ----------FPGAreg$FPGA_REG-----P$SOCKET VDD "$VDD_LOOP_CNT_TXT"
49 echo VDD_18_DUAL : $((DATA & 0x01))
50 echo VDD_SOC_DUAL: $(((DATA & 0x02) >> 1))
51 echo VDD_SPD_ABCD: $(((DATA & 0x04) >> 2))
52 echo VDD_VPP_ABCD: $(((DATA & 0x08) >> 3))
53 echo VDD_VTT_ABCD: $(((DATA & 0x10) >> 4))
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D14626 echo "QA output created by $seq"
50 echo
51 echo === Testing VPC Autodetect ===
52 echo
59 echo
60 echo === Testing VPC with current_size force ===
61 echo
67 echo
68 echo === Testing VPC with chs force ===
69 echo
[all …]
H A D17127 echo "QA output created by $seq"
66 echo
67 echo "write to image"
70 echo
71 echo "read the image"
74 echo
75 echo "check that offset is respected"
78 echo
79 echo "write before image boundary"
82 echo
[all …]
H A D04626 echo "QA output created by $seq"
48 echo
49 echo "== creating backing file for COW tests =="
67 echo "$op -P $pattern $((cur_sec * 64))k 64k"
76 echo
77 echo "== Some concurrent requests touching the same cluster =="
193 echo
194 echo "== Verify image content =="
208 echo read -P 0 0 0x10000
210 echo read -P 1 0x10000 0x2000
[all …]
H A D07726 echo "QA output created by $seq"
49 echo
50 echo "== Some concurrent requests involving RMW =="
54 echo "open -o driver=$IMGFMT,file.align=4k blkdebug::$TEST_IMG"
194 echo
195 echo "== Verify image content =="
200 echo read -P 0 0 0x200
201 echo read -P 10 0x200 0x200
202 echo read -P 0 0x400 0xc00
205 echo read -P 0 0x1000 0x200
[all …]
H A D06126 echo "QA output created by $seq"
57 echo
58 echo "=== Testing version downgrade with zero expansion ==="
59 echo
68 echo
69 echo "=== Testing version downgrade with zero expansion and 4K cache entries ==="
70 echo
84 echo
85 echo "=== Testing dirty version downgrade ==="
86 echo
[all …]
/openbmc/linux/tools/testing/selftests/mm/
H A Dtest_vmalloc.sh34 echo "$0: Must be run as root"
39 echo "$0: You need modprobe installed"
44 echo "$0: You must have the following enabled in your kernel:"
45 echo "CONFIG_TEST_VMALLOC=m"
52 echo "Run performance tests to evaluate how fast vmalloc allocation is."
53 echo "It runs all test cases on one single CPU with sequential order."
56 echo "Done."
57 echo "Ccheck the kernel message buffer to see the summary."
62 echo "Run stability tests. In order to stress vmalloc subsystem all"
63 echo "available test cases are run by NUM_CPUS workers simultaneously."
[all …]
H A Dhugetlb_reparenting_test.sh10 echo "This test must be run as root. Skipping..."
29 echo "+hugetlb +memory" >$CGROUP_ROOT/cgroup.subtree_control
44 echo $mb
50 echo cleanup
58 echo 0 >/proc/sys/vm/nr_hugepages
78 echo actual a = $((${actual_a%% *} / 1024 / 1024)) MB
79 echo expected a = $((${expected_a%% *} / 1024 / 1024)) MB
80 echo fail
90 echo actual a hugetlb = $((${actual_a_hugetlb%% *} / 1024 / 1024)) MB
91 echo expected a hugetlb = $((${expected_a_hugetlb%% *} / 1024 / 1024)) MB
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqcow2-internal-snapshots26 echo "QA output created by $seq"
63 echo
64 echo "=== Write some data, take a snapshot and overwrite part of it ==="
65 echo
68 echo 'qemu-io disk0 "write -P0x11 0 1M"'
71 echo "savevm snap0"
72 echo 'qemu-io disk0 "write -P0x22 0 512k"'
73 echo "quit"
76 echo
80 echo
[all …]
H A Dzoned7 echo "QA output created by $seq"
33 echo "Testing a null_blk device:"
34 echo "case 1: if the operations work"
38 echo "(1) report the first zone:"
40 echo
41 echo "report the first 10 zones"
43 echo
44 echo "report the last zone:"
46 echo
47 echo
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtoolchain-scripts.bbclass43echo '# Check for LD_LIBRARY_PATH being set, which can break SDK and generally is a bad practice' …
44 echo '# http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN80' >> $script
45 echo '# http://xahlee.info/UnixResource_dir/_/ldpath.html' >> $script
46 echo '# Only disable this check if you are absolutely know what you are doing!' >> $script
47 echo 'if [ ! -z "${LD_LIBRARY_PATH:-}" ]; then' >> $script
48echo " echo \"Your environment is misconfigured, you probably need to 'unset LD_LIBRARY_PATH'\"…
49echo " echo \"but please check why this was set in the first place and that it's safe to unset.…
50echo ' echo "The SDK will not operate correctly in most cases when LD_LIBRARY_PATH is set."' >>…
51 echo ' echo "For more references see:"' >> $script
52echo ' echo " http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN80"' >> $sc…
[all …]
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd/
H A Dkudo-ras.sh250 echo "System is currently Powered off S6"
252 echo "System is currently in ${powerState} "
256 echo " "
257 echo " Error Count: "
258 echo " Memory Errors: Correctable $((MemCE >> 8)) Uncorrectable $((MemUE >> 8)) "
259 echo " Core Errors: Correctable $((CoreCE >> 8)) Uncorrectable $((CoreUE >> 8))"
260 echo " PCIe Errors: Correctable $((PCIeCE >> 8)) Uncorrectable $((PCIeUE >> 8)) "
261 echo " Other Errors: Correctable $((OtherCE >> 8)) Uncorrectable $((OtherUE >> 8)) "
265 echo " "
266 echo " GPI Source Registers: "
[all …]
/openbmc/linux/tools/testing/selftests/media_tests/
H A Dmedia_dev_allocator.sh6 echo "Media Device Allocator testing: unbind and bind"
7 echo "media driver $1 audio driver $2"
17 echo "=================================="
18 echo "Test unbind both devices - start"
19 echo "Running unbind of $MDEV from $MDRIVER"
20 echo $MDEV > $MDRIVER/unbind;
22 echo "Media device should still be present!"
25 echo "sound driver is at: $ADRIVER"
26 echo "Device is: $ADEV"
28 echo "Running unbind of $ADEV from $ADRIVER"
[all …]
/openbmc/linux/tools/
H A DMakefile10 @echo 'Possible targets:'
11 @echo ''
12 @echo ' acpi - ACPI tools'
13 @echo ' bpf - misc BPF tools'
14 @echo ' cgroup - cgroup tools'
15 @echo ' counter - counter tools'
16 @echo ' cpupower - a tool for all things x86 CPU power'
17 @echo ' debugging - tools for debugging'
18 @echo ' firewire - the userspace part of nosy, an IEEE-1394 traffic sniffer'
19 @echo ' firmware - Firmware tools'
[all …]
/openbmc/linux/tools/testing/selftests/firmware/
H A Dfw_filesystem.sh26 echo 1 >/sys/class/firmware/timeout
30 echo "$0: empty filename should not succeed" >&2
35 echo "$0: empty filename: async trigger not present, ignoring test" >&2
39 echo "$0: empty filename should not succeed (async)" >&2
45 if echo -n "nope-$NAME" >"$DIR"/trigger_request 2> /dev/null; then
46 echo "$0: firmware shouldn't have loaded" >&2
50 echo "$0: firmware was not expected to match" >&2
54 echo "$0: timeout works"
60 if ! echo -n "$NAME" >"$DIR"/trigger_request ; then
61 echo "$0: could not trigger request" >&2
[all …]
/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-sys-utility/mori-cmd/
H A Dmori.sh9 echo " mori rst [parameter]"
10 echo " system --> reset the host"
11 echo " btn --> trigger a power button event"
12 echo " shutdown --> send out shutdown signal to CPU"
13 echo " display --> "
17 echo " mori led 'attn'/'boot' [parameter]"
18 echo " on --> turn led on"
19 echo " off --> turn led off"
20 echo " toggle --> toggle led"
21 echo " status --> get status of led"
[all …]
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dfunctions.sh15 echo "$1" | grep -q "torture\.onoff_"
25 echo $1 needs argument $2 matching \"$5\"
28 if echo "$4" | grep -q -e "$5"
32 echo $1 $2 \"$4\" must match \"$5\"
35 if echo "$4" | grep -q -e "$6"
37 echo $1 $2 \"$4\" must not match \"$6\"
48 echo `grep -v '^#' "$2.boot" | tr '\012' ' '` $1
50 echo $1
60 if echo "${bootargs}" | grep -q 'nr_cpus=[0-9]'
62 nr_cpus="`echo "${bootargs}" | sed -e 's/^.*nr_cpus=\([0-9]*\).*$/\1/'`"
[all …]
/openbmc/linux/tools/testing/selftests/kmod/
H A Dkmod.sh64 echo "$0: $DIR not present" >&2
65 echo "You must have the following enabled in your kernel:" >&2
103 echo "$0: You need modprobe installed" >&2
108 echo "$0: You need kmod installed" >&2
120 echo "$0: You need at least kmod 20" >&2
121 echo "kmod <= 19 is buggy, for details see:" >&2
122echo "https://git.kernel.org/cgit/utils/kernel/kmod/kmod.git/commit/libkmod/libkmod-module.c?id=fd…
128 echo $msg must be run as root >&2
145 echo "$MODPROBE" > /proc/sys/kernel/modprobe
146 echo "Test completed"
[all …]

12345678910>>...137