Home
last modified time | relevance | path

Searched refs:VERBOSE (Results 1 – 25 of 121) sorted by relevance

12345

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/etc/init.d/
H A Dkrb5-admin-server78 if [ "$VERBOSE" != no ] ; then
83 [ "$VERBOSE" != no ] && echo "Starting $DESC" "$NAME"
86 0|1) [ "$VERBOSE" != no ] && echo 0 ;;
87 2) [ "$VERBOSE" != no ] && echo 1 ;;
92 [ "$VERBOSE" != no ] && echo "Stopping $DESC" "$NAME"
95 0|1) [ "$VERBOSE" != no ] && echo 0 ;;
96 2) [ "$VERBOSE" != no ] && echo 1 ;;
102 if [ "$VERBOSE" != no ] ; then
113 0) [ "$VERBOSE" != no ] && echo 0 ;;
114 *) [ "$VERBOSE" != no ] && echo 1 ;;
H A Dkrb5-kdc70 [ "$VERBOSE" != no ] && echo "Starting $DESC" "$NAME"
74 [ "$VERBOSE" != no ] && echo 0
77 [ "$VERBOSE" != no ] && echo 1
83 [ "$VERBOSE" != no ] && echo "Stopping $DESC" "$NAME"
87 [ "$VERBOSE" != no ] && echo "krb524d"
90 [ "$VERBOSE" != no ] && echo 1
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dpopulate-volatile.sh29 [ "${VERBOSE}" != "no" ] && echo "Populating volatile Filesystems."
50 [ "${VERBOSE}" != "no" ] && echo "Target already exists. Skipping."
72 [ "${VERBOSE}" != "no" ] && echo "Target already exists. Skipping."
162 [ "${VERBOSE}" != "no" ] && echo "Applying ${CFGFILE}"
173 [ "${VERBOSE}" != "no" ] && echo "Checking for -${TNAME}-."
177 [ "${VERBOSE}" != "no" ] && echo "Creating link -${TNAME}- pointing to -${TSOURCE}-."
184 [ "${VERBOSE}" != "no" ] && echo "Creating mount-bind -${TNAME}- from -${TSOURCE}-."
193 [ "${VERBOSE}" != "no" ] && echo "Found link."
197 [ "${VERBOSE}" != "no" ] && echo "Converted relative linktarget to absolute path -${TNAME}-."
200 [ "${VERBOSE}" != "no" ] && echo "Using absolute link target -${TNAME}-."
[all …]
H A Durandom27 test "$VERBOSE" != no && echo "Initializing random number generator..."
42 test "$VERBOSE" != no && echo "Saving random seed..."
/openbmc/linux/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=0
434 if [ $VERBOSE -eq -1 ]; then
438 elif [ $VERBOSE -ge 3 ]; then
440 elif [ $VERBOSE -eq 2 ]; then
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/pi-blaster/files/
H A Dremove-initscript-lsb-dependency.patch28 # Load the VERBOSE setting and other rcS variables
44 - [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
45 + [ "$VERBOSE" != no ] && echo "Starting $DESC" "$NAME"
48 - 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
49 - 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
53 - [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
54 + [ "$VERBOSE" != no ] && echo "Stopping $DESC" "$NAME"
57 - 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
58 - 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
/openbmc/linux/tools/testing/selftests/net/
H A Dtest_vxlan_nolocalbypass.sh19 VERBOSE=0
39 if [ "$VERBOSE" = "1" ]; then
58 [ "$VERBOSE" = "1" ] && echo
67 if [ "$VERBOSE" = "1" ]; then
74 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
188 v) VERBOSE=$(($VERBOSE + 1));;
H A Dfib_nexthop_nongw.sh12 VERBOSE=0
39 [ "$VERBOSE" = "1" ] && echo
48 if [ "$VERBOSE" = "1" ]; then
54 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
58 [ "$VERBOSE" = "1" ] && echo
107 v) VERBOSE=1;;
H A Dfib_nexthop_multiprefix.sh16 VERBOSE=0
44 [ "$VERBOSE" = "1" ] && echo
53 if [ "$VERBOSE" = "1" ]; then
59 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
63 [ "$VERBOSE" = "1" ] && echo
134 if [ "$VERBOSE" = "1" ]; then
179 if [ "$VERBOSE" = "1" ]; then
208 if [ "$VERBOSE" = "1" ]; then
230 v) VERBOSE=1;;
H A Dtraceroute.sh7 VERBOSE=0
45 if [ "$VERBOSE" = "1" ]; then
51 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
55 [ "$VERBOSE" = "1" ] && echo
314 v) VERBOSE=$(($VERBOSE + 1));;
H A Dfib-onlink-tests.sh7 VERBOSE=0
129 if [ "$VERBOSE" = "1" ]; then
135 if [ "$VERBOSE" = "1" -a -n "$out" ]; then
139 [ "$VERBOSE" = "1" ] && echo
491 v) VERBOSE=$(($VERBOSE + 1));;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/audit/audit/
H A Dauditd94 [ "$VERBOSE" != no ] && echo "Starting $DESC" "$NAME"
97 0|1) [ "$VERBOSE" != no ] && echo 0 ;;
98 2) [ "$VERBOSE" != no ] && echo 1 ;;
102 [ "$VERBOSE" != no ] && echo "Stopping $DESC" "$NAME"
105 0|1) [ "$VERBOSE" != no ] && echo 0 ;;
106 2) [ "$VERBOSE" != no ] && echo 1 ;;
/openbmc/u-boot/scripts/
H A Dcoccicheck28 VERBOSE="$V"
30 VERBOSE=0
123 if [ $VERBOSE -ne 0 ] ; then
143 if [ $VERBOSE -ne 0 ] ; then
149 if [ $VERBOSE -eq 2 ] ; then
166 if [ $VERBOSE -eq 2 ] ; then
195 if [ $VERBOSE -ne 0 -a $ONLINE -eq 0 ] ; then
H A Dmkmakefile34 VERBOSE := \$(V)
36 ifneq (\$(VERBOSE),1)
/openbmc/linux/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
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dhwclock.sh28 if [ "$VERBOSE" != no ]
44 if [ "$VERBOSE" != no ]
57 if [ "$VERBOSE" != no ]
65 if [ "$VERBOSE" != no ]
/openbmc/openbmc/poky/meta/recipes-kernel/modutils-initscripts/files/
H A Dmodutils.sh24 [ "$VERBOSE" != no ] && echo "Calculating module dependencies ..."
43 [ "$VERBOSE" != no ] && echo -n "$module "
49 [ "$VERBOSE" != no ] && echo -n "Loading modules: "
57 [ "$VERBOSE" != no ] && echo
/openbmc/linux/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"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A Dinitscript25 [ "${VERBOSE}" != "no" ] && echo -n "Starting syslog-ng:"
28 [ "${VERBOSE}" != "no" ] && echo "."
31 [ "${VERBOSE}" != "no" ] && echo -n "Stopping syslog-ng:"
33 [ "${VERBOSE}" != "no" ] && echo "."
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Dbootlogd.init49 [ "${VERBOSE}" != "no" ] && echo -n "Starting $DESC: "
58 [ "${VERBOSE}" != "no" ] && echo "$NAME."
63 [ "${VERBOSE}" != "no" ] && echo -n "Stopping $DESC: "
76 [ "${VERBOSE}" != "no" ] && echo "$NAME."
/openbmc/linux/samples/bpf/
H A Dxdp2skb_meta.sh42 if [[ -n "$VERBOSE" ]]; then
55 if [[ -n "$VERBOSE" ]]; then
98 VERBOSE=yes
104 VERBOSE=yes
/openbmc/linux/tools/thermal/lib/
H A DMakefile43 VERBOSE = $(V) macro
45 ifndef VERBOSE
46 VERBOSE = 0 macro
49 ifeq ($(VERBOSE),1)
/openbmc/linux/tools/lib/thermal/
H A DMakefile43 VERBOSE = $(V) macro
45 ifndef VERBOSE
46 VERBOSE = 0 macro
49 ifeq ($(VERBOSE),1)
/openbmc/linux/drivers/watchdog/
H A Dpcwd_pci.c131 #define VERBOSE 1 /* Verbose */ macro
275 if (debug >= VERBOSE) in pcipcwd_start()
300 if (debug >= VERBOSE) in pcipcwd_stop()
331 if (debug >= VERBOSE) in pcipcwd_set_heartbeat()
363 if (debug >= VERBOSE) in pcipcwd_clear_status()
424 if (debug >= VERBOSE) in pcipcwd_get_timeleft()
569 if (debug >= VERBOSE) in pcipcwd_open()
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c317 #if VERBOSE > 0 in intelfbhw_validate_mode()
386 #if VERBOSE > 0 in intelfbhw_pan_display()
420 #if VERBOSE > 0 in intelfbhw_do_blank()
436 #if VERBOSE > 0 in intelfbhw_do_blank()
504 #if VERBOSE > 0 in intelfbhw_setcolreg()
521 #if VERBOSE > 0 in intelfbhw_read_hw_state()
1289 #if VERBOSE > 0 in intelfbhw_program_mode()
1508 #if VERBOSE > 0 in wait_ring()
1554 #if VERBOSE > 0 in intelfbhw_do_sync()
1573 #if VERBOSE > 0 in refresh_ring()
[all …]

12345