Searched refs:null (Results 101 - 125 of 536) sorted by relevance

1234567891011>>

/linux-master/tools/virtio/ringtest/
H A Drun-on-all.sh16 (echo "$@" | grep -e "--sleep" > /dev/null) || \
/linux-master/Documentation/admin-guide/aoe/
H A Dstatus.sh21 for d in `ls -d $sysd/block/etherd* 2>/dev/null | grep -v p` end; do
/linux-master/scripts/
H A Dfind-unused-docs.sh57 str=$(scripts/kernel-doc -export "$file" 2>/dev/null)
H A Dprune-kernel10 if rpm -qf "/lib/modules/$f" >/dev/null; then
H A Dextract-ikconfig22 tail -c+$(($pos+8)) "$1" | zcat > $tmp1 2> /dev/null
36 tail -c+$pos "$img" | $3 > $tmp2 2> /dev/null
H A Dcheck_extable.sh10 objdump -hj __ex_table ${obj} 2> /dev/null > /dev/null
134 objdump -hj .debug_info ${obj} 2> /dev/null > /dev/null ||
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-stacktrace.tc22 grep "<stack trace>" trace > /dev/null || \
H A Dtrigger-trace-marker-synthetic.tc27 grep 'hitcount: *1$' events/synthetic/latency/hist > /dev/null || \
H A Dtrigger-hist-expressions.tc21 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan_fdb_veto.sh68 dst $REMOTE_IP_1 2>/dev/null
72 dst $REMOTE_IP_1 2>&1 >/dev/null | grep -q mlxsw_spectrum
87 dst $REMOTE_IP_1 port 1234 2>/dev/null
91 dst $REMOTE_IP_1 port 1234 2>&1 >/dev/null \
107 dst $REMOTE_IP_2 port 1234 2>/dev/null
111 dst $REMOTE_IP_2 port 1234 2>&1 >/dev/null \
123 group $MC_IP dev lo 2>/dev/null
127 group $MC_IP dev lo 2>&1 >/dev/null \
/linux-master/tools/testing/selftests/powerpc/security/
H A Dmitigation-patching.sh55 if stress-ng > /dev/null 2>&1; then
57 elif stress > /dev/null 2>&1; then
/linux-master/tools/testing/selftests/arm64/mte/
H A DMakefile18 mte_cc_support := $(shell if ($(CC) $(CFLAGS) -march=armv8.5-a+memtag -E -x c /dev/null -o /dev/null 2>&1) then echo "1"; fi)
/linux-master/tools/testing/selftests/memfd/
H A DMakefile9 VAR_CFLAGS := $(shell pkg-config fuse --cflags 2>/dev/null)
14 VAR_LDLIBS := $(shell pkg-config fuse --libs 2>/dev/null)
/linux-master/tools/perf/tests/
H A Dperf-targz-src-pkg19 cd - > /dev/null
/linux-master/tools/testing/selftests/mm/
H A Dcheck_config.sh20 $CC -c $tmpfile_c -o $tmpfile_o >/dev/null 2>&1
/linux-master/tools/perf/tests/shell/
H A Drecord_sideband.sh25 if ! perf record -o ${perfdata} -BN --no-bpf-event -C $1 true > /dev/null 2>&1
45 mmap_cnt=`perf script -i ${perfdata} --show-mmap-events -C 1 2>/dev/null | grep MMAP | wc -l`
H A Dtest_arm_coresight.sh41 -- taskset -c $2 touch $file > /dev/null 2>&1
52 grep -E " +$1 +[0-9]+ .* +branches:(.*:)? +" > /dev/null 2>&1
63 grep -E " +[0-9]+\.[0-9]+% +[0-9]+\.[0-9]+% +$1 " > /dev/null 2>&1
74 grep -E " +[0-9]+\.[0-9]+% +$1" > /dev/null 2>&1
153 perf record -o ${perfdata} -e cs_etm// -a -- ls > /dev/null 2>&1
168 -- dd if=/dev/zero of=/dev/null > /dev/null 2>&1 &
191 perf record -o ${perfdata} "$@" -m,8M -- ls > /dev/null 2>&1
/linux-master/tools/testing/selftests/net/
H A Ddrop_monitor_tests.sh37 modprobe netdevsim &> /dev/null
75 -Y 'ip.dst == 192.0.2.10' 2> /dev/null | wc -l) != 0))
80 { kill %% && wait %%; } 2>/dev/null
83 -Y 'ip.dst == 192.0.2.10' 2> /dev/null | wc -l) == 0))
103 -Y 'net_dm.hw_trap_name== blackhole_route' 2> /dev/null \
112 -Y 'net_dm.hw_trap_name== blackhole_route' 2> /dev/null \
185 tshark -G fields 2> /dev/null | grep -q net_dm
193 cleanup &> /dev/null
/linux-master/tools/perf/tests/shell/base_probe/
H A Dsettings.sh47 $CMD_PERF list sdt | grep sdt > /dev/null 2> /dev/null
/linux-master/tools/testing/selftests/net/netfilter/
H A Dbridge_brouter.sh12 if ! ebtables -V > /dev/null 2>&1;then
64 if ip netns exec "$ns1" ping -q -c 1 10.0.0.12 -W 0.5 > /dev/null 2>&1; then
76 if ! ip netns exec "$ns1" ping -q -c 1 10.0.0.12 > /dev/null; then
85 if ! ip netns exec "$ns1" ping -q -c 1 10.0.0.12 > /dev/null; then
93 if ip netns exec "$ns1" ping -q -c 1 10.0.0.12 -W 0.5 > /dev/null 2>&1; then
101 if ! ip netns exec "$ns2" ping -q -c 1 10.0.0.11 > /dev/null; then
111 if ! ip netns exec "$ns1" ping -c 1 -q 10.0.0.12 > /dev/null; then
116 if ! ip netns exec "$ns2" ping -c 1 -q 10.0.0.11 > /dev/null; then
/linux-master/tools/testing/selftests/net/hsr/
H A Dhsr_common.sh25 ip netns exec ${netns} ping ${ping_args} $connect_addr >/dev/null
79 ip -Version > /dev/null 2>&1
/linux-master/tools/testing/selftests/powerpc/stringloops/
H A DMakefile4 build_32bit = $(shell if ($(CC) $(CFLAGS) -m32 -o /dev/null memcmp.c >/dev/null 2>&1) then echo "1"; fi)
/linux-master/scripts/genksyms/
H A DMakefile17 cmd_bison_no_warn = $(YACC) --version >/dev/null; \
18 $(cmd_bison) 2>/dev/null
/linux-master/tools/testing/selftests/breakpoints/
H A DMakefile3 uname_M := $(shell uname -m 2>/dev/null || echo not)
/linux-master/arch/s390/tools/
H A Dgcc-thunk-extern.sh6 cat << "END" | $@ -x c - -fno-PIE -march=z10 -mindirect-branch=thunk-extern -mfunction-return=thunk-extern -mindirect-branch-table -O2 -c -o /dev/null

Completed in 183 milliseconds

1234567891011>>