| /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/qemu/ |
| H A D | hmp-commands-info.hx | 24 .help = "show the version of QEMU", 38 .help = "show the network state", 51 .help = "show the character devices", 65 .help = "show info of one block device or all block devices " 66 "(-n: show named nodes; -v: show details)", 79 .help = "show block device statistics", 92 .help = "show progress of ongoing block device operations", 105 .help = "show the cpu registers (-a: show register info for all cpus;" 106 " vcpu: specific vCPU to query; show the current CPU's registers if" 121 ….help = "show local apic state (apic-id: local apic to read, default is which of current CPU… [all …]
|
| /openbmc/webui-vue/src/plugins/ |
| H A D | toast.js | 28 show(options) { method in app.config.globalProperties.$toast 36 this.show({ 47 this.show({ 60 this.show({ 71 this.show({
|
| /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/openbmc/meta-facebook/meta-anacapa/recipes-phosphor/network/phosphor-network/ |
| H A D | ncsi-bounce | 5 ip link show "$1" | awk -F':' 'NR==1 {print $1}' 38 if ip link show eth1 >/dev/null 2>&1 ; then 40 elif ip link show eth0 >/dev/null 2>&1 ; then
|
| /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/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | projectpage.js | 68 $("#project-page").show(); 75 $("#project-created-notification").show(); 187 noMostBuilt.show(); 191 freqBuildBtn.show(); 235 invalidMachineNameHelp.show(); 256 machineNameTitle.show(); 257 machineChangeFormToggle.show(); 310 distroNameTitle.show(); 311 distroChangeFormToggle.show(); 364 $(this).find('[data-role="loading-state"]').show();
|
| H A D | newcustomimage_modal.js | 97 newCustomImgBtn.find('[data-role="submit-state"]').show(); 108 newCustomImgBtn.find('[data-role="loading-state"]').show(); 115 invalidNameHelp.show(); 121 invalidRecipeHelp.show(); 204 imageSelector.show();
|
| H A D | importlayer.js | 236 importAndAddHint.show(); 260 $('#invalid-layer-revision-hint').show(); 330 $("#invalid-layer-name-hint").show(); 337 $(".fields-apart-from-layer-name").show(); 423 $('#hintError-dir-abs-path').show(); 424 $('#hintError-dir-path-starts-with-slash').show(); 438 $('#hintError-dir-abs-path').show(); 439 $('#hintError-dir-path-starts-with-slash').show(); 443 $('#hintError-dir-path').show();
|
| H A D | table.js | 72 clearSearchElements.show(); 86 $("#no-results-special-"+ctx.tableName).show(); 90 $("#no-results-"+ctx.tableName).show(); 95 $("#empty-state-"+ctx.tableName).show(); 101 tableContainer.show(); 143 $(".get-help").tooltip({container:'body', html:true, delay:{show:300}}); property in AnonymousClass170eed3b0401.delay 241 header.find('.icon-caret-down').show(); 243 header.find('.icon-caret-up').show(); 323 show: 400, property in AnonymousClass170eed3b0801.delay 400 parent.children('.icon-caret-up').show(); [all …]
|
| H A D | layerdetails.js | 119 mParent.find(".cancel").show(); 134 mParent.children(".current-value").show(); 140 mParent.children(".delete-current-value").show(); 143 mParent.children(".glyphicon-edit").show(); 182 $("#no-recipes-yet").show(); 198 $("#no-machines-yet").show(); 367 dd.find(".text-muted").show(); 484 editLayerSource.show();
|
| /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(" ")
|
| H A D | dirsize.py | 52 def show(self, minsize): member in Record 58 total += r.show(minsize) 69 total = rootfs.show(minsize)
|
| /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/webui-vue/src/components/Global/ |
| H A D | Alert.vue | 2 <b-alert :show="show" :variant="variant" :class="{ small }"> 36 show: {
|
| /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/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/smbios-mdr/tools/ |
| H A D | sst-info.sh | 131 echo "$0 (show|set-config|set-bf) [ARGS...]" 133 echo "show (Default action) - show info"
|
| /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.
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
| H A D | hwclock.sh | 71 show) 74 hwclock $tz --show
|
| /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/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/ |
| H A D | 0001-Remove-fcf-protection-full.patch | 23 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option \ 34 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option \ 45 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option \ 55 -fdiagnostics-show-option \
|
| /openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/mctp/files/ |
| H A D | mctp_init.sh | 6 ip link show "$1" | grep -q ".*UP.*" 12 mctp addr show "$iface" 2>/dev/null | grep -q "eid $eid"
|
| /openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/mctp/files/ |
| H A D | mctp_init.sh | 6 ip link show "$1" | grep -q ".*UP.*" 12 mctp addr show "$iface" 2>/dev/null | grep -q "eid $eid"
|
| /openbmc/phosphor-webui/app/common/directives/ |
| H A D | firmware-list.js | 29 firmware.extended.show = !firmware.extended.show;
|