/linux-4.1.27/scripts/ |
D | Lindent | 4 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1` 5 V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2` 6 V3=`echo $RES | cut -d' ' -f3 | cut -d'.' -f3`
|
D | decodecode | 82 code=`echo "$code" | cut -c$((${marker} + 1))-` 95 faultlinenum=$(( $(wc -l $T.oo | cut -d" " -f1) - \ 96 $(wc -l $T.aa | cut -d" " -f1) + 3)) 98 faultline=`cat $T.dis | head -1 | cut -d":" -f2-`
|
D | depmod.sh | 21 package=$(echo "$release" | cut -d' ' -f 1) 23 version=$(echo "$release" | cut -d' ' -f 2)
|
D | patch-kernel | 218 STOPSUBLEVEL=`echo $stopvers | cut -d. -f3` 219 STOPEXTRA=`echo $stopvers | cut -d. -f4`
|
D | setlocalversion | 91 tag=`printf '%s' "$hgid" | cut -d' ' -f2`
|
D | coccicheck | 112 OPT=`grep "Option" $COCCI | cut -d':' -f2`
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpss | 87 ipaddr=`echo $ipaddr | cut -d, -f1 | cut -d\; -f1`
|
/linux-4.1.27/arch/powerpc/boot/ |
D | wrapper | 332 cut -d' ' -f3` 404 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1` 405 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3` 448 | cut -d' ' -f1` 452 | cut -d' ' -f1`
|
/linux-4.1.27/arch/arm/vdso/ |
D | Makefile | 66 first=`echo $$buildid | cut -b-2`; \ 67 last=`echo $$buildid | cut -b3-`; \
|
/linux-4.1.27/tools/testing/selftests/ftrace/ |
D | ftracetest | 90 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1` 144 desc=`grep "^#[ \t]*description:" $1 | cut -f2 -d:`
|
/linux-4.1.27/arch/ia64/scripts/ |
D | check-gas | 8 res=$($OBJDUMP -r --section .data $out | fgrep 00004 | tr -s ' ' |cut -f3 -d' ')
|
D | toolchain-flags | 17 res=$($OBJDUMP --full --section .rodata $out | fgrep 000 | cut -f3 -d' ')
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | DSS | 244 w=`cat $dvi/timings | cut -d "," -f 2 | cut -d "/" -f 1` 245 h=`cat $dvi/timings | cut -d "," -f 3 | cut -d "/" -f 1` 263 w=`cat $tv/timings | cut -d "," -f 2 | cut -d "/" -f 1` 264 h=`cat $tv/timings | cut -d "," -f 3 | cut -d "/" -f 1`
|
/linux-4.1.27/tools/perf/ |
D | perf-archive.sh | 34 cut -d ' ' -f 1 $BUILDIDS | \
|
/linux-4.1.27/tools/perf/util/ |
D | PERF-VERSION-GEN | 24 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | README.vbi | 8 chips), in particular a maximum size for the VBI data. Anything longer is cut 16 header and a 42 bytes payload each. Anything beyond this limit is cut off by
|
/linux-4.1.27/drivers/net/caif/ |
D | caif_spi.c | 176 size_t count, size_t cut) in print_frame() argument 184 if ((i == cut) && (count > (cut * 2))) { in print_frame() 186 i = count - cut; in print_frame() 189 (int)(count - (cut * 2))); in print_frame()
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfs.txt | 111 cut=/usr/bin/cut 128 result="$(${getent} hosts ${name} | ${cut} -f1 -d\ )"
|
/linux-4.1.27/Documentation/fb/ |
D | sh7760fb.txt | 55 ====================== cut here ====================================== 131 ====================== cut here ======================================
|
/linux-4.1.27/Documentation/scsi/ |
D | wd719x.txt | 4 The card requires firmware that can be cut out of the Windows NT driver that
|
/linux-4.1.27/Documentation/devicetree/bindings/c6x/ |
D | clocks.txt | 4 This is a first-cut support for the SoC clock controllers. This is still
|
/linux-4.1.27/arch/x86/vdso/ |
D | Makefile | 191 first=`echo $$buildid | cut -b-2`; \ 192 last=`echo $$buildid | cut -b3-`; \
|
/linux-4.1.27/arch/mn10300/ |
D | Makefile | 17 CCSPECS := $(shell $(CC) -v 2>&1 | grep "^Reading specs from " | head -1 | cut -c20-)
|
/linux-4.1.27/arch/mn10300/lib/ |
D | memset.S | 69 # cut 4-7 words down to 0-3
|
D | memcpy.S | 75 # cut 4-7 words down to 0-3
|
D | do_csum.S | 90 # cut 16-31 bytes down to 0-15
|
D | memmove.S | 91 # cut 4-7 words down to 0-3
|
/linux-4.1.27/Documentation/ |
D | digsig.txt | 15 Digital signature verification is implemented using cut-down kernel port of
|
D | oops-tracing.txt | 85 stuff are the values reported by the Oops - you can just cut-and-paste 154 protection fault message can be simply cut out of the message files
|
D | email-clients.txt | 42 Copy-and-paste (or cut-and-paste) usually does not work for patches
|
D | DMA-API.txt | 596 ------------[ cut here ]------------
|
D | SubmittingPatches | 343 if you choose to cut-n-paste your patch.
|
D | kernel-parameters.txt | 592 cut the overhead, others just disable the usage. So
|
/linux-4.1.27/Documentation/filesystems/ |
D | ntfs.txt | 310 --- cut here --- 316 --- cut here --- 325 --- cut here --- 330 --- cut here --- 338 --- cut here --- 343 --- cut here ---
|
D | f2fs.txt | 88 blocks; this will cut off the update propagation. 431 tree problem, F2FS is able to cut off the propagation of node updates caused by
|
/linux-4.1.27/Documentation/spi/ |
D | spi-lm70llp | 68 hand, the transistor is cut off and the voltage tied to it's collector is
|
/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | lis302.txt | 56 highpass cut-off frequency
|
/linux-4.1.27/Documentation/input/ |
D | xpad.txt | 120 Thanks to the trip splitter found on the cable you don't even need to cut the 121 original one. You can buy an extension cable and cut that instead. That way,
|
D | input.txt | 77 After that you have to point GPM (the textmode mouse cut&paste tool) and
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 797 One of Speakup's more useful features is the ability to cut and paste 804 sites. It would be nice if you could cut and paste these urls into your 814 url. Press the keypad slash key once again to actually cut the text 815 from the screen. Speakup will say, "cut". Although we call this 816 cutting, Speakup does not actually delete the cut text from the screen. 819 Now that you have the url cut from the screen, you can paste it into 836 The paste buffer will continue to hold the cut information, until a new 837 mark and cut operation is carried out. This means you can paste the cut 838 information as many times as you like before doing another cut 842 You can also cut and paste rectangular regions of the screen. Just [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 98 - st,noise-shape-dc-cut:
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README.quirks | 18 ---------------------------- cut here --------------------------
|
/linux-4.1.27/Documentation/x86/i386/ |
D | IO-APIC.txt | 88 echo -n pirq=; echo `scanpci | grep T_L | cut -c56-` | sed 's/ /,/g'
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Channel-Mapping-API.txt | 75 here is a cut:
|
/linux-4.1.27/Documentation/block/ |
D | cfq-iosched.txt | 23 single spindle SATA/SAS disks where we can cut down on overall number of 229 The rationale behind idling is that it can cut down on number of seeks
|
/linux-4.1.27/arch/mips/ |
D | Makefile | 240 | grep "\bkernel_entry\b" | cut -f1 -d \ )
|
/linux-4.1.27/Documentation/vm/ |
D | hwpoison.txt | 142 memcg_ino=$(ls -id /sys/fs/cgroup/mem/hwpoison | cut -f1 -d' ')
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | cachefiles.txt | 163 kernel module contains its own very cut-down path walking facility that ignores 275 it, then it will be cut into pieces, the first few of which will be used to
|
/linux-4.1.27/fs/affs/ |
D | Changes | 71 - correctly cut off long file names for compares
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stv0367.c | 2028 u8 cut = stv0367_readbits(state, F367TER_IDENTIFICATIONREG); in stv0367ter_read_snr() local 2032 if (cut == 0x50) /*cut 1.0 cut 1.1*/ in stv0367ter_read_snr()
|
/linux-4.1.27/Documentation/blockdev/ |
D | paride.txt | 244 cut to a file and execute:
|
/linux-4.1.27/Documentation/usb/ |
D | usb-serial.txt | 418 why it is wise to cut down on the rate used is wise for large
|
/linux-4.1.27/arch/arm/tools/ |
D | mach-types | 15 # This is a cut-down version of the file; it contains only machines that
|
/linux-4.1.27/Documentation/laptops/ |
D | laptop-mode.txt | 760 ACTION="`cat $BATT_INFO | grep charging | cut -c 26-`"
|
/linux-4.1.27/Documentation/development-process/ |
D | 2.Process | 194 is to try to cut the process down to a single "merging into the mainline"
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 1635 First cut of QRCU. Expanded/corrected versions followed.
|