/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | query_param_test.cpp | 32 Query query{ in TEST() local 45 Query query{ in TEST() local 62 Query query{ in TEST() local 75 Query query{ in TEST() local 85 Query query{ in TEST() local 95 Query query{ in TEST() local 108 Query query{ in TEST() local 118 Query query{ in TEST() local 199 Query query; in TEST() local 205 Query query; in TEST() local [all …]
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __env.hpp | 181 static constexpr auto query(forwarding_query_t) noexcept -> bool in query() function 197 static constexpr auto query(forwarding_query_t) noexcept -> bool in query() function 213 static constexpr auto query(forwarding_query_t) noexcept -> bool in query() function 235 static constexpr auto query(forwarding_query_t) noexcept -> bool in query() function 270 static constexpr auto query(forwarding_query_t) noexcept -> bool in query() function 296 static constexpr auto query(forwarding_query_t) noexcept -> bool in query() function 320 static constexpr auto query(forwarding_query_t) noexcept -> bool in query() function 458 constexpr const _Value& query(_Query) const noexcept in query() function 571 auto query(_Key) const noexcept -> const _Value& in query() function 602 auto query(_Tag) const in query() function [all …]
|
H A D | __inline_scheduler.hpp | 45 auto query(get_forward_progress_guarantee_t) const noexcept in query() function 56 static constexpr bool query(__is_scheduler_affine_t) noexcept in query() function 61 constexpr auto query(get_completion_scheduler_t<set_value_t>) const noexcept in query() function
|
H A D | __run_loop.hpp | 145 auto query(get_completion_scheduler_t<_CPO>) const noexcept in query() function 181 auto query(get_forward_progress_guarantee_t) const noexcept in query() function 188 auto query(execute_may_block_caller_t) const noexcept -> bool in query() function
|
H A D | __on.hpp | 91 auto query(get_scheduler_t) const noexcept -> _Scheduler in query() function 96 auto query(get_domain_t) const noexcept in query() function
|
H A D | __schedule_from.hpp | 104 auto query(get_completion_scheduler_t<_Tag>) const noexcept in query() function 109 auto query(get_domain_t) const noexcept in query() function
|
H A D | __sync_wait.hpp | 53 auto query(get_scheduler_t) const noexcept -> run_loop::__scheduler in query() function 59 query(get_delegatee_scheduler_t) const noexcept -> run_loop::__scheduler in query() function
|
H A D | __schedulers.hpp | 57 static constexpr auto query(forwarding_query_t) noexcept -> bool in query() function
|
H A D | __let.hpp | 49 static constexpr bool query(__is_scheduler_affine_t) noexcept in query() function 55 query(get_completion_scheduler_t<set_value_t>) const noexcept in query() function
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | sa_query.c | 700 struct ib_sa_query *query) in ib_nl_set_path_rec_attrs() 952 struct ib_sa_query *query; in ib_nl_request_timeout() local 995 struct ib_sa_query *query; in ib_nl_handle_set_timeout() local 1449 struct ib_sa_path_query *query = in ib_sa_path_rec_callback() local 1484 struct ib_sa_path_query *query = in ib_sa_path_rec_release() local 1527 struct ib_sa_path_query *query; in ib_sa_path_rec_get() local 1624 struct ib_sa_mcmember_query *query = in ib_sa_mcmember_rec_callback() local 1654 struct ib_sa_mcmember_query *query; in ib_sa_mcmember_rec_query() local 1715 struct ib_sa_guidinfo_query *query = in ib_sa_guidinfo_rec_callback() local 1744 struct ib_sa_guidinfo_query *query; in ib_sa_guid_info_rec_query() local [all …]
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | query_param.hpp | 205 inline Query delegate(const QueryCapabilities& queryCapabilities, Query& query) in delegate() 253 inline bool getExpandType(std::string_view value, Query& query) in getExpandType() 321 inline QueryError getSkipParam(std::string_view value, Query& query) in getSkipParam() 326 inline QueryError getTopParam(std::string_view value, Query& query) in getTopParam() 350 inline bool getSelectParam(std::string_view value, Query& query) in getSelectParam() 376 inline bool getFilterParam(std::string_view value, Query& query) in getFilterParam() 709 inline std::optional<std::string> formatQueryForExpand(const Query& query) in formatQueryForExpand() 853 void startQuery(const Query& query, const Query& delegated) in startQuery() 902 inline void processTopAndSkip(const Query& query, crow::Response& res) in processTopAndSkip() 1020 processAllParams(crow::App& app, const Query& query, const Query& delegated, in processAllParams()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | typeahead.jquery.js | 689 _overwrite: function overwrite(query, suggestions) { argument 702 _append: function append(query, suggestions) { argument 726 _renderPending: function renderPending(query) { argument 734 _renderNotFound: function renderNotFound(query) { argument 762 _getFooter: function getFooter(query, suggestions) { argument 769 _getHeader: function getHeader(query, suggestions) { argument 779 _injectQuery: function injectQuery(query, obj) { argument 784 update: function update(query) { argument 974 update: function update(query) { argument 1168 _onQueryChanged: function onQueryChanged(e, query) { argument [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ |
H A D | odbc.json | 21 …"query": "SELECT bool_v, str_v, dbl_v, long_v, entity_id, ts FROM ts_kv WHERE ts > ? ORDER BY ts A… string 25 "query": "SELECT MIN(ts) - 1 FROM ts_kv", string
|
/openbmc/linux/arch/s390/hypfs/ |
H A D | hypfs_vm.c | 27 static int diag2fc(int size, char* query, void *addr) in diag2fc() 58 void *diag2fc_store(char *query, unsigned int *count, int offset) in diag2fc_store()
|
/openbmc/linux/lib/ |
H A D | dynamic_debug.c | 130 static void vpr_info_dq(const struct ddebug_query *query, const char *msg) in vpr_info_dq() 174 static int ddebug_change(const struct ddebug_query *query, in ddebug_change() 353 static int parse_linerange(struct ddebug_query *query, const char *first) in parse_linerange() 417 struct ddebug_query *query, const char *modname) in ddebug_parse_query() 540 struct ddebug_query query = {}; in ddebug_exec_query() local 570 static int ddebug_exec_queries(char *query, const char *modname) in ddebug_exec_queries() 609 char query[QUERY_SIZE]; in ddebug_apply_class_bitmap() local
|
/openbmc/qemu/include/block/ |
H A D | blockjob_int.h | 81 void (*query)(BlockJob *job, BlockJobInfo *info); member
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tp_attach_query.c | 10 struct perf_event_query_bpf *query; in serial_test_tp_attach_query() local
|
/openbmc/linux/include/keys/ |
H A D | asymmetric-subtype.h | 35 int (*query)(const struct kernel_pkey_params *params, member
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | persist_data.py | 109 def _execute_single(self, cursor, *query): 117 def _row_iter(self, f, *query):
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_query.c | 134 struct drm_i915_query_engine_info query; in query_engine_info() local 468 struct drm_i915_query_memory_regions query; in query_memregion_info() local
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | any_sender_of.hpp | 803 auto query(_Tag, _As&&... __as) const // in query() function 810 auto query(get_stop_token_t) const noexcept -> inplace_stop_token in query() function 897 auto query(_Tag, _As&&... __as) const // in query() function 1203 auto query(_Tag, _As&&... __as) const // in query() function 1301 auto query(_Tag, _As&&... __as) const // in query() function in exec::__any::__scheduler 1554 auto query(_Tag, _As&&... __as) const noexcept( in query() function in exec::any_receiver_ref::any_sender::any_scheduler
|
H A D | task.hpp | 136 auto query(get_scheduler_t) const noexcept -> const __any_scheduler& in query() function in exec::__task::__default_task_context_impl 142 auto query(get_stop_token_t) const noexcept -> inplace_stop_token in query() function in exec::__task::__default_task_context_impl
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 183 def QueryExec(query, stmt): argument 691 def Found(self, query, found): argument 704 def FindNext(self, query): argument 710 def FindPrev(self, query): argument 783 def FindPath(self, query): argument 978 def FindPath(self, query): argument 3039 def BranchDataPrepBr(query, data): argument 3045 def BranchDataPrepIPC(query, data): argument 3053 def BranchDataPrep(query): argument 3060 def BranchDataPrepWA(query): argument [all …]
|
/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvc_video.c | 31 static int __uvc_query_ctrl(struct uvc_device *dev, u8 query, u8 unit, in __uvc_query_ctrl() 46 static const char *uvc_query_name(u8 query) in uvc_query_name() 70 int uvc_query_ctrl(struct uvc_device *dev, u8 query, u8 unit, in uvc_query_ctrl() 256 struct uvc_streaming_control *ctrl, int probe, u8 query) in uvc_get_video_ctrl()
|
/openbmc/linux/include/linux/ |
H A D | rfkill.h | 63 void (*query)(struct rfkill *rfkill, void *data); member
|