Searched refs:cut (Results 1 - 25 of 103) sorted by last modified time

12345

/linux-master/scripts/
H A Dkernel-doc53 =cut
2544 =cut
/linux-master/rust/
H A DMakefile44 rustc_host_target := $(shell $(RUSTC) --version --verbose | grep -F 'host: ' | cut -d' ' -f2)
/linux-master/init/
H A DMakefile36 utsver=$$(echo '$(pound)'"$(build-version)" $(smp-flag-y) $(preempt-flag-y) "$(build-timestamp)" | cut -b -64); \
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_flowtable.sh614 KEY_SHA="0x"$(ps -af | sha1sum | cut -d " " -f 1)
615 KEY_AES="0x"$(ps -af | md5sum | cut -d " " -f 1)
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh169 v=$(uname -r | cut -d'.' -f1,2)
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh319 major=$(echo $version | cut -d. -f1)
1054 ethtool -S $dev | grep "^ *$stat:" | head -n 1 | cut -d: -f2
1093 cat /proc/net/dev_snmp6/$dev | grep "^$stat" | cut -f2
/linux-master/tools/testing/selftests/net/
H A Dfib_rule_tests.sh182 pref=$($IP -6 rule show $1 table $RTABLE | cut -d ":" -f 1)
321 pref=$($IP rule show $1 table $RTABLE | cut -d ":" -f 1)
/linux-master/tools/testing/selftests/
H A Dkselftest_deps.sh93 targets=$(grep -E "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2)
210 sed -e 's/+/ /' | cut -d "=" -f 2)
221 cut -d "=" -f 2)
230 sed -e 's/+/ /' | cut -d "=" -f 2)
249 cut -d "=" -f 2)
270 fail_target=$(echo "$test" | cut -d "/" -f1)
277 pass_trgts+="$(echo "$test" | cut -d "/" -f1) "
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_set_ftrace_file.tc118 cat set_ftrace_filter | grep -v '#' | cut -d' ' -f1 | cut -d':' -f1 | sort -u > $TMPDIR/actual
124 cat available_filter_functions | cut -d' ' -f1 | grep 'lock' | sort -u > $TMPDIR/expected
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest161 TRACING_DIR=`grep tracefs /proc/mounts | cut -f2 -d' ' | head -1`
163 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`
295 CASENAME=`grep "^#[ \t]*description:" $1 | cut -f2- -d:`
299 requires=`grep "^#[ \t]*requires:" $1 | cut -f2- -d:`
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dethtool_extended_state.sh31 | cut -d "(" -f2 | cut -d ")" -f1)
32 local ext_substate=$(echo $ext_state | cut -sd "," -f2 \
34 ext_state=$(echo $ext_state | cut -d "," -f1)
H A Dethtool_lib.sh79 cut -d':' -f2)
/linux-master/tools/testing/selftests/bpf/benchs/
H A Drun_bench_uprobes.sh7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
H A Drun_bench_trigger.sh21 summary=$(sudo ./bench -w2 -d5 -a -p$p trig-$t | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
/linux-master/lib/
H A Dtest_bitmap.c1040 unsigned int cut; member in struct:test_bitmap_cut
1089 bitmap_cut(out, in, t->first, t->cut, t->nbits);
/linux-master/include/linux/
H A Dbitmap.h163 unsigned int first, unsigned int cut, unsigned int nbits);
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dpci.c1457 u16 cut; local
1463 cut = BIT(0) << rtwdev->hal.cut_version;
1467 if (!(para->cut_mask & cut))
1481 if (!(para->cut_mask & cut))
H A Dmain.h1804 u32 cut:4; member in struct:rtw_phy_cond
1812 u32 cut:4;
H A Dmac.c235 u8 cut; local
240 cut = rtwdev->hal.cut_version;
241 cut_mask = cut_version_to_mask(cut);
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c1655 char cut = 'A' + priv->chip_cut; local
1659 priv->chip_name, cut, priv->chip_vendor, priv->rom_rev,
3814 * Can't do this for 8188/8192 UMC A cut parts
4413 * 2011/03/09 MH debug only, UMC-B cut pass 2500 S5 test,
/linux-master/arch/arm64/boot/
H A DMakefile52 $(NM) vmlinux|grep _kernel_codesize|cut -d' ' -f1)
/linux-master/tools/testing/selftests/ftrace/test.d/filter/
H A Devent-filter-function.tc48 address=`grep " ${target_func}\$" /proc/kallsyms | cut -d' ' -f1`
/linux-master/tools/lib/bpf/
H A DMakefile10 sort -rV | head -n1 | cut -d'_' -f2)
128 cut -d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \
135 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | sort -u | wc -l)
191 cut -d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \
198 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | \
207 HDR_MAJ_VERSION := $(shell grep -oE '^$(pound)define LIBBPF_MAJOR_VERSION ([0-9]+)$$' libbpf_version.h | cut -d' ' -f3)
208 HDR_MIN_VERSION := $(shell grep -oE '^$(pound)define LIBBPF_MINOR_VERSION ([0-9]+)$$' libbpf_version.h | cut -d' ' -f3)
/linux-master/drivers/media/dvb-frontends/
H A Dstv0367.c1421 u8 cut = stv0367_readbits(state, F367TER_IDENTIFICATIONREG); local
1425 if (cut == 0x50) /*cut 1.0 cut 1.1*/
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh51 DEBUGFS=$(grep -w debugfs /proc/mounts | cut -f2 -d' ')

Completed in 420 milliseconds

12345