Home
last modified time | relevance | path

Searched refs:quiet (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/openbmc/openbmc-test-automation/lib/
H A Dhost.tcl8 proc get_host_name_ip {host {quiet 1}} {
46 proc get_host_domain {host username password {quiet 1}} {
65 'dnsdomainname'" ${quiet} "" ${print_output}] rc domain
91 ${quiet} "" ${print_output}] rc name_servers
119 $password $quiet]
122 ${quiet} "" ${print_output}] rc mac_address
128 proc get_host_gateway {host username password {quiet 1}} {
147 ${quiet} "" ${print_output}] rc gateway
172 ${quiet} "" ${print_output}] rc interface
200 $password $quiet]
[all …]
H A Ddump_utils.py25 def get_dump_dict(quiet=None): argument
52 quiet = int(gp.get_var_value(quiet, 1))
54 output, stderr, rc = bsu.bmc_execute_command(cmd_buf, quiet=quiet)
60 def valid_dump(dump_id, dump_dict=None, quiet=None): argument
79 dump_dict = get_dump_dict(quiet=quiet)
101 def scp_dumps(targ_dir_path, targ_file_prefix="", dump_dict=None, quiet=None): argument
122 dump_list = get_dump_dict(quiet=quiet)
124 status, ret_values = grk.run_key("Open Connection for SCP", quiet=quiet)
132 "scp.Get File " + file_path + " " + targ_file_path, quiet=quiet
H A Dboot_utils.robot10 [Arguments] ${stack_mode}=${stack_mode} ${quiet}=${quiet}
36 [Arguments] ${stack_mode}=${stack_mode} ${quiet}=${quiet}
62 [Arguments] ${stack_mode}=${stack_mode} ${quiet}=${quiet}
88 [Arguments] ${stack_mode}=${stack_mode} ${quiet}=${quiet}
114 [Arguments] ${stack_mode}=${stack_mode} ${quiet}=${quiet}
140 [Arguments] ${stack_mode}=${stack_mode} ${quiet}=${quiet}
166 [Arguments] ${stack_mode}=${stack_mode} ${quiet}=${quiet}
193 [Arguments] ${stack_mode}=${stack_mode} ${quiet}=${quiet}
219 [Arguments] ${stack_mode}=${stack_mode} ${quiet}=${quiet}
245 [Arguments] ${stack_mode}=${stack_mode} ${quiet}=${quiet}
[all …]
H A Dstate.py464 quiet=None, argument
490 quiet = int(gp.get_var_value(quiet, 0))
553 quiet=quiet,
616 quiet = int(gp.get_var_value(quiet, 0))
751 date_cmd_buf, quiet=quiet, print_output=0
911 quiet=quiet,
984 quiet = int(gp.get_var_value(quiet, 0))
1006 quiet=quiet,
1089 quiet = int(gp.get_var_value(quiet, 0))
1112 if quiet:
[all …]
H A Dgen_robot_keyword.py11 def run_key(keyword_buf, quiet=None, test_mode=None, ignore=0): argument
42 quiet = int(gp.get_var_value(quiet, 0))
51 if not quiet:
77 def run_key_u(keyword_buf, quiet=None, ignore=0): argument
87 return run_key(keyword_buf, test_mode=0, quiet=quiet, ignore=ignore)
H A Dbmc_ssh_utils.py20 quiet=None, argument
89 quiet,
101 quiet=None, argument
162 quiet,
174 quiet=None, argument
233 quiet,
238 def device_write(cmd_buf, print_out=0, quiet=None, test_mode=None): argument
297 quiet=quiet,
H A Drest_client.robot43 Initialize OpenBMC ${timeout} quiet=${quiet}
70 Initialize OpenBMC ${timeout} quiet=${quiet}
133 [Arguments] ${timeout}=20 ${quiet}=${1}
139 # quiet Suppress console log if set.
150 ... Post Login Request ${timeout} ${quiet}
184 [Arguments] ${timeout}=20 ${quiet}=${1}
190 # quiet Suppress console log if set.
265 ... quiet=${quiet}
323 ${resp}= OpenBMC Get Request ${uri} timeout=${timeout} quiet=${quiet}
340 ... timeout=${timeout} quiet=${quiet} &{kwargs}
[all …]
H A Dgen_robot_plug_in.py18 def rvalidate_plug_ins(plug_in_dir_paths, quiet=1): argument
54 quiet=None, argument
114 quiet = int(gp.get_var_value(quiet, 0))
147 if quiet:
173 quiet=(not debug),
213 if quiet:
223 quiet=1,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dinit-redis-server21 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS
25 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server
29 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server
38 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
43 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
48 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
55 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
62 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.4/
H A Dinit-redis-server21 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS
25 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server
29 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server
38 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
43 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
48 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
55 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
62 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS
/openbmc/qemu/tests/docker/
H A DMakefile.include40 $(call quiet-command, \
42 $(if $V,,--quiet) \
61 $(call quiet-command, \
71 $(call quiet-command, \
96 $(call quiet-command, \
98 $(if $V,,--quiet) --no-cache \
102 $(call quiet-command, \
103 $(DOCKER_SCRIPT) fetch $(if $V,,--quiet) \
106 $(call quiet-command, \
208 $(call quiet-command, \
[all …]
H A Ddocker.py240 if quiet:
337 self._do(pull_args, quiet=quiet)
344 quiet=quiet)
372 quiet=quiet)
378 return self._do([cmd] + argv, quiet=quiet)
412 return Docker().run(argv, args.keep, quiet=args.quiet,
494 quiet=args.quiet, user=args.user,
514 dkr.command(cmd="pull", quiet=args.quiet,
516 dkr.command(cmd="tag", quiet=args.quiet,
592 dkr.update_image(args.tag, tmp, quiet=args.quiet)
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A Dmakedbs.sh26 makedb --quiet -o $target -
51 makedb --quiet -o $target -
63 makedb --quiet -o $target -
77 makedb --quiet -o $target -
91 makedb --quiet -o $target -
110 makedb --quiet -o $target -
122 (umask 077 && makedb --quiet -o $target -)
145 (umask 077 && makedb --quiet -o $target -)
175 makedb --quiet -o $target
/openbmc/qemu/pc-bios/vof/
H A DMakefile9 quiet-@ = $(if $(V),,@$(if $1,,printf "%s\n" "$(TARGET_PREFIX)$1" && ))
10 quiet-command = $(call quiet-@,$2 $@)$1
15 $(call quiet-command, $(CC) $(EXTRA_CFLAGS) -c -o $@ $<,Assembling)
18 $(call quiet-command, $(CC) $(EXTRA_CFLAGS) -c -fno-stack-protector -o $@ $<,Compiling)
21 $(call quiet-command, $(LD) -nostdlib -e_start -T$(SRC_DIR)/vof.lds -EB -o $@ $^,Linking)
24 …$(call quiet-command, $(OBJCOPY) -O binary -j .text -j .data -j .toc -j .got2 $^ $@,Extracting raw…
/openbmc/qemu/pc-bios/optionrom/
H A DMakefile15 quiet-@ = $(if $(V),,@$(if $1,printf "%s\n" "$(TARGET_PREFIX)$1" && ))
16 quiet-command = $(call quiet-@,$2 $@)$1
32 $(quiet-@)($(call cc-option,-fcf-protection=none); \
44 $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<,Assembling)
47 $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@,Compiling)
50 $(call quiet-command,$(CC) $(CFLAGS) $(LDFLAGS) -s -o $@ $^,Linking)
53 $(call quiet-command,$(OBJCOPY) -O binary -j .text $< $@,Extracting raw object)
56 $(call quiet-command,$(PYTHON) $(TOPSRC_DIR)/scripts/signrom.py $< $@,Computing checksum into)
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/
H A Dinit21 start-stop-daemon --start --quiet --exec $thttpd -- -C @@CONFFILE
26 start-stop-daemon --stop --quiet --exec $thttpd
30 start-stop-daemon --stop --quiet --signal 1 --exec $thttpd
34 start-stop-daemon --stop --quiet --exec $thttpd -- -C @@CONFFILE
44 start-stop-daemon --start --quiet --exec $thttpd -- -C @@CONFFILE
/openbmc/qemu/tests/
H A DMakefile.include50 $(call quiet-command, \
56 $(call quiet-command, \
62 $(call quiet-command, \
68 $(call quiet-command, \
108 quiet-venv-pip = $(quiet-@)$(call quiet-command-run, \
113 $(call quiet-venv-pip,install -e "$(SRC_PATH)/python/")
115 $(call quiet-command, touch $@)
118 $(call quiet-command, mkdir -p $@, \
130 $(call quiet-command, \
139 $(call quiet-command, \
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlircd.init15 start-stop-daemon --start --quiet --exec /usr/sbin/lircd -- --device=/dev/lirc0
20 start-stop-daemon --stop --quiet --exec /usr/sbin/lircd
24 start-stop-daemon --stop --quiet --signal 1 --exec /usr/sbin/lircd
28 start-stop-daemon --stop --quiet --exec /usr/sbin/lircd
31 start-stop-daemon --start --quiet --exec /usr/sbin/lircd -- --device=/dev/lirc0
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/read-edid/read-edid/
H A D0001-get-edid-define-quiet-once.patch4 Subject: [PATCH] get-edid: define quiet once
23 #define display(...) if (quiet == 0) { fprintf(stderr, __VA_ARGS__); }
24 -int quiet;
25 +extern int quiet;
37 -int quiet;
38 +extern int quiet;
40 #define display(...) if (quiet == 0) { fprintf(stderr, __VA_ARGS__); }
/openbmc/qemu/pc-bios/s390-ccw/
H A Dnetboot.mak14 $(call quiet-command,$(CC) $(NETLDFLAGS) -o $@ $^,Linking)
17 $(call quiet-command,$(STRIP) --strip-unneeded $< -o $@,Stripping $< into)
26 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling)
32 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling)
36 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling)
41 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling)
44 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling)
49 $(call quiet-command,$(AR) -rc $@ $^,Creating static library)
59 $(call quiet-command,$(CC) $(LIBNETCFLAGS) -c -o $@ $<,Compiling)
62 $(call quiet-command,$(AR) -rc $@ $^,Creating static library)
H A DMakefile15 quiet-@ = $(if $(V),,@$(if $1,printf "%s\n" "$(TARGET_PREFIX)$1" && ))
16 quiet-command = $(call quiet-@,$2 $@)$1
26 $(call quiet-command,$(CC) $(EXTRA_CFLAGS) $(QEMU_DGFLAGS) $(CFLAGS) \
30 $(call quiet-command,$(CCAS) $(EXTRA_CFLAGS) $(QEMU_DGFLAGS) $(CFLAGS) \
51 $(quiet-@)($(call cc-option,-Wno-stringop-overflow); \
63 $(call quiet-command,$(CC) $(LDFLAGS) -o $@ $(OBJECTS),Linking)
66 $(call quiet-command,$(STRIP) --strip-unneeded $< -o $@,Stripping $< into)
87 …$(quiet-@)GIT=git "$(SRC_PATH)/../../scripts/git-submodule.sh" $(GIT_SUBMODULES_ACTION) $(GIT_SUBM…
/openbmc/linux/Documentation/userspace-api/media/
H A DMakefile25 @$($(quiet)gen_rst)
28 @$($(quiet)gen_rst)
31 @$($(quiet)gen_rst)
34 @$($(quiet)gen_rst)
37 @$($(quiet)gen_rst)
40 @$($(quiet)gen_rst)
43 @$($(quiet)gen_rst)
46 @$($(quiet)gen_rst)
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped80 def check_err(val, quiet=()):
96 if -val not in quiet:
100 def check_err_null(val, quiet=()):
115 is not in @quiet.
120 if -val not in quiet:
315 quiet)
361 quiet)
378 quiet)
518 def pack(self, quiet=()):
589 quiet)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A Dinitscript27 start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $syslog_ng
32 start-stop-daemon --stop --quiet --pidfile $PIDFILE
36 start-stop-daemon --stop --quiet --signal 1 --exec $syslog_ng
40 start-stop-daemon --stop --quiet --pidfile $PIDFILE
50 start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $syslog_ng
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-getvar39 quiet = args.quiet or args.value variable
40 with bb.tinfoil.Tinfoil(tracking=True, setup_logging=not quiet) as tinfoil:
42 tinfoil.prepare(quiet=3 if quiet else 2)
45 tinfoil.prepare(quiet=2, config_only=True)

12345678910>>...20