Home
last modified time | relevance | path

Searched refs:grep (Results 301 - 325 of 867) sorted by relevance

1...<<11121314151617181920>>...35

/kernel/linux/build/test/moduletest/runtest/bin/enhancedf2fs_t/testcases/bin/
H A Denhancedf2fs11.sh38 df -h | grep -w "$DISK_NAME" | awk -F " " '{print $4}' > 1.txt
60 cat $_sys_path/trace_pipe | grep ssr >> log11.txt &
H A Denhancedf2fs02.sh41 cat /sys/kernel/debug/tracing/trace_pipe | grep issue_discard >> log02.txt &
71 local err=$(cat run_fio.txt | grep err | awk -F ':' '{print$3}' | tr -cd "[0-9]")
/kernel/linux/linux-5.10/arch/arc/boot/
H A DMakefile11 grep "Entry point address" | grep -o 0x.*)
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dloopback.sh79 if ethtool -k $h1 | grep loopback | grep -q fixed; then
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_cgrp2_sock.sh23 echo $out | grep -q "$1"
37 echo $out | grep -q "$1"
/kernel/linux/linux-5.10/scripts/
H A Dmkcompile_h88 grep -v $IGNORE_PATTERN $TARGET > .tmpver.1 && \
89 grep -v $IGNORE_PATTERN .tmpcompile > .tmpver.2 && \
/kernel/linux/linux-5.10/tools/perf/tests/shell/
H A Drecord+probe_libc_inet_pton.sh15 libc=$(grep -w libc /proc/self/maps | head -1 | sed -r 's/.*[[:space:]](\/.*)/\1/g')
23 grep -P -o "$event_pattern(?=[[:space:]]\(on inet_pton in $libc\))")
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Darch_errno_names.sh61 |grep -hE '^#define[[:blank:]]+(E[^[:blank:]]+)[[:blank:]]+([[:digit:]]+).*' \
93 for arch in $(find $toolsdir/arch -maxdepth 1 -mindepth 1 -type d -printf "%f\n" | grep -v x86 | sort); do
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dloopback.sh79 if ethtool -k $h1 | grep loopback | grep -q fixed; then
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H A Dbond-eth-type-change.sh20 ip -d l sh dev "$bonddev" | grep -q "MASTER"
23 ip -d l sh dev "$bonddev" | grep -q "SLAVE"
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_cgrp2_sock.sh25 echo $out | grep -q "$1"
39 echo $out | grep -q "$1"
/third_party/ffmpeg/tools/
H A Dtarget_dec_fate.sh44 grep 'CONFIG_OSSFUZZ 0' ../config.h && echo not configured for ossfuzz && show_help
53 elif echo "$ISSUE_NUM" | grep '#' >/dev/null ; then
/third_party/alsa-utils/bat/
H A Dalsabat-test.sh64 pid=`ps -aux |grep alsabat|head -1 |awk -F ' ' '{print $2}'`
79 cat $logdir/$feature_cnt.log |grep -i "Return value is 0" > /dev/null
/third_party/ltp/testcases/commands/du/
H A Ddu01.sh43 grep -q -E "unrecognized option|invalid option" ../temp
52 grep -q $2 ../temp
/third_party/ltp/testcases/commands/keyctl/
H A Dkeyctl01.sh28 if ! keyctl 2>&1 | grep -q "keyctl $op"; then
84 grep -q -E "quota exceeded" temp
/third_party/ltp/testcases/commands/which/
H A Dwhich01.sh36 if grep -F -q "$j" temp; then
63 grep -q -E "unknown option|invalid option|Usage" temp
/third_party/node/deps/v8/third_party/markupsafe/
H A Dget_markupsafe.sh44 if ! grep --extended-regex --line-regex --silent \
71 if ! grep --extended-regex --line-regex --silent \
/third_party/node/tools/inspector_protocol/jinja2/
H A Dget_jinja2.sh45 if ! grep --extended-regex --line-regex --silent \
72 if ! grep --extended-regex --line-regex --silent \
/third_party/node/tools/inspector_protocol/markupsafe/
H A Dget_markupsafe.sh44 if ! grep --extended-regex --line-regex --silent \
71 if ! grep --extended-regex --line-regex --silent \
/third_party/ltp/testcases/lib/
H A Dtst_security.sh60 grep -q "$cmd .*(enforce)" /sys/kernel/security/apparmor/profiles 2>/dev/null
89 seinfo -t 2>/dev/null | grep -q $cmd
/third_party/ltp/testcases/network/stress/interface/
H A Dif-addr-adddel.sh50 ip addr show $iface | grep -q $new_ip
77 ip addr show $iface | grep -q $new_ip
/third_party/ltp/testcases/network/nfs/nfsstat01/
H A Dnfsstat01.sh19 calls="$(grep $name /proc/net/rpc/$nfs_f | cut -d' ' -f$field)"
20 ROD nfsstat -c$opt | grep -q "$calls"
25 calls=$(tst_rhost_run -c "grep $name /proc/net/rpc/$nfs_f" | \
27 tst_rhost_run -s -c "nfsstat -s$opt" | grep -q "$calls"
H A Dnfsstat0121 calls="$(grep $name /proc/net/rpc/$nfs_f | cut -d' ' -f$field)"
22 ROD nfsstat -c$opt | grep -q "$calls"
27 calls=$(tst_rhost_run -c "grep $name /proc/net/rpc/$nfs_f" | \
29 tst_rhost_run -s -c "nfsstat -s$opt" | grep -q "$calls"
/third_party/ltp/testcases/kernel/fs/mongo/
H A Dtest.sh35 lsmod |grep reiserfs
45 lsmod |grep loop
/third_party/ltp/testcases/network/stress/ftp/
H A Dftp-upload-stress02-rmt.sh42 echo $server_ipaddr | grep ':' > /dev/null
63 ps auxw | grep -l -- "curl.*${filename}${num}" >/dev/null 2>&1

Completed in 9 milliseconds

1...<<11121314151617181920>>...35