Home
last modified time | relevance | path

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

12345678910>>...165

/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190907.patch.gz1# ncurses 6.1 - patch 20190907 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20200104.patch.gz1# ncurses 6.1 - patch 20200104 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20200111.patch.gz ... +3397,42 @@ 193 $1=`echo "$2" | sed -e 's/-l ...
HDncurses-6.1-20190831.patch.gz ... 74 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 75-{ echo "$as_me:16529: creating $CONFIG_STATUS" >& ...
HDncurses-6.1-20190630.patch.gz1# ncurses 6.1 - patch 20190630 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190623.patch.gz1# ncurses 6.1 - patch 20190623 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Drun_vmtests38 echo 3 > /proc/sys/vm/drop_caches
39 echo $(( $lackpgs + $nr_hugepgs )) > /proc/sys/vm/nr_hugepages
41 echo "Please run this test as root"
57 echo "no hugetlbfs support in kernel?"
67 echo "$ARCH64STR" | grep $ARCH && VADDR64=1
72 echo "---------------------"
73 echo "running hugepage-mmap"
74 echo "---------------------"
77 echo "[FAIL]"
80 echo "[PASS]"
[all …]
H A Dtest_vmalloc.sh33 echo "$0: Must be run as root"
38 echo "$0: You need modprobe installed"
43 echo "$0: You must have the following enabled in your kernel:"
44 echo "CONFIG_TEST_VMALLOC=m"
51 echo "Run performance tests to evaluate how fast vmalloc allocation is."
52 echo "It runs all test cases on one single CPU with sequential order."
55 echo "Done."
56 echo "Ccheck the kernel message buffer to see the summary."
61 echo "Run stability tests. In order to stress vmalloc subsystem we run"
62 echo "all available test cases on all available CPUs simultaneously."
[all …]
H A Dhugetlb_reparenting_test.sh7 echo "This test must be run as root. Skipping..."
26 echo "+hugetlb +memory" >$CGROUP_ROOT/cgroup.subtree_control
36 echo $mb
42 echo cleanup
50 echo 0 >/proc/sys/vm/nr_hugepages
70 echo actual a = $((${actual_a%% *} / 1024 / 1024)) MB
71 echo expected a = $((${expected_a%% *} / 1024 / 1024)) MB
72 echo fail
82 echo actual a hugetlb = $((${actual_a_hugetlb%% *} / 1024 / 1024)) MB
83 echo expected a hugetlb = $((${expected_a_hugetlb%% *} / 1024 / 1024)) MB
[all …]
/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/sysctl/
H A Dsysctl.sh65 echo -n "Checking production write strict setting ... "
67 echo "FAIL, but skip in case of old kernel" >&2
71 echo "ok"
73 echo "FAIL, strict value is 0 but force to 1 to continue" >&2
74 echo "1" > ${WRITES_STRICT}
96 echo $msg must be run as root >&2
101 echo "$0: You need perl installed"
105 echo "$0: You need getconf installed"
109 echo "$0: You need diff installed"
118 echo "$0: module $TEST_DRIVER not found [SKIP]"
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Decho.c1 /* libSoX Echo effect August 24, 1998
30 * echo gain-in gain-out delay-1 decay-1 [delay-2 decay-2 ... delay-n decay-n]
72 priv_t * echo = (priv_t *) effp->priv; in sox_echo_getopts() local
76 echo->num_delays = 0; in sox_echo_getopts()
82 sscanf(argv[i++], "%f", &echo->in_gain); in sox_echo_getopts()
83 sscanf(argv[i++], "%f", &echo->out_gain); in sox_echo_getopts()
85 if ( echo->num_delays >= MAX_ECHOS ) in sox_echo_getopts()
86 lsx_fail("echo: to many delays, use less than %i delays", in sox_echo_getopts()
89 sscanf(argv[i++], "%f", &echo->delay[echo->num_delays]); in sox_echo_getopts()
90 sscanf(argv[i++], "%f", &echo->decay[echo->num_delays]); in sox_echo_getopts()
[all …]
/OK3568_Linux_fs/buildroot/support/dependencies/
H A Ddependencies.sh10 echo "WORKS" | grep "WORKS" >/dev/null 2>&1
12 echo
13 echo "grep doesn't work"
20 echo
21 echo "You seem to have the current working directory in your"
22 echo "LD_LIBRARY_PATH environment variable. This doesn't work."
36 echo
37 echo "You seem to have the current working directory in your"
38 echo "PATH environment variable. This doesn't work."
50 echo
[all …]
/OK3568_Linux_fs/device/rockchip/common/images/oem/oem_uvcc/
H A Dusb_config.sh6 if ( echo $2 |grep -q "off" ); then
18 echo $UVC_DISPLAY_W > ${UVC_DISPLAY_DIR}/wWidth
19 echo $UVC_DISPLAY_H > ${UVC_DISPLAY_DIR}/wHeight
20 echo 333333 > ${UVC_DISPLAY_DIR}/dwDefaultFrameInterval
21 echo $((UVC_DISPLAY_W*UVC_DISPLAY_H*20)) > ${UVC_DISPLAY_DIR}/dwMinBitRate
22 echo $((UVC_DISPLAY_W*UVC_DISPLAY_H*20)) > ${UVC_DISPLAY_DIR}/dwMaxBitRate
23 echo $((UVC_DISPLAY_W*UVC_DISPLAY_H*2)) > ${UVC_DISPLAY_DIR}/dwMaxVideoFrameBufferSize
24 echo -e "333333\n666666\n1000000\n2000000" > ${UVC_DISPLAY_DIR}/dwFrameInterval
33 echo $UVC_DISPLAY_W > ${UVC_DISPLAY_DIR}/wWidth
34 echo $UVC_DISPLAY_H > ${UVC_DISPLAY_DIR}/wHeight
[all …]
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
105 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
106 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
110 ,,) echo "int x;" > $dummy.c ;
174 echo unknown)`
[all …]
/OK3568_Linux_fs/buildroot/support/gnuconfig/
H A Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
108 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure…
109 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; }
112 ,,) echo "int x;" > "$dummy.c"
183 echo unknown)`
[all …]
/OK3568_Linux_fs/external/xserver/
H A Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
108 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure…
109 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; }
112 ,,) echo "int x;" > "$dummy.c"
185 echo unknown)`
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtoolchain-scripts.bbclass30echo '# Check for LD_LIBRARY_PATH being set, which can break SDK and generally is a bad practice' …
31 echo '# http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN80' >> $script
32 echo '# http://xahlee.info/UnixResource_dir/_/ldpath.html' >> $script
33 echo '# Only disable this check if you are absolutely know what you are doing!' >> $script
34 echo 'if [ ! -z "${LD_LIBRARY_PATH:-}" ]; then' >> $script
35echo " echo \"Your environment is misconfigured, you probably need to 'unset LD_LIBRARY_PATH'\"…
36echo " echo \"but please check why this was set in the first place and that it's safe to unset.…
37echo ' echo "The SDK will not operate correctly in most cases when LD_LIBRARY_PATH is set."' >>…
38 echo ' echo "For more references see:"' >> $script
39echo ' echo " http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN80"' >> $sc…
[all …]
/OK3568_Linux_fs/kernel/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 ' cpupower - a tool for all things x86 CPU power'
16 @echo ' debugging - tools for debugging'
17 @echo ' firewire - the userspace part of nosy, an IEEE-1394 traffic sniffer'
18 @echo ' firmware - Firmware tools'
19 @echo ' freefall - laptop accelerometer program for disk protection'
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/firmware/
H A Dfw_filesystem.sh23 echo 1 >/sys/class/firmware/timeout
27 echo "$0: empty filename should not succeed" >&2
32 echo "$0: empty filename: async trigger not present, ignoring test" >&2
36 echo "$0: empty filename should not succeed (async)" >&2
42 if echo -n "nope-$NAME" >"$DIR"/trigger_request 2> /dev/null; then
43 echo "$0: firmware shouldn't have loaded" >&2
47 echo "$0: firmware was not expected to match" >&2
51 echo "$0: timeout works"
57 if ! echo -n "$NAME" >"$DIR"/trigger_request ; then
58 echo "$0: could not trigger request" >&2
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/kmod/
H A Dkmod.sh75 echo "$0: $DIR not present" >&2
76 echo "You must have the following enabled in your kernel:" >&2
114 echo "$0: You need modprobe installed" >&2
119 echo "$0: You need kmod installed" >&2
131 echo "$0: You need at least kmod 20" >&2
132 echo "kmod <= 19 is buggy, for details see:" >&2
133echo "https://git.kernel.org/cgit/utils/kernel/kmod/kmod.git/commit/libkmod/libkmod-module.c?id=fd…
139 echo $msg must be run as root >&2
156 echo "$MODPROBE" > /proc/sys/kernel/modprobe
157 echo "Test completed"
[all …]
/OK3568_Linux_fs/buildroot/package/postgresql/
H A Dpg_config11 echo "$prefix/include"
14 echo "$prefix/include/postgresql"
17 echo "$prefix/include/postgresql/server"
20 echo "$prefix/lib"
23 echo "PostgreSQL @POSTGRESQL_VERSION@"
26 echo "@POSTGRESQL_CONF_OPTIONS@"
29 echo "$prefix/lib/postgresql/pgxs/src/makefiles/pgxs.mk"
32 echo "@TARGET_CFLAGS@"
36 echo "-fPIC"
39 echo "@TARGET_CC@"
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh7 usage() { echo "usbip_test.sh -b <busid> -p <usbip tools path>"; exit 1; }
31 echo "Running USB over IP Testing on $busid";
36 echo "Please run usbip_test as root [SKIP]"
37 echo $test_end_msg
41 echo "Load usbip_host module"
43 echo "usbip_test: module usbip_host is not found [SKIP]"
44 echo $test_end_msg
49 echo "usbip_test: module usbip_host is loaded [OK]"
51 echo "usbip_test: module usbip_host failed to load [FAIL]"
52 echo $test_end_msg
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/ntb/
H A Dntb_test.sh20 echo "Usage: $0 [OPTIONS] LOCAL_DEV REMOTE_DEV"
21 echo "Run tests on a pair of NTB endpoints."
22 echo
23 echo "If the NTB device loops back to the same host then,"
24 echo "just specifying the two PCI ids on the command line is"
25 echo "sufficient. Otherwise, if the NTB link spans two hosts"
26 echo "use the -r option to specify the hostname for the remote"
27 echo "device. SSH will then be used to test the remote side."
28 echo "An SSH key between the root users of the host would then"
29 echo "be highly recommended."
[all …]

12345678910>>...165