| /openbmc/bmcweb/test/redfish-core/include/utils/ |
| H A D | query_param_test.cpp | 32 Query query{ in TEST() 38 Query delegated = delegate(capabilities, query); in TEST() 45 Query query{ in TEST() 53 Query delegated = delegate(capabilities, query); in TEST() 62 Query query{ in TEST() 68 Query delegated = delegate(capabilities, query); in TEST() 75 Query query{ in TEST() 79 Query delegated = delegate(QueryCapabilities{}, query); in TEST() 85 Query query{ in TEST() 88 Query delegated = delegate(QueryCapabilities{}, query); in TEST() [all …]
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | query_param.hpp | 168 struct Query struct 211 inline Query delegate(const QueryCapabilities& queryCapabilities, Query& query) in delegate() 213 Query delegated{}; in delegate() 259 inline bool getExpandType(std::string_view value, Query& query) in getExpandType() 327 inline QueryError getSkipParam(std::string_view value, Query& query) in getSkipParam() 332 inline QueryError getTopParam(std::string_view value, Query& query) in getTopParam() 341 if (query.top > Query::maxTop) in getTopParam() 356 inline bool getSelectParam(std::string_view value, Query& query) in getSelectParam() 382 inline bool getFilterParam(std::string_view value, Query& query) in getFilterParam() 388 inline std::optional<Query> parseParameters(boost::urls::params_view urlParams, in parseParameters() [all …]
|
| H A D | eventlog_utils.hpp | 332 query_param::Query& delegatedQuery, LogServiceParent parent) in handleSystemsAndManagersLogServiceEventLogLogEntryCollection() 334 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
|
| /openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
| H A D | __env.hpp | |
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | query.hpp | 122 query_param::Query& delegated, in setUpRedfishRouteWithDelegation() 140 std::optional<query_param::Query> queryOpt = in setUpRedfishRouteWithDelegation() 216 query_param::Query delegated; in setUpRedfishRoute()
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu_features_def.h.inc | 34 DEF_FEAT(AP_QUERY_CONFIG_INFO, "apqci", STFL, 12, "Query AP Configuration Information facility") 224 DEF_FEAT(PTFF_QTO, "ptff-qto", PTFF, 1, "PTFF Query TOD Offset") 225 DEF_FEAT(PTFF_QSI, "ptff-qsi", PTFF, 2, "PTFF Query Steering Information") 226 DEF_FEAT(PTFF_QPT, "ptff-qpc", PTFF, 3, "PTFF Query Physical Clock") 227 DEF_FEAT(PTFF_QUI, "ptff-qui", PTFF, 4, "PTFF Query UTC Information") 228 DEF_FEAT(PTFF_QTOU, "ptff-qtou", PTFF, 5, "PTFF Query TOD Offset User") 229 DEF_FEAT(PTFF_QTSE, "ptff-qtse", PTFF, 6, "PTFF Query Time-Stamp Event") 230 DEF_FEAT(PTFF_QSIE, "ptff-qsie", PTFF, 10, "PTFF Query Steering Information Extended") 231 DEF_FEAT(PTFF_QTOUE, "ptff-qtoue", PTFF, 13, "PTFF Query TOD Offset User Extended") 258 DEF_FEAT(KMAC_QAI, "kmac-qai", KMAC, 127, "KMAC Query-Authentication-Information") [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-cassandra-driver_3.29.2.bb | 4 exclusively Cassandra's binary protocol and Cassandra Query Language v3."
|
| /openbmc/qemu/qapi/ |
| H A D | accelerator.json | 44 # Query accelerator statistics
|
| H A D | trace.json | 48 # Query the state of events.
|
| H A D | yank.json | 105 # Query yank instances. See `YankInstance` for more information.
|
| H A D | misc-i386.json | 160 # Query the SEV/SEV-ES guest launch information. 425 # Query the Xen event channels opened by the guest.
|
| H A D | dump.json | 149 # Query latest dump status.
|
| H A D | machine.json | 314 # Query the guest UUID information. 1673 # Query interrupt statistics 1690 # Query TCG compiler statistics 1708 # Query NUMA topology information 1725 # Query system ramblock information 1742 # Query information on the registered ROMS 1759 # Query information on the USB devices 1828 # Query information on interrupt controller devices
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0007-FF-A-v15-arm_ffa-introduce-sandbox-test-cases-for-UC.patch | 303 + /* Query partitions count using invalid arguments */ 311 + /* Query partitions count using an invalid UUID string */ 315 + /* Query partitions count using an invalid UUID (no matching SP) */ 320 + /* Query partitions data using a valid UUID */
|
| H A D | 0005-FF-A-v15-arm_ffa-introduce-armffa-command.patch | 143 + * Query a secure partition information. The secure partition UUID is provided 256 + * Query the device belonging to the UCLASS_FFA
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | manager_logservices_journal_eventlog.hpp | 39 query_param::Query delegatedQuery; in handleManagersLogServiceEventLogLogEntryCollection()
|
| H A D | systems_logservices_hostlogger.hpp | 160 query_param::Query delegatedQuery; in handleSystemsLogServicesHostloggerEntriesGet() 199 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesHostloggerEntriesGet()
|
| H A D | systems_logservices_journal_eventlog.hpp | 41 query_param::Query delegatedQuery; in handleSystemsLogServiceEventLogLogEntryCollection()
|
| H A D | manager_logservices_journal.hpp | 151 query_param::Query delegatedQuery; in handleManagersJournalLogEntryCollectionGet() 165 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleManagersJournalLogEntryCollectionGet()
|
| H A D | systems_logservices_postcodes.hpp | 469 query_param::Query delegatedQuery; in handleSystemsLogServicesPostCodesEntriesGet() 500 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesPostCodesEntriesGet()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm/ |
| H A D | 0001-fix-cstdint-error-with-gcc-15.0.1.patch | 36 struct Query {
|
| /openbmc/phosphor-led-sysfs/ |
| H A D | README.md | 51 Query the LED State
|
| /openbmc/qemu/qga/vss-win32/ |
| H A D | provider.cpp | 156 STDMETHODIMP Query( 269 STDMETHODIMP CQGAVssProvider::Query( in Query() function in CQGAVssProvider
|
| /openbmc/docs/ |
| H A D | IPMITOOL-cheatsheet.md | 104 ### 2. Query related SDR information in BMC 193 ### 3. Query the reason for the last system restart.(not supported) 305 ### 1. Query the relevant information about SEL and its content in BMC
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 236.out | 370 --- Final Query ---
|