Searched refs:VERBOSE (Results 1 - 25 of 61) sorted by relevance

123

/linux-master/tools/testing/selftests/net/
H A Dfib_nexthop_nongw.sh13 VERBOSE=0
40 [ "$VERBOSE" = "1" ] && echo
49 if [ "$VERBOSE" = "1" ]; then
55 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
59 [ "$VERBOSE" = "1" ] && echo
104 v) VERBOSE=1;;
H A Dtest_vxlan_nolocalbypass.sh18 VERBOSE=0
38 if [ "$VERBOSE" = "1" ]; then
57 [ "$VERBOSE" = "1" ] && echo
66 if [ "$VERBOSE" = "1" ]; then
73 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
186 v) VERBOSE=$(($VERBOSE + 1));;
H A Dfib_nexthop_multiprefix.sh17 VERBOSE=0
45 [ "$VERBOSE" = "1" ] && echo
54 if [ "$VERBOSE" = "1" ]; then
60 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
64 [ "$VERBOSE" = "1" ] && echo
135 if [ "$VERBOSE" = "1" ]; then
177 if [ "$VERBOSE" = "1" ]; then
206 if [ "$VERBOSE" = "1" ]; then
228 v) VERBOSE=1;;
H A Dtraceroute.sh8 VERBOSE=0
46 if [ "$VERBOSE" = "1" ]; then
52 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
56 [ "$VERBOSE" = "1" ] && echo
304 v) VERBOSE=$(($VERBOSE + 1));;
H A Dfib-onlink-tests.sh8 VERBOSE=0
127 if [ "$VERBOSE" = "1" ]; then
133 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
137 [ "$VERBOSE" = "1" ] && echo
488 v) VERBOSE=$(($VERBOSE + 1));;
H A Dl2tp.sh17 VERBOSE=0
57 if [ "$VERBOSE" = "1" ]; then
63 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
67 [ "$VERBOSE" = "1" ] && echo
367 v) VERBOSE=$(($VERBOSE + 1));;
H A Dvrf_route_leaking.sh62 VERBOSE=0
128 if [ "$VERBOSE" = "1" ]; then
135 if [ "$VERBOSE" = "1" ] && [ -n "$out" ]; then
139 [ "$VERBOSE" = "1" ] && echo
152 if [ "$VERBOSE" = "1" ]; then
158 if [ "$VERBOSE" = "1" ] && [ -n "$out" ]; then
165 [ "$VERBOSE" = "1" ] && echo
572 v) VERBOSE=1;;
H A Dicmp_redirect.sh23 VERBOSE=0
90 if [ "$VERBOSE" = "1" ]; then
101 if [ "$VERBOSE" = "1" ]; then
107 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
111 [ "$VERBOSE" = "1" ] && echo
286 if [ "$VERBOSE" = "1" ]; then
496 v) VERBOSE=$(($VERBOSE + 1));;
H A Dgre_gso.sh11 VERBOSE=0
192 v) VERBOSE=$(($VERBOSE + 1));;
H A Dfdb_flush.sh42 : ${VERBOSE:=0}
54 if [ "$VERBOSE" = "1" ]; then
61 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
84 if [ "$VERBOSE" = "1" ]; then
103 [ "$VERBOSE" = "1" ] && echo
775 v) VERBOSE=$(($VERBOSE + 1));;
H A Dtest_bridge_backup_port.sh49 VERBOSE=0
70 if [ "$VERBOSE" = "1" ]; then
89 [ "$VERBOSE" = "1" ] && echo
98 if [ "$VERBOSE" = "1" ]; then
105 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
716 v) VERBOSE=$(($VERBOSE + 1));;
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest100 if [ $VERBOSE -eq -1 ]; then
103 VERBOSE=$((VERBOSE + 1))
104 [ $1 = '-vv' ] && VERBOSE=$((VERBOSE + 1))
105 [ $1 = '-vvv' ] && VERBOSE=$((VERBOSE + 2))
109 if [ $VERBOSE -ne 0 ]; then
112 VERBOSE=-1
200 VERBOSE
[all...]
/linux-master/samples/bpf/
H A Dxdp2skb_meta.sh28 echo " -v | --verbose : (\$VERBOSE) Verbose"
42 if [[ -n "$VERBOSE" ]]; then
55 if [[ -n "$VERBOSE" ]]; then
98 VERBOSE=yes
99 # info "Verbose mode: VERBOSE=$VERBOSE" >&2
104 VERBOSE=yes
105 info "Dry-run mode: enable VERBOSE and don't call TC+IP" >&2
/linux-master/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh6 VERBOSE="${VERBOSE:-1}"
13 [ $VERBOSE -ne 0 ] && echo "[INFO] $1"
19 [ $VERBOSE -ne 0 ] && echo "$1 [PASS]"
26 [ $VERBOSE -ne 0 ] && echo "$1 [FAIL]"
33 [ $VERBOSE -ne 0 ] && echo "$1"
/linux-master/scripts/
H A Dcoccicheck27 VERBOSE="$V"
29 VERBOSE=0
142 if [ $VERBOSE -ne 0 ] ; then
162 if [ $VERBOSE -ne 0 ] ; then
168 if [ $VERBOSE -eq 2 ] ; then
185 if [ $VERBOSE -eq 2 ] ; then
211 if [ $VERBOSE -ne 0 -a $ONLINE -eq 0 ] ; then
H A Dcheck-uapi.sh355 if [ "$VERBOSE" = "true" ]; then
528 VERBOSE="false"
555 VERBOSE="false"
558 VERBOSE="true"
/linux-master/samples/pktgen/
H A Dparameters.sh20 echo " -v : (\$VERBOSE) verbose"
77 export VERBOSE=yes
78 info "Verbose mode: VERBOSE=$VERBOSE"
/linux-master/tools/testing/selftests/bpf/
H A Dima_setup.sh10 VERBOSE="${SELFTESTS_VERBOSE:=0}"
149 if [[ "${VERBOSE}" -eq 0 ]]; then
H A Dverify_sig_setup.sh8 VERBOSE="${SELFTESTS_VERBOSE:=0}"
122 if [[ "${VERBOSE}" -eq 0 ]]; then
/linux-master/tools/thermal/lib/
H A DMakefile43 VERBOSE = $(V) macro
45 ifndef VERBOSE
46 VERBOSE = 0 macro
49 ifeq ($(VERBOSE),1)
/linux-master/tools/lib/thermal/
H A DMakefile43 VERBOSE = $(V) macro
45 ifndef VERBOSE
46 VERBOSE = 0 macro
49 ifeq ($(VERBOSE),1)
/linux-master/tools/lib/perf/
H A DMakefile43 VERBOSE = $(V) macro
45 ifndef VERBOSE
46 VERBOSE = 0 macro
49 ifeq ($(VERBOSE),1)
/linux-master/drivers/watchdog/
H A Dpcwd_pci.c131 #define VERBOSE 1 /* Verbose */ macro
275 if (debug >= VERBOSE)
300 if (debug >= VERBOSE)
331 if (debug >= VERBOSE)
363 if (debug >= VERBOSE)
424 if (debug >= VERBOSE)
569 if (debug >= VERBOSE)
/linux-master/sound/pci/asihpi/
H A Dhpicmn.c121 HPI_DEBUG_LOG(VERBOSE, "find_adapter invalid index %d\n",
129 HPI_DEBUG_LOG(VERBOSE, "Found adapter index %d\n",
135 HPI_DEBUG_LOG(VERBOSE, "No adapter index %d\n",
235 HPI_DEBUG_LOG(VERBOSE,
273 HPI_DEBUG_LOG(VERBOSE,
281 HPI_DEBUG_LOG(VERBOSE, "Uncached Control %d\n",
285 HPI_DEBUG_LOG(VERBOSE, "find_control() type %d\n",
514 HPI_DEBUG_LOG(VERBOSE, "%s Adap %d, Ctl %d, Type %d, Attr %d\n",
535 HPI_DEBUG_LOG(VERBOSE,
623 HPI_DEBUG_LOG(VERBOSE,
[all...]
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh33 VERBOSE=0
39 -v) ((VERBOSE++))
55 if [[ $VERBOSE -gt 0 && -d /sys/kernel/debug/sched ]]
400 [[ $VERBOSE -gt 0 ]] && SHOWERR=1
694 [[ $VERBOSE -gt 0 ]] || return 0
730 [[ $VERBOSE -gt 1 ]] && {
795 [[ $VERBOSE -gt 0 ]] && echo "Test $I done."

Completed in 310 milliseconds

123