/openbmc/openbmc-test-automation/lib/ |
H A D | host.tcl | 8 proc get_host_name_ip {host {quiet 1}} { 22 lassign [cmd_fnc "host $host" "${quiet}" "" "${print_output}"] rc out_buf 46 proc get_host_domain {host username password {quiet 1}} { 65 'dnsdomainname'" ${quiet} "" ${print_output}] rc domain 71 proc get_host_name_servers {host username password {quiet 1}} { 91 ${quiet} "" ${print_output}] rc name_servers 97 proc get_host_mac_address {host username password {interface {}} {quiet 1}} { 119 $password $quiet] 122 ${quiet} "" ${print_output}] rc mac_address 128 proc get_host_gateway {host username password {quiet 1}} { [all …]
|
H A D | dump_utils.py | 27 def get_dump_dict(quiet=None): argument 54 quiet = int(gp.get_var_value(quiet, 1)) 56 output, stderr, rc = bsu.bmc_execute_command(cmd_buf, quiet=quiet) 62 def valid_dump(dump_id, dump_dict=None, quiet=None): argument 81 dump_dict = get_dump_dict(quiet=quiet) 103 def scp_dumps(targ_dir_path, targ_file_prefix="", dump_dict=None, quiet=None): argument 124 dump_list = get_dump_dict(quiet=quiet) 126 status, ret_values = grk.run_key("Open Connection for SCP", quiet=quiet) 134 "scp.Get File " + file_path + " " + targ_file_path, quiet=quiet
|
H A D | boot_utils.robot | 10 [Arguments] ${stack_mode}=${stack_mode} ${quiet}=${quiet} 24 # quiet If this parameter is set to ${1}, this 27 # global value of "${quiet}" 30 ... \ loc_stack_mode=${stack_mode} \ loc_quiet=${quiet} 36 [Arguments] ${stack_mode}=${stack_mode} ${quiet}=${quiet} 50 # quiet If this parameter is set to ${1}, this 53 # global value of "${quiet}" 56 ... \ loc_stack_mode=${stack_mode} \ loc_quiet=${quiet} 62 [Arguments] ${stack_mode}=${stack_mode} ${quiet}=${quiet} 76 # quiet If this parameter is set to ${1}, this [all …]
|
H A D | state.py | 466 quiet=None, argument 492 quiet = int(gp.get_var_value(quiet, 0)) 555 quiet=quiet, 585 quiet=None, argument 618 quiet = int(gp.get_var_value(quiet, 0)) 742 if not quiet: 753 date_cmd_buf, quiet=quiet, print_output=0 785 "quiet=${" + str(quiet) + "}", 913 quiet=quiet, 950 quiet=None, argument [all …]
|
H A D | gen_robot_keyword.py | 11 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 D | rest_client.robot | 32 [Arguments] ${uri} ${timeout}=30 ${quiet}=${QUIET} &{kwargs} 37 # quiet If enabled, turns off logging to console. 43 Initialize OpenBMC ${timeout} quiet=${quiet} 48 Run Keyword If '${quiet}' == '${0}' Log Request method=Get 51 Run Keyword If '${quiet}' == '${0}' Log Response ${resp} 59 [Arguments] ${uri} ${timeout}=10 ${quiet}=${QUIET} &{kwargs} 64 # quiet If enabled, turns off logging to console. 70 Initialize OpenBMC ${timeout} quiet=${quiet} 75 Run Keyword If '${quiet}' == '${0}' Log Request method=Post 78 Run Keyword If '${quiet}' == '${0}' Log Response ${ret} [all …]
|
H A D | bmc_ssh_utils.py | 20 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 D | gen_robot_plug_in.py | 18 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,
|
H A D | state_manager.robot | 110 [Arguments] ${host_attribute} ${quiet}=${QUIET} 114 # quiet Suppress REST output logging to console. 120 ... Read Attribute ${HOST_STATE_URI} ${host_attribute} quiet=${quiet} 192 [Arguments] ${quiet}=${QUIET} 193 # quiet - Suppress REST output logging to console. 196 ... quiet=${quiet} 202 [Arguments] ${quiet}=${QUIET} 204 # quiet Suppress REST output logging to console. 208 ... quiet=${quiet} 214 [Arguments] ${quiet}=${QUIET} [all …]
|
/openbmc/qemu/tests/docker/ |
H A D | docker.py | 239 def _do(self, cmd, quiet=True, **kwargs): argument 240 if quiet: 244 def _do_check(self, cmd, quiet=True, **kwargs): argument 245 if quiet: 302 quiet=True, user=False, argv=None, registry=None, argument 337 self._do(pull_args, quiet=quiet) 344 quiet=quiet) 346 def update_image(self, tag, tarball, quiet=True): argument 349 self._do_check(["build", "-t", tag, "-"], quiet=quiet, stdin=tarball) 358 def run(self, cmd, keep, quiet, as_user=False): argument [all …]
|
H A D | Makefile.include | 29 $(call quiet-command, cp "$(SRC_ARCHIVE)" $@/qemu.tar, \ 31 $(call quiet-command, cd $(SRC_PATH) && scripts/archive-source.sh $@/qemu.tar, \ 33 $(call quiet-command, cp $(SRC_PATH)/tests/docker/run $@/run, \ 40 $(call quiet-command, \ 42 $(if $V,,--quiet) \ 61 $(call quiet-command, \ 66 $(if $V,,--quiet) $(if $(NOCACHE),--no-cache) \ 71 $(call quiet-command, \ 72 $(DOCKER_SCRIPT) check --quiet qemu/debian-$* $< || \ 96 $(call quiet-command, \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/ |
H A D | init-valkey-server | 21 start-stop-daemon --start --quiet --exec /usr/bin/valkey-server -- $ARGS 25 start-stop-daemon --stop --quiet --exec /usr/bin/valkey-server 29 start-stop-daemon --stop --quiet --exec /usr/bin/valkey-server 38 start-stop-daemon --stop --test --quiet --exec /usr/bin/valkey-server 43 start-stop-daemon --stop --test --quiet --exec /usr/bin/valkey-server 48 start-stop-daemon --stop --test --quiet --exec /usr/bin/valkey-server 55 start-stop-daemon --stop --test --quiet --exec /usr/bin/valkey-server 62 start-stop-daemon --start --quiet --exec /usr/bin/valkey-server -- $ARGS
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
H A D | init-redis-server | 21 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.7/ |
H A D | init-redis-server | 21 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/poky/meta/recipes-core/glibc/glibc/ |
H A D | makedbs.sh | 26 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/s390-ccw/ |
H A D | Makefile | 16 quiet-@ = $(if $(V),,@$(if $1,printf "%s\n" "$(TARGET_PREFIX)$1" && )) 17 quiet-command = $(call quiet-@,$2 $@)$1 27 $(call quiet-command,$(CC) $(EXTRA_CFLAGS) $(QEMU_DGFLAGS) $(CFLAGS) \ 31 $(call quiet-command,$(CCAS) $(EXTRA_CFLAGS) $(QEMU_DGFLAGS) $(CFLAGS) \ 58 $(quiet-@)($(call cc-option,-Wno-stringop-overflow); \ 72 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling) 78 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling) 82 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling) 87 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling) 90 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling) [all …]
|
/openbmc/qemu/pc-bios/vof/ |
H A D | Makefile | 9 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 D | Makefile | 15 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/u-boot/scripts/dtc/pylibfdt/ |
H A D | libfdt.i_shipped | 51 # QUIET_ALL can be passed as the 'quiet' parameter to avoid exceptions 55 # Pass this as the 'quiet' parameter to return -ENOTFOUND on NOTFOUND errors, 80 def check_err(val, quiet=()): 87 quiet: Errors to ignore (empty to raise on all errors) 96 if -val not in quiet: 100 def check_err_null(val, quiet=()): 108 quiet: Errors to ignore (empty to raise on all errors) 115 is not in @quiet. 120 if -val not in quiet: 152 def next_node(self, nodeoffset, depth, quiet=()): [all …]
|
/openbmc/qemu/tests/ |
H A D | Makefile.include | 52 $(call quiet-command, \ 58 $(call quiet-command, \ 64 $(call quiet-command, \ 70 $(call quiet-command, \ 110 quiet-venv-pip = $(quiet-@)$(call quiet-command-run, \ 115 $(call quiet-venv-pip,install -e "$(SRC_PATH)/python/") 117 $(call quiet-command, touch $@) 120 $(call quiet-command, mkdir -p $@, \ 132 $(call quiet-command, \ 141 $(call quiet-command, \
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/ |
H A D | init | 21 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/openbmc/meta-openembedded/meta-oe/recipes-support/read-edid/read-edid/ |
H A D | 0001-get-edid-define-quiet-once.patch | 4 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/linux/Documentation/userspace-api/media/ |
H A D | Makefile | 25 @$($(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/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
H A D | lircd.init | 15 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/syslog-ng/files/ |
H A D | initscript | 27 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
|