Home
last modified time | relevance | path

Searched refs:cut (Results 1 – 63 of 63) sorted by relevance

/linux-4.4.14/scripts/
DLindent7 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1`
8 V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2`
9 V3=`echo $RES | cut -d' ' -f3 | cut -d'.' -f3`
Ddecodecode82 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-`
Ddepmod.sh21 package=$(echo "$release" | cut -d' ' -f 1)
23 version=$(echo "$release" | cut -d' ' -f 2)
Dpatch-kernel218 STOPSUBLEVEL=`echo $stopvers | cut -d. -f3`
219 STOPEXTRA=`echo $stopvers | cut -d. -f4`
Dsetlocalversion91 tag=`printf '%s' "$hgid" | cut -d' ' -f2`
Dcoccicheck112 OPT=`grep "Option" $COCCI | cut -d':' -f2`
/linux-4.4.14/Documentation/features/
Dlist-arch.sh16 SUBSYS=$(echo $F | cut -d/ -f1)
17 N=$(grep -h "^# Feature name:" $F | cut -c25-)
18 C=$(grep -h "^# Kconfig:" $F | cut -c25-)
19 D=$(grep -h "^# description:" $F | cut -c25-)
20 S=$(grep -hw $ARCH $F | cut -d\| -f3)
/linux-4.4.14/tools/testing/selftests/pstore/
Dpstore_post_reboot_tests22 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1`
27 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
/linux-4.4.14/Documentation/mic/mpssd/
Dmpss85 ipaddr=`echo $ipaddr | cut -d, -f1 | cut -d\; -f1`
/linux-4.4.14/arch/powerpc/boot/
Dwrapper349 cut -d' ' -f3`
421 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1`
422 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3`
465 | cut -d' ' -f1`
469 | cut -d' ' -f1`
/linux-4.4.14/arch/arm/vdso/
DMakefile66 first=`echo $$buildid | cut -b-2`; \
67 last=`echo $$buildid | cut -b3-`; \
/linux-4.4.14/tools/testing/selftests/ftrace/
Dftracetest90 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`
144 desc=`grep "^#[ \t]*description:" $1 | cut -f2 -d:`
/linux-4.4.14/arch/ia64/scripts/
Dcheck-gas8 res=$($OBJDUMP -r --section .data $out | fgrep 00004 | tr -s ' ' |cut -f3 -d' ')
Dtoolchain-flags17 res=$($OBJDUMP --full --section .rodata $out | fgrep 000 | cut -f3 -d' ')
/linux-4.4.14/Documentation/arm/OMAP/
DDSS244 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.4.14/tools/perf/
Dperf-archive.sh34 cut -d ' ' -f 1 $BUILDIDS | \
/linux-4.4.14/tools/perf/util/
DPERF-VERSION-GEN24 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
Dparse-events.c1451 int len_str, max_len, cut = 0; in parse_events_print_error() local
1471 cut = err->idx - max_err_idx; in parse_events_print_error()
1473 strncpy(buf, event + cut, max_len); in parse_events_print_error()
1476 if (cut) in parse_events_print_error()
1479 if ((len_event - cut) > max_len) { in parse_events_print_error()
1484 idx = len_str + err->idx - cut; in parse_events_print_error()
/linux-4.4.14/Documentation/video4linux/cx2341x/
DREADME.vbi8 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.4.14/drivers/net/caif/
Dcaif_spi.c176 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.4.14/Documentation/filesystems/nfs/
Dnfs.txt111 cut=/usr/bin/cut
128 result="$(${getent} hosts ${name} | ${cut} -f1 -d\ )"
/linux-4.4.14/Documentation/fb/
Dsh7760fb.txt55 ====================== cut here ======================================
131 ====================== cut here ======================================
/linux-4.4.14/Documentation/scsi/
Dwd719x.txt4 The card requires firmware that can be cut out of the Windows NT driver that
/linux-4.4.14/Documentation/devicetree/bindings/c6x/
Dclocks.txt4 This is a first-cut support for the SoC clock controllers. This is still
/linux-4.4.14/arch/x86/entry/vdso/
DMakefile178 first=`echo $$buildid | cut -b-2`; \
179 last=`echo $$buildid | cut -b3-`; \
/linux-4.4.14/arch/mn10300/
DMakefile17 CCSPECS := $(shell $(CC) -v 2>&1 | grep "^Reading specs from " | head -1 | cut -c20-)
/linux-4.4.14/arch/mn10300/lib/
Dmemset.S69 # cut 4-7 words down to 0-3
Dmemcpy.S75 # cut 4-7 words down to 0-3
Ddo_csum.S90 # cut 16-31 bytes down to 0-15
Dmemmove.S91 # cut 4-7 words down to 0-3
/linux-4.4.14/Documentation/
Ddigsig.txt15 Digital signature verification is implemented using cut-down kernel port of
Doops-tracing.txt85 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
Demail-clients.txt42 Copy-and-paste (or cut-and-paste) usually does not work for patches
DDMA-API.txt590 ------------[ cut here ]------------
DSubmittingPatches345 if you choose to cut-n-paste your patch.
Dkernel-parameters.txt599 cut the overhead, others just disable the usage. So
/linux-4.4.14/Documentation/filesystems/
Dntfs.txt310 --- cut here ---
316 --- cut here ---
325 --- cut here ---
330 --- cut here ---
338 --- cut here ---
343 --- cut here ---
Df2fs.txt88 blocks; this will cut off the update propagation.
434 tree problem, F2FS is able to cut off the propagation of node updates caused by
/linux-4.4.14/Documentation/DocBook/
DMakefile161 @(cat $< | egrep "^<refentry id" | egrep -o "\".*\"" | cut -f 2 -d \" > $<.db)
Dkernel-api.xml.db13 API-list-cut-position
/linux-4.4.14/Documentation/spi/
Dspi-lm70llp68 hand, the transistor is cut off and the voltage tied to it's collector is
/linux-4.4.14/Documentation/devicetree/bindings/iio/accel/
Dlis302.txt56 highpass cut-off frequency
/linux-4.4.14/Documentation/input/
Dxpad.txt120 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,
Dinput.txt77 After that you have to point GPM (the textmode mouse cut&paste tool) and
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt797 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.4.14/Documentation/devicetree/bindings/sound/
Dst,sta350.txt98 - st,noise-shape-dc-cut:
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.quirks18 ---------------------------- cut here --------------------------
/linux-4.4.14/Documentation/x86/i386/
DIO-APIC.txt88 echo -n pirq=; echo `scanpci | grep T_L | cut -c56-` | sed 's/ /,/g'
/linux-4.4.14/Documentation/sound/alsa/
DChannel-Mapping-API.txt75 here is a cut:
/linux-4.4.14/Documentation/gpio/
Ddrivers-on-gpio.txt24 up to three buttons by simply using GPIOs and no mouse port. You can cut the
/linux-4.4.14/Documentation/block/
Dcfq-iosched.txt23 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.4.14/arch/mips/
DMakefile237 | grep "\bkernel_entry\b" | cut -f1 -d \ )
/linux-4.4.14/Documentation/vm/
Dhwpoison.txt142 memcg_ino=$(ls -id /sys/fs/cgroup/mem/hwpoison | cut -f1 -d' ')
/linux-4.4.14/Documentation/filesystems/caching/
Dcachefiles.txt163 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.4.14/fs/affs/
DChanges71 - correctly cut off long file names for compares
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.c1656 char *cut; in rtl8xxxu_print_chipinfo() local
1660 cut = "A"; in rtl8xxxu_print_chipinfo()
1663 cut = "B"; in rtl8xxxu_print_chipinfo()
1666 cut = "unknown"; in rtl8xxxu_print_chipinfo()
1671 priv->chip_name, cut, priv->vendor_umc ? "UMC" : "TSMC", in rtl8xxxu_print_chipinfo()
/linux-4.4.14/drivers/media/dvb-frontends/
Dstv0367.c2037 u8 cut = stv0367_readbits(state, F367TER_IDENTIFICATIONREG); in stv0367ter_read_snr() local
2041 if (cut == 0x50) /*cut 1.0 cut 1.1*/ in stv0367ter_read_snr()
/linux-4.4.14/Documentation/blockdev/
Dparide.txt244 cut to a file and execute:
/linux-4.4.14/arch/arm/tools/
Dmach-types15 # This is a cut-down version of the file; it contains only machines that
/linux-4.4.14/Documentation/usb/
Dusb-serial.txt418 why it is wise to cut down on the rate used is wise for large
/linux-4.4.14/Documentation/laptops/
Dlaptop-mode.txt760 ACTION="`cat $BATT_INFO | grep charging | cut -c 26-`"
/linux-4.4.14/Documentation/development-process/
D2.Process194 is to try to cut the process down to a single "merging into the mainline"
/linux-4.4.14/Documentation/RCU/
DRTFP.txt1635 First cut of QRCU. Expanded/corrected versions followed.