/openbmc/qemu/ |
H A D | hmp-commands-info.hx | 16 Show various information about the system state. 24 .help = "show the version of QEMU", 31 Show the version of QEMU. 38 .help = "show the network state", 44 Show the network state. 51 .help = "show the character devices", 58 Show the character devices. 65 .help = "show info of one block device or all block devices " 66 "(-n: show named nodes; -v: show details)", 72 Show info of one block device or all block devices. [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.t1040-l2switch | 27 - enable/disable a port or show its configuration (speed, duplexity, status, etc.) 37 ethsw [port <port_no>] { enable | disable | show } - enable/disable a port; show a port's configura… 38 ethsw [port <port_no>] statistics { [help] | [clear] } - show an l2 switch port's statistics 39 ethsw [port <port_no>] learning { [help] | show | auto | disable } - enable/disable/show learning c… 40 …ort_no>] [vlan <vid>] fdb { [help] | show | flush | { add | del } <mac> } - add/delete a mac entry… 42 ethsw [port <port_no>] pvid { [help] | show | <pvid> } - set/show PVID (ingress and egress VLAN tag… 43 ethsw [port <port_no>] vlan { [help] | show | add <vid> | del <vid> } - add a VLAN to a port (VLAN … 44 ethsw [port <port_no>] untagged { [help] | show | all | none | pvid } - set egress tagging mode for… 45 ethsw [port <port_no>] egress tag { [help] | show | pvid | classified } - configure VID source for … 47 ethsw vlan fdb { [help] | show | shared | private } - make VLAN learning shared or private [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | bblayers.py | 24 result = runCmd('bitbake-layers layerindex-show-depends meta-poky') 26 …dded-core should have been listed at this step. bitbake-layers layerindex-show-depends meta-poky o… 29 result = runCmd('bitbake-layers show-cross-depends') 33 result = runCmd('bitbake-layers show-layers') 39 result = runCmd('bitbake-layers show-appends') 43 result = runCmd('bitbake-layers show-overlayed') 62 result = runCmd('bitbake-layers show-layers') 63 …"This test cannot run with meta-skeleton in bblayers.conf. bitbake-layers show-layers output: %s" … 65 result = runCmd('bitbake-layers show-layers') 66 … meta-skeleton layer was not added to conf/bblayers.conf. bitbake-layers show-layers output: %s" … [all …]
|
/openbmc/u-boot/tools/buildman/ |
H A D | cmdline.py | 20 help='Show changes in function code size for each board') 30 help='Show detailed information for each board in summary') 34 default=False, help='Show errors and warnings') 62 parser.add_option('-K', '--show-config', action='store_true', 63 … default=False, help='Show configuration changes in summary (both board config files and Kconfig)') 67 default=False, help='Show a list of boards next to each error/warning') 86 default=False, help='Show a build summary') 87 parser.add_option('-S', '--show-sizes', action='store_true', 88 default=False, help='Show image size variation in summary') 98 default=False, help='Show boards with unknown build result') [all …]
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | firmware-list.html | 29 … ng-show="firmware.activationStatus == 'Functional' || firmware.activationStatus == 'Active'"> 33 … ng-show="firmware.activationStatus == 'Functional' || firmware.activationStatus == 'Active'"> 44 ng-class="{'active':firmware.isExtended}" ng-show="firmware.isExtended"> 48 …<div class="icon__more-dropdown" ng-show="firmware.extended.show" click-outside="firmware.extended… 54 …<button class="firmware__action-link" ng-show="firmware.activationStatus == 'Ready' || firmware.ac… 55 …<button class="firmware__action-link" ng-show="firmware.activationStatus != 'Functional'" ng-click…
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | log.py | 1 # resulttool - Show logs 84 parser = subparsers.add_parser('log', help='show logs', 85 description='show the logs from test results', 93 help='show logs for a ptest') 97 help='show logs for a reproducible test') 102 help='show raw (ptest) logs. Deprecated. Alias for "--raw-ptest"', dest='raw_ptest') 104 help='show raw ptest log') 106 help='show raw reproducible build logs')
|
/openbmc/smbios-mdr/tools/ |
H A D | sst-info.sh | 66 show() { function 123 action=${1:-show} 126 show) show ;; 131 echo "$0 (show|set-config|set-bf) [ARGS...]" 133 echo "show (Default action) - show info"
|
/openbmc/openbmc/poky/bitbake/doc/ |
H A D | bitbake.1 | 44 Show summary of options. 47 Show version of program. 70 Depending on the base.bbclass a listtasks task is defined and will show 88 .B \-s, \-\-show-versions 89 show current and preferred versions of all packages 92 show the global or per-recipe environment (this is what used to be bbread) 102 Show debug logging for the specified logging domains
|
/openbmc/qemu/python/ |
H A D | avocado.cfg | 5 # Don't show stdout/stderr in the test *summary* 9 # Don't show the full debug.log output; only select stdout/stderr. 12 # Show full stdout/stderr only on tests that FAIL
|
/openbmc/qemu/docs/system/s390x/ |
H A D | css.rst | 13 there will show up in channel subsystem image ``0`` to guests that do not 43 prior to this one), this will show up as ``0.0.0000`` under subchannel 53 If added to the same Linux guest as above, it would show up as ``0.0.0042`` 63 If added to the same Linux guest as above, it would show up as ``0.2.1111`` 73 This would not show up in a standard Linux guest. 82 This would not show up in a standard Linux guest, either, as ``0`` is not
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | newcustomimage_modal.js | 93 // enable text entry, show "Create image" button text 97 newCustomImgBtn.find('[data-role="submit-state"]').show(); 102 // disable text entry, show "Creating image..." button text; 108 newCustomImgBtn.find('[data-role="loading-state"]').show(); 115 invalidNameHelp.show(); 121 invalidRecipeHelp.show(); 152 * if recipes is a single recipe, just show the text box to set the 154 * show a set of radio buttons so the user can decide which to use as the 203 // show the radio button container 204 imageSelector.show();
|
H A D | projectpage.js | 67 /* Now we're really ready show the page */ 68 $("#project-page").show(); 75 $("#project-created-notification").show(); 110 /* Show the alert message */ 187 noMostBuilt.show(); 191 freqBuildBtn.show(); 235 invalidMachineNameHelp.show(); 256 machineNameTitle.show(); 257 machineChangeFormToggle.show(); 288 /* Show the alert message */ [all …]
|
/openbmc/webui-vue/docs/guide/components/alerts/ |
H A D | index.md | 13 <alert show variant="warning">This is a warning message</alert> 14 <alert show variant="danger">This is an error message</alert> 15 <alert show variant="info">This is an info message</alert>
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qom.py | 9 -h, --help show this help message and exit 16 tree Show QOM tree from a given path 61 -h, --help show this help message and exit 108 -h, --help show this help message and exit 156 -h, --help show this help message and exit 192 QOM Command - Show the full tree below a given path. 196 Show QOM tree from a given path 202 -h, --help show this help message and exit 208 help = 'Show QOM tree from a given path'
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbg/ |
H A D | libusbg_git.bb | 17 ALTERNATIVE:${PN} = "gadget-acm-ecm show-gadgets" 19 ALTERNATIVE_LINK_NAME[show-gadgets] = "${bindir}/show-gadgets"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/ |
H A D | 0002-tests-Use-head-n1-for-busybox-compatibility.patch | 10 tests/keyctl/show/noargs/runtest.sh | 2 +- 36 diff --git a/tests/keyctl/show/noargs/runtest.sh b/tests/keyctl/show/noargs/runtest.sh 38 --- a/tests/keyctl/show/noargs/runtest.sh 39 +++ b/tests/keyctl/show/noargs/runtest.sh
|
/openbmc/qemu/scripts/ |
H A D | rdma-migration-helper.sh | 6 ip -4 -o addr show dev "$1" | 12 ipv6=$(ip -6 -o addr show dev "$1" | 28 rdma link show | sed -nE 's/^link .* netdev ([^ ]+).*$/\1 /p' | 35 ip -o addr show | awk '/inet / {print $2}' | grep -Ev '^(lo|tun|tap)' 40 ip -o addr show | awk '/inet6 / {print $2}' | grep -Ev '^(lo|tun|tap)'
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | user-accounts-modal-user.html | 75 <span ng-show="form.username.$error.required"> 77 <span ng-show="form.username.$error.minlength || form.username.$error.maxlength"> 79 <span ng-show="form.username.$error.pattern"> 81 <span ng-show="form.username.$error.duplicateUsername"> 126 <span ng-show="form.password.$error.required"> 128 <span ng-show="form.password.$error.minlength || form.password.$error.maxlength"> 150 <span ng-show="form.passwordConfirm.$error.required"> 152 <span ng-show="form.passwordConfirm.$error.passwordConfirm" 155 … <span ng-show="form.passwordConfirm.$error.minlength || form.passwordConfirm.$error.maxlength">
|
/openbmc/webui-vue/src/components/Global/ |
H A D | Alert.vue | 2 <b-alert :show="show" :variant="variant" :class="{ small }"> 36 show: {
|
/openbmc/u-boot/cmd/ |
H A D | nvedit_efi.c | 37 * efi_dump_single_var() - show information about a UEFI variable 42 * Show information encoded in one UEFI variable 88 * efi_dump_vars() - show information about named UEFI variables 94 * Show information encoded in named UEFI variables 131 * efi_dump_vars() - show information about all the UEFI variables 135 * Show information encoded in all the UEFI variables 182 * do_env_print_efi() - show information about UEFI variables 192 * If one or more variable names are specified, show information 193 * named UEFI variables, otherwise show all the UEFI variables. 208 /* show specified UEFI variables */ in do_env_print_efi() [all …]
|
H A D | nvme.c | 47 "nvme detail - show details of current NVMe device\n" 48 "nvme info - show all available NVMe devices\n" 49 "nvme device [dev] - show or set current NVMe device\n"
|
/openbmc/dbus-sensors/src/intel-cpu/ |
H A D | IntelCPUSensor.cpp | 55 const std::string& sensorConfiguration, int cpuId, bool show, in IntelCPUSensor() argument 62 dtsOffset(dtsOffset), show(show) in IntelCPUSensor() 64 if (show) in IntelCPUSensor() 112 if (show) in ~IntelCPUSensor() 163 if (show) in setupRead() 285 if (show) in handleResponse() 317 if (show) in handleResponse() 346 if (show) in checkThresholds()
|
/openbmc/openbmc/poky/scripts/tiny/ |
H A D | ksize.py | 41 def show(self, indent=""): member in Sizes 86 def show(self, indent=""): member in Report 91 self.sizes.show(indent) 95 p.sizes.show(indent) 145 vmlinux.show() 148 b.show() 152 d.show(" ")
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/ |
H A D | 0001-openbox-xdg-autostart-convert-to-python3.patch | 84 - print " --list Show a list of the files which would be run" 88 - print " --help Show this help and exit" 89 - print " --version Show version and copyright information" 107 + print(" --list Show a list of the files which would be run") 111 + print(" --help Show this help and exit") 112 + print(" --version Show version and copyright information")
|
/openbmc/u-boot/scripts/ |
H A D | coccicheck | 49 # $ make coccicheck MODE=report DEBUG_FILE="all.err" SPFLAGS="--profile --show-trying" M=./drivers/… 51 # "--show-trying" should show you what rule is being processed as it goes to 57 echo $SPFLAGS | egrep -e "--profile|--show-trying" 2>&1 > /dev/null 112 FLAGS="--no-show-diff $FLAGS" 234 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \ 238 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1 241 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
|