Searched refs:cut (Results 76 - 100 of 103) sorted by relevance

12345

/linux-master/tools/testing/selftests/net/
H A Dsrv6_end_next_csid_l3vpn_test.sh1043 echo "${cfg}" | cut -d',' -f"${index}"
1127 test_command_or_ksft_skip cut
H A Dsrv6_end_x_next_csid_l3vpn_test.sh1111 echo "${cfg}" | cut -d',' -f"${index}"
1195 test_command_or_ksft_skip cut
H A Dtest_vxlan_vnifiltering.sh222 for vmap in $(echo $vattrs | cut -d "," -f1- --output-delimiter=' ')
H A Drtnetlink.sh703 lines=`wc -l $tmpfile | cut "-d " -f1`
H A Dfib_nexthops.sh411 lines=`wc -l $tmpfile | cut "-d " -f1`
/linux-master/tools/perf/tests/shell/
H A Dtest_intel_pt.sh32 sane=$(echo "${temp_dir}" | cut -b 1-26)
564 times_val=$(perf script -i "${perfdatafile}" --itrace=L -s "${maxbrstack}" 2>/dev/null | grep "max brstack " | cut -d " " -f 3)
/linux-master/lib/
H A Dbitmap.c167 * @cut: number of bits to remove
172 * m such that @first <= n < nbits, and m = n + @cut.
184 * if @cut is 3, and @first is 14, bits 14-16 in @src are cut and @dst is::
200 unsigned int first, unsigned int cut, unsigned int nbits)
213 while (cut--) {
199 bitmap_cut(unsigned long *dst, const unsigned long *src, unsigned int first, unsigned int cut, unsigned int nbits) argument
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/tools/perf/util/
H A Dparse-events.c2256 int len_str, max_len, cut = 0; local
2259 * Maximum error index indent, we will cut
2276 cut = err_idx - max_err_idx;
2278 strncpy(buf, event + cut, max_len);
2280 /* Mark cut parts with '..' on both sides. */
2281 if (cut)
2284 if ((len_event - cut) > max_len) {
2289 idx = len_str + err_idx - cut;
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmac.c235 u8 cut; local
240 cut = rtwdev->hal.cut_version;
241 cut_mask = cut_version_to_mask(cut);
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 Dphy.c1046 cond.cut = hal->cut_version ? hal->cut_version : 15;
1074 if (cond.cut && cond.cut != drv_cond.cut)
H A Dmain.h1804 u32 cut:4; member in struct:rtw_phy_cond
1812 u32 cut:4;
/linux-master/include/linux/
H A Dbitmap.h163 unsigned int first, unsigned int cut, unsigned int nbits);
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh169 v=$(uname -r | cut -d'.' -f1,2)
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl401 =cut
/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/scripts/
H A Dget_feat.pl641 =cut
H A Dkernel-doc53 =cut
2544 =cut
H A Dget_abi.pl1103 =cut
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_red_core.sh211 local size=$(devlink_pool_size_thtype 0 | cut -d' ' -f 1)
H A Dtc_sample.sh508 cut -d ' ' -f 16)
/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/rust/
H A DMakefile44 rustc_host_target := $(shell $(RUSTC) --version --verbose | grep -F 'host: ' | cut -d' ' -f2)
/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*/

Completed in 454 milliseconds

12345