Searched full:echo (Results 1 – 25 of 670) sorted by relevance
12345678910>>...27
/linux-3.3/scripts/package/ |
D | mkspec | 25 __KERNELRELEASE=`echo $KERNELRELEASE | sed -e "s/-/_/g"` 27 echo "Name: kernel" 28 echo "Summary: The Linux Kernel" 29 echo "Version: $__KERNELRELEASE" 32 echo "Release: `. $srctree/scripts/mkversion`" 33 echo "License: GPL" 34 echo "Group: System Environment/Kernel" 35 echo "Vendor: The Linux Community" 36 echo "URL: http://www.kernel.org" 39 echo "Source: kernel-$__KERNELRELEASE.tar.gz" [all …]
|
D | Makefile | 25 RPM := $(shell if [ -x "/usr/bin/rpmbuild" ]; then echo rpmbuild; \ 26 else echo rpm; fi) 40 echo "Building source + binary RPM is not possible outside the"; \ 41 echo "kernel source tree. Don't set KBUILD_OUTPUT, or use the"; \ 42 echo "binrpm-pkg target instead."; \ 87 echo; \ 88 echo "builddeb must be run as root (or using fakeroot)."; \ 89 echo "KBUILD_PKG_ROOTCMD is unset and fakeroot not found."; \ 90 echo "Try setting KBUILD_PKG_ROOTCMD to a command to acquire"; \ 91 echo "root privileges (e.g., 'fakeroot -u' or 'sudo')."; \ [all …]
|
/linux-3.3/tools/usb/ |
D | hcd-tests.sh | 41 echo "testing ALL recognized usbtest devices" 42 echo "" 52 echo "FAIL" 73 echo "assuming $CONFIG configuration" 80 echo "** device must be in $1 config, but it's $CONFIG instead" 85 echo "TESTING: $ARGS" 89 echo $(date) 105 echo '** Control test cases:' 107 echo "test 9: ch9 postconfig" 109 echo "test 10: control queueing" [all …]
|
/linux-3.3/scripts/ |
D | coccicheck | 27 echo 'spatch is part of the Coccinelle project and is available at http://coccinelle.lip6.fr/' 33 echo 'You have not explicitly specified the mode to use. Using default "chain" mode.' 34 echo 'All available modes will be tried (in that order): patch, report, context, org' 35 echo 'You can specify the mode with "make coccicheck MODE=<mode>"' 43 echo '' 44 echo 'Please check for false positives in the output before submitting a patch.' 45 echo 'When using "patch" mode, carefully review the patch before submitting it.' 46 echo '' 60 FILE=`echo $COCCI | sed "s|$srctree/||"` 62 echo "Processing `basename $COCCI`" [all …]
|
D | gen_initramfs_list.sh | 42 shift $1 ; echo $1 46 # echo usr/kinit/kinit 67 echo "slink" 69 echo "file" 71 echo "dir" 73 echo "nod" 75 echo "pipe" 77 echo "sock" 79 echo "invalid" 95 echo "# Last modified: ${my_mtime}" >> ${output} [all …]
|
D | decodecode | 15 echo "$@" 39 echo $code 40 code=`echo $code | sed -e 's/.*Code: //'` 72 echo All code >> $T.oo 73 echo ======== >> $T.oo 74 beforemark=`echo "$code"` 75 echo -n " .$type 0x" > $T.s 76 echo $beforemark | sed -e 's/ /,0x/g; s/[<>()]//g' >> $T.s 82 code=`echo "$code" | cut -c$((${marker} + 1))-` 84 echo Code starting with the faulting instruction > $T.aa [all …]
|
D | mkcompile_h | 9 vecho() { [ "${quiet}" = "silent_" ] || echo "$@" ; } 34 echo 0 > .version 69 ( echo /\* This file is auto generated, version $VERSION \*/ 70 if [ -n "$CONFIG_FLAGS" ] ; then echo "/* $CONFIG_FLAGS */"; fi 72 echo \#define UTS_MACHINE \"$ARCH\" 74 echo \#define UTS_VERSION \"`echo $UTS_VERSION | $UTS_TRUNCATE`\" 76 echo \#define LINUX_COMPILE_BY \"`echo $LINUX_COMPILE_BY | $UTS_TRUNCATE`\" 77 echo \#define LINUX_COMPILE_HOST \"`echo $LINUX_COMPILE_HOST | $UTS_TRUNCATE`\" 79 echo \#define LINUX_COMPILER \"`$CC -v 2>&1 | tail -n 1`\"
|
D | patch-kernel | 91 echo "cannot find patch file: ${patch}" 97 echo "$PNAME does not support reverse patching" 143 echo -n "Applying $1 (${name})... " 146 echo "done." 148 echo "failed. Clean up yourself." 153 echo "Aborting. Reject files found." 165 echo -n "Reversing $1 (${name}) ... " 168 echo "done." 170 echo "failed. Clean it up." 175 echo "Aborting. Reject files found." [all …]
|
/linux-3.3/ |
D | Kbuild | 19 echo "#ifndef __LINUX_BOUNDS_H__"; \ 20 echo "#define __LINUX_BOUNDS_H__"; \ 21 echo "/*"; \ 22 echo " * DO NOT MODIFY."; \ 23 echo " *"; \ 24 echo " * This file was generated by Kbuild"; \ 25 echo " *"; \ 26 echo " */"; \ 27 echo ""; \ 29 echo ""; \ [all …]
|
/linux-3.3/Documentation/s390/ |
D | config3270.sh | 37 echo "#!/bin/sh" > $SCR || exit 1 38 echo " " >> $SCR 39 echo "# Script built by /sbin/config3270" >> $SCR 41 echo rm -rf "$D/$SUBD/*" >> $SCR 43 echo "grep -v $TTY $INITTAB > $NINITTAB" > $SCRTMP || exit 1 44 echo "echo $ADDNOTE >> $NINITTAB" >> $SCRTMP 46 echo mkdir -p $D/$SUBD >> $SCR 51 echo what=config > $P 56 echo mknod $D/$TUB c $fsmaj 0 >> $SCR 57 echo chmod 666 $D/$TUB >> $SCR [all …]
|
/linux-3.3/scripts/kconfig/ |
D | Makefile | 54 $(Q)echo " GEN config.pot" 65 echo " GEN $$i"; \ 69 $(Q)echo " GEN linux.pot" 91 @echo "*** Default configuration is based on '$(KBUILD_DEFCONFIG)'" 100 @echo ' config - Update current config utilising a line-oriented program' 101 @echo ' nconfig - Update current config utilising a ncurses menu based program' 102 @echo ' menuconfig - Update current config utilising a menu based program' 103 @echo ' xconfig - Update current config utilising a QT based front-end' 104 @echo ' gconfig - Update current config utilising a GTK based front-end' 105 @echo ' oldconfig - Update current config utilising a provided .config as base' [all …]
|
D | merge_config.sh | 30 echo "Usage: $0 [OPTIONS] [CONFIG [...]]" 31 echo " -h display this help text" 32 echo " -m only merge the fragments, do not execute the make command" 33 echo " -n use allnoconfig instead of alldefconfig" 69 echo "Merging $MERGE_FILE" 78 echo Value of $CFG is redefined by fragment $MERGE_FILE: 79 echo Previous value: $PREV_VAL 80 echo New value: $NEW_VAL 81 echo 91 echo "#" [all …]
|
/linux-3.3/security/tomoyo/ |
D | Makefile | 5 @echo Creating an empty policy/profile.conf 10 @echo Creating a default policy/exception_policy.conf 11 @echo initialize_domain /sbin/modprobe from any >> $@ 12 @echo initialize_domain /sbin/hotplug from any >> $@ 16 @echo Creating an empty policy/domain_policy.conf 21 @echo Creating an empty policy/manager.conf 26 @echo Creating an empty policy/stat.conf 30 @echo Generating built-in policy for TOMOYO 2.5.x. 31 @echo "static char tomoyo_builtin_profile[] __initdata =" > $@.tmp 33 @echo "\"\";" >> $@.tmp [all …]
|
/linux-3.3/tools/power/cpupower/bench/ |
D | cpufreq-bench_plot.sh | 30 echo "cpufreq-bench_plot.sh [OPTIONS] logfile [measure_title] [logfile [measure_title]] ...]" 31 echo 32 echo "Options" 33 echo " -o output_file" 34 echo " -t global_title" 35 echo " -p picture_type [jpeg|gif|png|postscript|...]" 40 echo "No benchmark results file provided" 41 echo 66 echo "File $1 does not exist" 71 # echo "File: ${file[$plots]} - ${title[plots]}" [all …]
|
/linux-3.3/arch/powerpc/ |
D | Makefile | 41 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo … 198 @echo '* zImage - Build default images selected by kernel config' 199 @echo ' zImage.* - Compressed kernel image (arch/$(ARCH)/boot/zImage.*)' 200 @echo ' uImage - U-Boot native image format' 201 @echo ' cuImage.<dt> - Backwards compatible U-Boot image for older' 202 @echo ' versions which do not support device trees' 203 @echo ' dtbImage.<dt> - zImage with an embedded device tree blob' 204 @echo ' simpleImage.<dt> - Firmware independent image.' 205 @echo ' treeImage.<dt> - Support for older IBM 4xx firmware (not U-Boot)' 206 @echo ' install - Install kernel using' [all …]
|
/linux-3.3/Documentation/DocBook/media/ |
D | Makefile | 209 echo "<programlisting>") > $@ 215 echo "</programlisting>") >> $@ 220 echo "<programlisting>") > $@ 226 echo "</programlisting>") >> $@ 231 echo "<programlisting>") > $@ 237 echo "</programlisting>") >> $@ 242 echo "<programlisting>") > $@ 248 echo "</programlisting>") >> $@ 253 echo "<programlisting>") > $@ 259 echo "</programlisting>") >> $@ [all …]
|
/linux-3.3/tools/lguest/ |
D | extract | 17 NUM=`echo "$LINE" | sed "s/.*$PREFIX:\([0-9]*\).*/\1/"` 19 echo "$TMPDIR/$NUM already exits prior to $f" 23 echo $f | sed 's,\.\./,,g' > $TMPDIR/.$NUM 24 /bin/echo "$LINE" | sed -e "s/$PREFIX:[0-9]*//" -e "s/:\*/*/" >&3 27 NUM=`echo "$LINE" | sed "s/.*$PREFIX:\([0-9]*\).*/\1/"` 29 echo "$TMPDIR/$NUM already exits prior to $f" 33 echo $f | sed 's,\.\./,,g' > $TMPDIR/.$NUM 34 /bin/echo "$LINE" | sed "s/$PREFIX:[0-9]*//" >&3 37 /bin/echo "$LINE" | sed -e "s/:\*/*/" -e "s,/\*\*/,," >&3 38 echo >&3 [all …]
|
/linux-3.3/arch/microblaze/ |
D | Makefile | 9 CPU_VER := $(shell echo $(CONFIG_XILINX_MICROBLAZE0_HW_VER)) 10 CPU_MAJOR := $(shell echo $(CPU_VER) | cut -d '.' -f 1) 11 CPU_MINOR := $(shell echo $(CPU_VER) | cut -d '.' -f 2) 12 CPU_REV := $(shell echo $(CPU_VER) | cut -d '.' -f 3) 85 echo '* linux.bin - Create raw binary' 86 echo ' linux.bin.gz - Create compressed raw binary' 87 echo ' simpleImage.<dt> - ELF image with $(arch)/boot/dts/<dt>.dts linked in' 88 echo ' - stripped elf with fdt blob' 89 echo ' simpleImage.<dt>.unstrip - full ELF image with fdt blob' 90 echo ' *_defconfig - Select default config from arch/microblaze/configs' [all …]
|
/linux-3.3/drivers/staging/echo/ |
D | oslec.h | 2 * OSLEC - A line echo canceller. This code is being developed 40 * oslec_state: G.168 echo canceller descriptor. 42 * This defines the working state for a line echo canceller. 47 * oslec_create - Create a voice echo canceller context. 55 * oslec_free - Free a voice echo canceller context. 56 * @ec: The echo canceller context. 61 * oslec_flush - Flush (reinitialise) a voice echo canceller context. 62 * @ec: The echo canceller context. 67 * oslec_adaption_mode - set the adaption mode of a voice echo canceller context. 68 * @ec The echo canceller context. [all …]
|
/linux-3.3/Documentation/fault-injection/ |
D | fault-injection.txt | 174 echo Y > /sys/kernel/debug/$FAILTYPE/task-filter 175 echo 10 > /sys/kernel/debug/$FAILTYPE/probability 176 echo 100 > /sys/kernel/debug/$FAILTYPE/interval 177 echo -1 > /sys/kernel/debug/$FAILTYPE/times 178 echo 0 > /sys/kernel/debug/$FAILTYPE/space 179 echo 2 > /sys/kernel/debug/$FAILTYPE/verbose 180 echo 1 > /sys/kernel/debug/$FAILTYPE/ignore-gfp-wait 184 bash -c "echo 1 > /proc/self/make-it-fail && exec $*" 189 echo "Usage: $0 modulename [ modulename ... ]" 195 echo inserting $m... [all …]
|
/linux-3.3/Documentation/usb/ |
D | wusb-cbaf | 75 devs="$(echo /sys/bus/usb/drivers/wusb-cbaf/[0-9]*)" 83 echo $host_CHID > $dev/wusb_chid 84 echo I: started host $(basename $dev) >&2 90 echo 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > $dev/wusb_chid 91 echo I: stopped host $(basename $dev) >&2 97 echo "${4:-$host_name}" > $dev/wusb_host_name 98 echo "${3:-$host_band_group}" > $dev/wusb_host_band_groups 99 echo ${2:-$host_CHID} > $dev/wusb_chid 113 echo "$CDID" > $dev/wusb_cdid 114 echo "$CK" > $dev/wusb_ck [all …]
|
/linux-3.3/scripts/kconfig/lxdialog/ |
D | check-lxdialog.sh | 11 echo "-l${lib}" 23 echo '-I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>"' 25 echo '-I/usr/include/ncurses -DCURSES_LOC="<ncurses/curses.h>"' 27 echo '-I/usr/include/ncursesw -DCURSES_LOC="<ncursesw/curses.h>"' 29 echo '-DCURSES_LOC="<ncurses.h>"' 31 echo '-DCURSES_LOC="<curses.h>"' 46 echo " *** Unable to find the ncurses libraries or the" 1>&2 47 echo " *** required header files." 1>&2 48 echo " *** 'make menuconfig' requires the ncurses libraries." 1>&2 49 echo " *** " 1>&2 [all …]
|
/linux-3.3/arch/parisc/ |
D | Makefile | 87 elif [ -x /sbin/palo ]; then echo /sbin/palo; \ 90 PALOCONF := $(shell if [ -f $(src)/palo.conf ]; then echo $(src)/palo.conf; \ 91 else echo $(obj)/palo.conf; \ 96 echo 'ERROR: Please install palo first (apt-get install palo)';\ 97 echo 'or build it from source and install it somewhere in your $$PATH';\ 102 echo 'A generic palo config file ($(obj)/palo.conf) has been created for you.'; \ 103 echo 'You should check it and re-run "make palo".'; \ 104 echo 'WARNING: the "lifimage" file is now placed in this directory by default!'; \ 122 @echo '* vmlinux - Uncompressed kernel image (./vmlinux)' 123 @echo ' palo - Bootable image (./lifimage)' [all …]
|
/linux-3.3/Documentation/DocBook/ |
D | Makefile | 81 $(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))';) \ 84 echo 'cmd_$@ := $(cmd_$(1))'; \ 85 echo $@: `SRCTREE=$(srctree) $(DOCPROC) depend $<`; \ 107 notfoundtemplate = echo "*** You have to install docbook-utils or xmlto ***"; \ 113 ifeq ($(shell which db2ps >/dev/null 2>&1 && echo found),found) 120 ifeq ($(shell which xmlto >/dev/null 2>&1 && echo found),found) 143 echo '<h1>Linux Kernel HTML Documentation</h1>' >> $(main_idx) && \ 144 echo '<h2>Kernel Version: $(KERNELVERSION)</h2>' >> $(main_idx) && \ 149 echo '<a HREF="$(patsubst %.html,%,$(notdir $@))/index.html"> \ 154 (echo "*** You need to install xmlto ***"; \ [all …]
|
/linux-3.3/tools/nfsd/ |
D | inject_fault.sh | 10 echo "debugfs does not appear to be mounted!" 11 echo "Please mount debugfs and try again" 16 DEBUGDIR=`echo $DEBUGFS | awk '{print $2}'`/nfsd 18 echo "$DEBUGDIR does not exist" 19 echo "Check that your .config selects CONFIG_NFSD_FAULT_INJECTION" 25 echo "Usage $0 injection_type [count]" 26 echo "" 27 echo "Injection types are:" 45 echo $COUNT > $DEBUGDIR/$1
|
12345678910>>...27