/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | query_param_test.cpp | 32 Query query{ in TEST() local 38 Query delegated = delegate(capabilities, query); in TEST() 40 EXPECT_FALSE(query.isOnly); in TEST() 45 Query query{ in TEST() local 53 Query delegated = delegate(capabilities, query); in TEST() 57 EXPECT_EQ(query.expandLevel, 5); in TEST() 62 Query query{ in TEST() local 68 Query delegated = delegate(capabilities, query); in TEST() 70 EXPECT_EQ(query.isOnly, true); in TEST() 75 Query query{ in TEST() local [all …]
|
/openbmc/qemu/qapi/ |
H A D | pragma.json | 31 'query-tpm-models', 32 'query-tpm-types', 82 'ACPISlotType', # query-acpi-ospm-status 86 'BlockDeviceInfo', # query-block 87 'BlockDeviceStats', # query-blockstats 88 'BlockDeviceTimedStats', # query-blockstats 90 'BlockInfo', # query-block 92 'BlockdevDriver', # blockdev-add, query-blockstats, ... 100 'NetdevTapOptions', # netdev_add, query-netdev, -netdev 103 'PciBusInfo', # query-pci [all …]
|
H A D | misc-i386.json | 29 # An enumeration of SEV state information used during `query-sev`. 127 # @query-sev: 139 # -> { "execute": "query-sev" } 144 { 'command': 'query-sev', 'returns': 'SevInfo' } 158 # @query-sev-launch-measure: 160 # Query the SEV/SEV-ES guest launch information. 177 # -> { "execute": "query-sev-launch-measure" } 180 { 'command': 'query-sev-launch-measure', 'returns': 'SevLaunchMeasureInfo' } 209 # @query-sev-capabilities: 222 # -> { "execute": "query-sev-capabilities" } [all …]
|
H A D | machine.json | 105 # @query-cpus-fast: 113 # -> { "execute": "query-cpus-fast" } 140 { 'command': 'query-cpus-fast', 'returns': [ 'CpuInfoFast' ] } 194 # present when `query-machines` argument @compat-props is true. 213 # @query-machines: 228 # -> { "execute": "query-machines", "arguments": { "compat-props": true } } 249 { 'command': 'query-machines', 268 # @query-current-machine: 274 { 'command': 'query-current-machine', 'returns': 'CurrentMachineParams' } 289 # @query-target: [all …]
|
H A D | tpm.json | 28 # @query-tpm-models: 36 # -> { "execute": "query-tpm-models" } 39 { 'command': 'query-tpm-models', 'returns': ['TpmModel'], 57 # @query-tpm-types: 65 # -> { "execute": "query-tpm-types" } 68 { 'command': 'query-tpm-types', 'returns': ['TpmType'], 163 # @query-tpm: 171 # -> { "execute": "query-tpm" } 187 { 'command': 'query-tpm', 'returns': ['TPMInfo'],
|
H A D | accelerator.json | 28 # @query-kvm: 36 # -> { "execute": "query-kvm" } 39 { 'command': 'query-kvm', 'returns': 'KvmInfo' } 44 # Query accelerator statistics
|
H A D | dump.json | 82 # `query-dump`. (since 2.6). 131 # The result format for `query-dump`. 147 # @query-dump: 149 # Query latest dump status. 157 # -> { "execute": "query-dump" } 161 { 'command': 'query-dump', 'returns': 'DumpQueryResult' } 198 # @query-dump-guest-memory-capability: 208 # -> { "execute": "query-dump-guest-memory-capability" } 212 { 'command': 'query-dump-guest-memory-capability',
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | query_param.hpp | 167 // The struct stores the parsed query parameters of the default Redfish route. 168 struct Query struct 195 // query parameters themselves, so that the default Redfish route will delegate 206 // Delegates query parameters according to the given |queryCapabilities| 207 // This function doesn't check query parameter conflicts since the parse 209 // Returns a delegated query object which can be used by individual resource 210 // handlers so that handlers don't need to query again. 211 inline Query delegate(const QueryCapabilities& queryCapabilities, Query& query) in delegate() argument 213 Query delegated{}; in delegate() 215 if (query.isOnly && queryCapabilities.canDelegateOnly) in delegate() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | qmp-cmd-test.c | 22 /* Query smoke tests */ 32 { "query-spice", ERROR_CLASS_COMMAND_NOT_FOUND }, in query_error_class() 35 { "query-replay", ERROR_CLASS_COMMAND_NOT_FOUND }, in query_error_class() 38 { "query-vnc", ERROR_CLASS_GENERIC_ERROR }, in query_error_class() 39 { "query-vnc-servers", ERROR_CLASS_GENERIC_ERROR }, in query_error_class() 42 { "query-xen-replication-status", ERROR_CLASS_COMMAND_NOT_FOUND }, in query_error_class() 45 { "query-acpi-ospm-status", ERROR_CLASS_GENERIC_ERROR }, in query_error_class() 46 { "query-balloon", ERROR_CLASS_DEVICE_NOT_ACTIVE }, in query_error_class() 47 { "query-hotpluggable-cpus", ERROR_CLASS_GENERIC_ERROR }, in query_error_class() 48 { "query-hv-balloon-status-report", ERROR_CLASS_GENERIC_ERROR }, in query_error_class() [all …]
|
/openbmc/qemu/chardev/ |
H A D | wctablet.c | 72 /* Query string from serial */ 73 uint8_t query[100]; member 98 memmove(tablet->query, tablet->query + count, tablet->query_index); in wctablet_shift_input() 99 tablet->query[tablet->query_index] = 0; in wctablet_shift_input() 218 for (i = 0; i < len && tablet->query_index < sizeof(tablet->query) - 1; i++) { in wctablet_chr_write() 219 tablet->query[tablet->query_index++] = buf[i]; in wctablet_chr_write() 221 tablet->query[tablet->query_index] = 0; in wctablet_chr_write() 223 while (tablet->query_index > 0 && (tablet->query[0] == '@' || in wctablet_chr_write() 224 tablet->query[0] == '\r' || in wctablet_chr_write() 225 tablet->query[0] == '\n')) { in wctablet_chr_write() [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | gtk-immodules-cache.bbclass | 25 if [ ! -z `which gtk-query-immodules-2.0` ]; then 26 gtk-query-immodules-2.0 > ${libdir}/gtk-2.0/2.10.0/immodules.cache 28 if [ ! -z `which gtk-query-immodules-3.0` ]; then 30 gtk-query-immodules-3.0 > ${libdir}/gtk-3.0/3.0.0/immodules.cache 45 if [ ! -z `which gtk-query-immodules-2.0` ]; then 46 gtk-query-immodules-2.0 > ${libdir}/gtk-2.0/2.10.0/immodules.cache 48 if [ ! -z `which gtk-query-immodules-3.0` ]; then 49 gtk-query-immodules-3.0 > ${libdir}/gtk-3.0/3.0.0/immodules.cache
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 118 | 84 result = self.vm.qmp('query-block') 94 result = self.vm.qmp('query-block') 104 result = self.vm.qmp('query-block') 114 result = self.vm.qmp('query-block') 125 result = self.vm.qmp('query-block') 138 result = self.vm.qmp('query-block') 151 result = self.vm.qmp('query-block') 160 result = self.vm.qmp('query-block') 171 result = self.vm.qmp('query-block') 185 result = self.vm.qmp('query-block') [all …]
|
H A D | 234 | 77 iotests.log(vm_a.qmp('query-migrate')['return']['status']) 78 iotests.log(vm_b.qmp('query-migrate')['return']['status']) 80 iotests.log(vm_a.qmp('query-status')) 81 iotests.log(vm_b.qmp('query-status')) 106 iotests.log(vm_a.qmp('query-migrate')['return']['status']) 107 iotests.log(vm_b.qmp('query-migrate')['return']['status']) 109 iotests.log(vm_a.qmp('query-status')) 110 iotests.log(vm_b.qmp('query-status'))
|
H A D | 219 | 32 result = vm.qmp('query-jobs') 48 result = vm.qmp('query-jobs') 59 result = vm.qmp('query-jobs') 63 # any further; therefore, the query-jobs result can be 65 iotests.log(vm.qmp('query-jobs')) 80 # filter out the progress. Later query-job calls don't need the filtering 82 result = vm.qmp('query-jobs') 93 while vm.qmp('query-jobs')['return'][0]['total-progress'] < img_size: 117 iotests.log(vm.qmp('query-jobs')) 146 iotests.log(vm.qmp('query-jobs')) [all …]
|
H A D | 227 | 4 # Test query-blockstats with different ways to create a BB 65 { "execute": "query-blockstats"} 75 { "execute": "query-blockstats"} 85 { "execute": "query-blockstats"} 95 { "execute": "query-blockstats"}
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/ |
H A D | 0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch | 4 Subject: [PATCH] ENGR00312515: get caps from src pad when query caps 22 @@ -1796,6 +1796,19 @@ gst_tag_demux_pad_query (GstPad * pad, GstObject * parent, GstQuery * query) 29 + /* We can hijack caps query if we typefind already */ 31 + gst_query_set_caps_result (query, demux->priv->src_caps); 34 + res = gst_pad_query_default (pad, parent, query); 40 res = gst_pad_query_default (pad, parent, query);
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | typeahead.jquery.js | 451 this.query = this.$input.val(); 452 this.queryWhenFocused = this.hasFocus() ? this.query : null; 468 this.queryWhenFocused = this.query; 518 areEquivalent = areQueriesEquivalent(val, this.query); 519 hasDifferentWhitespace = areEquivalent ? this.query.length !== val.length : false; 520 this.query = val; 522 this.trigger("queryChanged", this.query); 524 this.trigger("whitespaceChanged", this.query); 556 return this.query || ""; 563 return this.query !== this.queryWhenFocused; [all …]
|
/openbmc/qemu/hw/ufs/ |
H A D | trace-events | 31 ufs_err_query_flag_not_readable(uint8_t idn) "query flag idn 0x%"PRIx8" is denied to read" 32 ufs_err_query_flag_not_writable(uint8_t idn) "query flag idn 0x%"PRIx8" is denied to write" 33 ufs_err_query_attr_not_readable(uint8_t idn) "query attribute idn 0x%"PRIx8" is denied to read" 34 ufs_err_query_attr_not_writable(uint8_t idn) "query attribute idn 0x%"PRIx8" is denied to write" 35 ufs_err_query_invalid_opcode(uint8_t opcode) "query request has invalid opcode. opcode: 0x%"PRIx8"" 36 ufs_err_query_invalid_idn(uint8_t opcode, uint8_t idn) "query request has invalid idn. opcode: 0x%"… 37 ufs_err_query_invalid_index(uint8_t opcode, uint8_t index) "query request has invalid index. opcode…
|
/openbmc/u-boot/board/cavium/thunderx/ |
H A D | Kconfig | 20 bool "Enable ATF query commands" 23 Enable vendor specific ATF query commands such as SPI and SD/MMC 24 devices access, low level environment query, boot device layout
|
/openbmc/qemu/docs/devel/ |
H A D | s390-cpu-topology.rst | 21 Additions to query-cpus-fast 24 The command query-cpus-fast allows querying the topology tree and 29 { "execute": "query-cpus-fast" } 156 QAPI query command: query-s390x-cpu-polarization 159 The query command query-s390x-cpu-polarization returns the current 165 { "execute": "query-s390x-cpu-polarization" }
|
/openbmc/qemu/tests/functional/ |
H A D | test_cpu_queries.py | 3 # Sanity check of query-cpu-* results 17 Run query-cpu-model-expansion for each CPU model, and validate results 25 cpus = self.vm.cmd('query-cpu-definitions') 32 e = self.vm.cmd('query-cpu-model-expansion', model=model,
|
/openbmc/openbmc/poky/scripts/postinst-intercepts/ |
H A D | update_gtk_immodules_cache | 8 if [ -x $D${libexecdir}/${binprefix}gtk-query-immodules-2.0 ]; then 9 …PSEUDO_UNLOAD=1 ${binprefix}qemuwrapper -L $D $D${libexecdir}/${binprefix}gtk-query-immodules-2.0 \ 14 if [ -x $D${libexecdir}/${binprefix}gtk-query-immodules-3.0 ]; then 15 …PSEUDO_UNLOAD=1 ${binprefix}qemuwrapper -L $D $D${libexecdir}/${binprefix}gtk-query-immodules-3.0 \
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | ServiceRoot.v1_19_0.json | 54 …: "This type shall contain information about the support of the `$expand` query parameter by the s… 71 …ation of whether the service supports the asterisk (`*`) option of the `$expand` query parameter.", 72 …ndicate whether this service supports the asterisk (`*`) option of the `$expand` query parameter.", 78 …indication of whether the service supports the `$levels` option of the `$expand` query parameter.", 79 …hall indicate whether the service supports the `$levels` option of the `$expand` query parameter.", 85 …ication of whether this service supports the tilde (`~`) option of the `$expand` query parameter.", 86 …whether this service supports the supports the tilde (~) option of the `$expand` query parameter.", 92 … "description": "The maximum `$levels` option value in the `$expand` query parameter.", 93 …roperty shall contain the maximum `$levels` option value in the `$expand` query parameter. This p… 100 …ication of whether the service supports the period (`.`) option of the `$expand` query parameter.", [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | ServiceRoot.v1_19_0.json | 54 …: "This type shall contain information about the support of the `$expand` query parameter by the s… 71 …ation of whether the service supports the asterisk (`*`) option of the `$expand` query parameter.", 72 …ndicate whether this service supports the asterisk (`*`) option of the `$expand` query parameter.", 78 …indication of whether the service supports the `$levels` option of the `$expand` query parameter.", 79 …hall indicate whether the service supports the `$levels` option of the `$expand` query parameter.", 85 …ication of whether this service supports the tilde (`~`) option of the `$expand` query parameter.", 86 …whether this service supports the supports the tilde (~) option of the `$expand` query parameter.", 92 … "description": "The maximum `$levels` option value in the `$expand` query parameter.", 93 …roperty shall contain the maximum `$levels` option value in the `$expand` query parameter. This p… 100 …ication of whether the service supports the period (`.`) option of the `$expand` query parameter.", [all …]
|
/openbmc/qemu/docs/system/ |
H A D | managed-startup.rst | 17 This paused state is typically used by users to query machine state and/or 32 - ``query-qmp-schema`` 33 - ``query-commands`` 34 - ``query-status``
|