Searched full:cut (Results 1 – 25 of 1065) sorted by relevance
12345678910>>...43
| /kernel/linux/linux-5.10/tools/bootconfig/scripts/ |
| D | ftrace.sh | 23 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 24 file=`echo $line | cut -f1 -d:` 29 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 30 file=`echo $line | cut -f1 -d:` 45 echo 0 > `echo $line | cut -f1 -d:` 55 tr=`echo $t | cut -d: -f2` 62 name=`echo $t | cut -d: -f1 | cut -d' ' -f1` 64 tr=`echo $t | cut -d: -f2-4` 65 limit=`echo $t | cut -d: -f5` 67 tr=`echo $t | cut -d: -f2` [all …]
|
| D | xbc.sh | 39 grep "^$1 =" $XBC_TMPFILE | cut -d= -f2- | \ 55 grep "^$1" $XBC_TMPFILE | cut -d= -f1| cut -d. -f$((__s + 1))-$((__s + $2)) | uniq
|
| /kernel/linux/linux-6.6/tools/bootconfig/scripts/ |
| D | ftrace.sh | 23 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 24 file=`echo $line | cut -f1 -d:` 29 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 30 file=`echo $line | cut -f1 -d:` 45 echo 0 > `echo $line | cut -f1 -d:` 55 tr=`echo $t | cut -d: -f2` 62 name=`echo $t | cut -d: -f1 | cut -d' ' -f1` 64 tr=`echo $t | cut -d: -f2-4` 65 limit=`echo $t | cut -d: -f5` 67 tr=`echo $t | cut -d: -f2` [all …]
|
| D | xbc.sh | 39 grep "^$1 =" $XBC_TMPFILE | cut -d= -f2- | \ 55 grep "^$1$3" $XBC_TMPFILE | cut -d= -f1| cut -d. -f$((__s + 1))-$((__s + $2)) | uniq
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/ |
| D | functions | 21 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 22 file=`echo $line | cut -f1 -d:` 27 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 28 file=`echo $line | cut -f1 -d:` 43 echo 0 > `echo $line | cut -f1 -d:` 53 tr=`echo $t | cut -d: -f2` 60 name=`echo $t | cut -d: -f1 | cut -d' ' -f1` 62 tr=`echo $t | cut -d: -f2-4` 63 limit=`echo $t | cut -d: -f5` 65 tr=`echo $t | cut -d: -f2` [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/ |
| D | functions | 21 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 22 file=`echo $line | cut -f1 -d:` 27 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 28 file=`echo $line | cut -f1 -d:` 43 echo 0 > `echo $line | cut -f1 -d:` 53 tr=`echo $t | cut -d: -f2` 60 name=`echo $t | cut -d: -f1 | cut -d' ' -f1` 62 tr=`echo $t | cut -d: -f2-4` 63 limit=`echo $t | cut -d: -f5` 65 tr=`echo $t | cut -d: -f2` [all …]
|
| /kernel/linux/linux-5.10/Documentation/features/ |
| D | list-arch.sh | 16 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 -hv "^#" $F | grep -w $ARCH | cut -d\| -f3)
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/kprobe/ |
| D | kprobe_eventname.tc | 8 FUNC=`grep " [tT] .*vfs_read$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "` 28 grep -m 10 " [tT] .*\.isra\..*$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " " 32 grep " [tT] .*\.isra\..*" /proc/kallsyms | cut -f 3 -d " " | while read f; do 43 EVENT=`grep $FUNC kprobe_events | cut -f 1 -d " " | cut -f 2 -d:`
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/kprobe/ |
| D | kprobe_eventname.tc | 8 FUNC=`grep " [tT] .*vfs_read$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "` 28 grep -m 10 " [tT] .*\.isra\..*$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " " 32 grep " [tT] .*\.isra\..*" /proc/kallsyms | cut -f 3 -d " " | while read f; do 44 EVENT=`grep $FUNC kprobe_events | cut -f 1 -d " " | cut -f 2 -d:`
|
| /kernel/linux/linux-6.6/scripts/ |
| D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 10 V1=`echo $RES | cut -d'.' -f1` 11 V2=`echo $RES | cut -d'.' -f2` 12 V3=`echo $RES | cut -d'.' -f3`
|
| /kernel/linux/linux-5.10/scripts/ |
| D | Lindent | 6 RES=`indent --version | cut -d' ' -f3` 10 V1=`echo $RES | cut -d'.' -f1` 11 V2=`echo $RES | cut -d'.' -f2` 12 V3=`echo $RES | cut -d'.' -f3`
|
| /kernel/linux/linux-6.6/tools/testing/selftests/lkdtm/ |
| D | run.sh | 41 test=$(echo "$line" | cut -d" " -f1) 43 expect=$(echo "$line" | cut -d" " -f2-) 50 test=$(echo "$test" | cut -c2-) 64 repeat=$(echo "$expect" | cut -d' ' -f1 | cut -d: -f2) 65 expect=$(echo "$expect" | cut -d' ' -f2-)
|
| /kernel/linux/linux-5.10/arch/powerpc/tools/ |
| D | head_check.sh | 52 vma=$(cat .tmp_symbols.txt | grep -e " [TA] _stext$" | cut -d' ' -f1) 56 start_head_addr=$(cat .tmp_symbols.txt | grep " t start_first_256B$" | cut -d' ' -f1) 66 top_vma=$(echo $vma | cut -d'0' -f1) 68 expected_start_text_addr=$(cat .tmp_symbols.txt | grep " a text_start$" | cut -d' ' -f1 | sed "s/^0… 70 start_text_addr=$(cat .tmp_symbols.txt | grep " t start_text$" | cut -d' ' -f1)
|
| /kernel/linux/linux-6.6/arch/powerpc/tools/ |
| D | head_check.sh | 52 vma=$(grep -e " [TA] _stext$" .tmp_symbols.txt | cut -d' ' -f1) 56 start_head_addr=$(grep " t start_first_256B$" .tmp_symbols.txt | cut -d' ' -f1) 66 top_vma=$(echo "$vma" | cut -d'0' -f1) 68 expected_start_text_addr=$(grep " a text_start$" .tmp_symbols.txt | cut -d' ' -f1 | sed "s/^0/$top_… 70 start_text_addr=$(grep " t start_text$" .tmp_symbols.txt | cut -d' ' -f1)
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
| D | ethtool_extended_state.sh | 28 | cut -d "(" -f2 | cut -d ")" -f1) 29 local ext_substate=$(echo $ext_state | cut -sd "," -f2 \ 31 ext_state=$(echo $ext_state | cut -d "," -f1)
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
| D | ethtool_extended_state.sh | 30 | cut -d "(" -f2 | cut -d ")" -f1) 31 local ext_substate=$(echo $ext_state | cut -sd "," -f2 \ 33 ext_state=$(echo $ext_state | cut -d "," -f1)
|
| /kernel/linux/common_modules/memory_security/src/ |
| D | jit_space_list.c | 60 if (begin == node->begin && end == node->end) { // [| cut&node |] in delete_jit_space() 63 } else if (begin != node->begin && end != node->end) { // [ node | cut | node ] in delete_jit_space() 71 } else if (begin != node->begin) { // [ node | cut |] in delete_jit_space() 73 } else if (end != node->end) { // [| cut | node ] in delete_jit_space()
|
| /kernel/linux/linux-5.10/tools/leds/ |
| D | get_led_device_info.sh | 50 usb_interface=`readlink $led_cdev_path | sed s'/.*\(usb[0-9]*\)/\1/' | cut -d\/ -f3` 122 color=`echo $led_name | cut -d: -f1` 123 function=`echo $led_name | cut -d: -f2` 125 devicename=`echo $led_name | cut -d: -f1` 126 color=`echo $led_name | cut -d: -f2` 127 function=`echo $led_name | cut -d: -f3`
|
| /kernel/linux/linux-6.6/tools/leds/ |
| D | get_led_device_info.sh | 50 usb_interface=`readlink $led_cdev_path | sed s'/.*\(usb[0-9]*\)/\1/' | cut -d\/ -f3` 122 color=`echo $led_name | cut -d: -f1` 123 function=`echo $led_name | cut -d: -f2` 125 devicename=`echo $led_name | cut -d: -f1` 126 color=`echo $led_name | cut -d: -f2` 127 function=`echo $led_name | cut -d: -f3`
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| D | def.h | 65 /* [15:12] IC version(CUT): A-cut=0, B-cut=1, C-cut=2, D-cut=3 */
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| D | def.h | 18 /* [15:12] IC version(CUT): A-cut=0, B-cut=1, C-cut=2, D-cut=3
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| D | def.h | 65 /* [15:12] IC version(CUT): A-cut=0, B-cut=1, C-cut=2, D-cut=3 */
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| D | def.h | 18 /* [15:12] IC version(CUT): A-cut=0, B-cut=1, C-cut=2, D-cut=3
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kselftest/ |
| D | runner.sh | 61 field=$(echo "$line" | cut -d= -f1) 62 value=$(echo "$line" | cut -d= -f2-) 77 if [ $(head -n 1 "$TEST" | cut -c -2) = "#!" ] 79 interpreter=$(head -n 1 "$TEST" | cut -c 3-)
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| D | stv0900_init.h | 117 u8 car_loop_cut12_2; /* Cut 1.2, SR<=3msps */ 118 u8 car_loop_cut20_2; /* Cut 2.0, SR<3msps */ 119 u8 car_loop_cut12_5; /* Cut 1.2, 3<SR<=7msps */ 120 u8 car_loop_cut20_5; /* Cut 2.0, 3<SR<=7msps */ 121 u8 car_loop_cut12_10; /* Cut 1.2, 7<SR<=15msps */ 122 u8 car_loop_cut20_10; /* Cut 2.0, 7<SR<=15msps */ 123 u8 car_loop_cut12_20; /* Cut 1.2, 10<SR<=25msps */ 124 u8 car_loop_cut20_20; /* Cut 2.0, 10<SR<=25msps */ 125 u8 car_loop_cut12_30; /* Cut 1.2, 25<SR<=45msps */ 126 u8 car_loop_cut20_30; /* Cut 2.0, 10<SR<=45msps */ [all …]
|
12345678910>>...43