/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 | 165 struct Query struct 208 inline Query delegate(const QueryCapabilities& queryCapabilities, Query& query) in delegate() 210 Query delegated{}; in delegate() 256 inline bool getExpandType(std::string_view value, Query& query) in getExpandType() 324 inline QueryError getSkipParam(std::string_view value, Query& query) in getSkipParam() 329 inline QueryError getTopParam(std::string_view value, Query& query) in getTopParam() 338 if (query.top > Query::maxTop) in getTopParam() 353 inline bool getSelectParam(std::string_view value, Query& query) in getSelectParam() 379 inline bool getFilterParam(std::string_view value, Query& query) in getFilterParam() 385 inline std::optional<Query> parseParameters(boost::urls::params_view urlParams, in parseParameters() [all …]
|
/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() 190 query_param::Query delegated; in setUpRedfishRoute()
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-selftests.rst | 33 # Query selftests supported on the devlink device 35 # Query selftests supported on all devlink devices
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | firewire-cdev | 22 - Query node ID 23 - Query maximum speed of the path between this node 34 - Query node IDs of local node, root node, IRM, bus 36 - Query cycle time
|
/openbmc/linux/Documentation/input/devices/ |
H A D | iforce-protocol.rst | 218 Query command. Length varies according to the query type. 225 Query ram size 236 Query number of effects 254 Query the vendors'id (2 bytes) 263 Query the product id (2 bytes) 283 Query effect
|
/openbmc/linux/Documentation/driver-api/rapidio/ |
H A D | mport_cdev.rst | 34 - Query logical index of mport devices (RIO_MPORT_MAINT_PORT_IDX_GET) 35 - Query capabilities and RapidIO link configuration of mport devices 41 - Query/Control type of events reported through this driver: doorbells,
|
/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/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 */
|
/openbmc/linux/Documentation/userspace-api/media/drivers/ |
H A D | uvcvideo.rst | 186 UVCIOC_CTRL_QUERY - Query a UVC XU control 208 Query the resolution of the control, i.e. the step size of the 211 Query the size of the control in bytes. 213 Query the control information bitmap, which indicates whether
|
/openbmc/linux/Documentation/ABI/removed/ |
H A D | sysfs-bus-nfit | 14 section 9.20.7.4 Function Index 1 - Query ARS Capabilities).
|
/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") 178 DEF_FEAT(PTFF_QTO, "ptff-qto", PTFF, 1, "PTFF Query TOD Offset") 179 DEF_FEAT(PTFF_QSI, "ptff-qsi", PTFF, 2, "PTFF Query Steering Information") 180 DEF_FEAT(PTFF_QPT, "ptff-qpc", PTFF, 3, "PTFF Query Physical Clock") 181 DEF_FEAT(PTFF_QUI, "ptff-qui", PTFF, 4, "PTFF Query UTC Information") 182 DEF_FEAT(PTFF_QTOU, "ptff-qtou", PTFF, 5, "PTFF Query TOD Offset User") 183 DEF_FEAT(PTFF_QSIE, "ptff-qsie", PTFF, 10, "PTFF Query Steering Information Extended") 184 DEF_FEAT(PTFF_QTOUE, "ptff-qtoue", PTFF, 13, "PTFF Query TOD Offset User Extended") 342 DEF_FEAT(PRNO_TRNG_QRTCR, "prno-trng-qrtcr", PPNO, 112, "PRNO TRNG-Query-Raw-to-Conditioned-Ratio")
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | systems_logservices_hostlogger.hpp | 159 query_param::Query delegatedQuery; in handleSystemsLogServicesHostloggerEntriesGet() 198 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesHostloggerEntriesGet()
|
H A D | manager_logservices_journal.hpp | 148 query_param::Query delegatedQuery; in handleManagersJournalLogEntryCollectionGet() 162 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleManagersJournalLogEntryCollectionGet()
|
/openbmc/qemu/qapi/ |
H A D | trace.json | 46 # Query the state of events.
|
H A D | machine.json | 317 # Query the guest UUID information. 1715 # Query interrupt statistics 1732 # Query TCG compiler statistics 1750 # Query NUMA topology information 1767 # Query TCG opcode counters 1785 # Query system ramblock information 1802 # Query information on the registered ROMS 1819 # Query information on the USB devices 1888 # Query information on interrupt controller devices
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | rdma.rst | 101 (b) Query resource limit:: 108 (c) Query current usage::
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | fe-get-info.rst | 13 FE_GET_INFO - Query Digital TV frontend capabilities and returns information
|
H A D | dmx-querybuf.rst | 13 DMX_QUERYBUF - Query the status of a buffer
|
/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 197 #### 3. Query the reason for the last system restart.(not supported) 315 #### 1. Query the relevant information about SEL and its content in BMC
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-input.rst | 13 VIDIOC_G_INPUT - VIDIOC_S_INPUT - Query or select the current video input
|
H A D | vidioc-g-output.rst | 13 VIDIOC_G_OUTPUT - VIDIOC_S_OUTPUT - Query or select the current video output
|
/openbmc/linux/Documentation/gpu/amdgpu/ |
H A D | ras.rst | 51 RAS Query Test
|
/openbmc/phosphor-led-sysfs/ |
H A D | README.md | 51 Query the LED State
|