/openbmc/linux/drivers/infiniband/core/ |
H A D | sa_query.c | 920 query->callback(query, 0, mad); in ib_nl_process_good_resolve_rsp() 941 query->callback(query, status, mad); in ib_nl_process_good_resolve_rsp() 1278 query->sm_ah = query->port->sm_ah; in alloc_mad() 1302 query->mad_buf->ah = query->sm_ah->ah; in alloc_mad() 1354 query->mad_buf->context[0] = query; in send_mad() 1869 query->callback(query->context); in ib_sa_classport_info_rec_callback() 2000 query->callback(query, -EINTR, NULL); in send_handler() 2003 query->callback(query, -EIO, NULL); in send_handler() 2014 query->release(query); in send_handler() 2029 query->callback(query, in recv_handler() [all …]
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 323 query = QSqlQuery(db) variable 331 query.finish() 332 query.clear() 338 query = QSqlQuery(db) variable 364 do_query(query, 'CREATE TABLE dsos (' 460 do_query(query, 'CREATE TABLE cbr (' 471 do_query(query, 'CREATE TABLE pwre (' 481 do_query(query, 'CREATE TABLE pwrx (' 751 do_query(query, sql) 819 if query.next(): [all …]
|
H A D | export-to-sqlite.py | 160 query = QSqlQuery(db) variable 163 do_query(query, 'BEGIN TRANSACTION') 178 do_query(query, 'CREATE TABLE comms (' 188 do_query(query, 'CREATE TABLE dsos (' 284 do_query(query, 'CREATE TABLE cbr (' 290 do_query(query, 'CREATE TABLE mwait (' 295 do_query(query, 'CREATE TABLE pwre (' 305 do_query(query, 'CREATE TABLE pwrx (' 570 do_query(query, 'END TRANSACTION') 633 if query.next(): [all …]
|
H A D | exported-sql-viewer.py | 1188 if query.value(2) and Decimal(query.value(1)) <= Decimal(time): 1354 if query.next(): 1362 if query.next(): 3040 data.append(tohex(query.value(8)).rjust(16) + " " + query.value(9) + offstr(query.value(10)) + 3042 tohex(query.value(12)) + " " + query.value(13) + offstr(query.value(14)) + 3444 if query.next(): 3455 if query.next(): 4508 if query.next(): 4521 if query.next(): 4837 if query.next(): [all …]
|
/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/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 41 query = malloc(sizeof(*query) + sizeof(__u32) * num_progs); in serial_test_tp_attach_query() 73 query->ids_len = num_progs; in serial_test_tp_attach_query() 78 err, errno, query->prog_cnt)) in serial_test_tp_attach_query() 89 query->ids_len = 0; in serial_test_tp_attach_query() 94 err, errno, query->prog_cnt)) in serial_test_tp_attach_query() 107 query->ids_len = 1; in serial_test_tp_attach_query() 112 err, errno, query->prog_cnt)) in serial_test_tp_attach_query() 116 query->ids_len = num_progs; in serial_test_tp_attach_query() 121 err, errno, query->prog_cnt)) in serial_test_tp_attach_query() [all …]
|
/openbmc/qemu/qapi/ |
H A D | pragma.json | 31 'query-tpm-models', 32 'query-tpm-types', 87 'query-rocker', 88 'query-rocker-ports' ], 95 'BlockDeviceInfo', # query-block 112 'PciBusInfo', # query-pci 113 'PciDeviceInfo', # query-pci 114 'PciMemoryRegion', # query-pci 118 'SysEmuTarget', # query-cpu-fast, query-target 119 'UuidInfo', # query-uuid [all …]
|
H A D | misc-target.json | 25 # An enumeration of SEV state information used during @query-sev. 128 # @query-sev: 143 { 'command': 'query-sev', 'returns': 'SevInfo', 159 # @query-sev-launch-measure: 203 # @query-sev-capabilities: 219 { 'command': 'query-sev-capabilities', 'returns': 'SevCapability', 254 # @query-sev-attestation-report: 272 { 'command': 'query-sev-attestation-report', 322 # @query-gic-capabilities: 381 # @query-sgx: [all …]
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | query_param.hpp | 212 query.isOnly = false; in delegate() 241 query.skip = 0; in delegate() 276 query.expandLevel = 1; in getExpandType() 717 switch (query.expandType) in formatQueryForExpand() 856 query.expandType, query.expandLevel, delegated.expandLevel, in startQuery() 904 if (!query.skip && !query.top) in processTopAndSkip() 939 if (query.skip) in processTopAndSkip() 946 if (query.top) in processTopAndSkip() 1039 if (query.isOnly) in processAllParams() 1045 if (query.top || query.skip) in processAllParams() [all …]
|
/openbmc/linux/lib/ |
H A D | dynamic_debug.c | 135 if (query->format) { in vpr_info_dq() 145 query->module ?: "", in vpr_info_dq() 147 query->first_lineno, query->last_lineno, query->class_string); in vpr_info_dq() 190 if (query->module && in ddebug_change() 225 if (query->format) { in ddebug_change() 357 if (query->first_lineno || query->last_lineno) { in parse_linerange() 374 if (query->last_lineno < query->first_lineno) { in parse_linerange() 381 query->last_lineno = query->first_lineno; in parse_linerange() 575 for (i = 0; query; query = split) { in ddebug_exec_queries() 580 query = skip_spaces(query); in ddebug_exec_queries() [all …]
|
/openbmc/qemu/chardev/ |
H A D | wctablet.c | 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() 219 tablet->query[tablet->query_index++] = buf[i]; in wctablet_chr_write() 221 tablet->query[tablet->query_index] = 0; in wctablet_chr_write() 232 if (strncmp((char *)tablet->query, "~#", 2) == 0) { in wctablet_chr_write() 242 pos = strchr((char *)tablet->query, '\r'); in wctablet_chr_write() 244 pos = strchr((char *)tablet->query, '\n'); in wctablet_chr_write() 249 clen = pos - (char *)tablet->query; in wctablet_chr_write() 274 unsigned int input = tablet->query[2]; in wctablet_chr_write() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | typeahead.jquery.js | 520 this.query = val; 730 query: query, 738 query: query, 764 query: query, 771 query: query, 876 this.query = null; 975 var isValidUpdate = query !== this.query; 977 this.query = query; 1169 this._minLengthMet(query) ? this.menu.update(query) : this.menu.empty(); 1184 query = _.isString(query) ? query : this.input.getQuery() || ""; [all …]
|
/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 23 @@ -1796,6 +1796,19 @@ gst_tag_demux_pad_query (GstPad * pad, GstObject * parent, GstQuery * query) 30 + /* We can hijack caps query if we typefind already */ 32 + gst_query_set_caps_result (query, demux->priv->src_caps); 35 + res = gst_pad_query_default (pad, parent, query); 41 res = gst_pad_query_default (pad, parent, query);
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_query.c | 148 ret = copy_query_item(&query, sizeof(query), len, query_item); in query_engine_info() 152 if (query.num_engines || query.rsvd[0] || query.rsvd[1] || in query_engine_info() 153 query.rsvd[2]) in query_engine_info() 168 query.num_engines++; in query_engine_info() 172 if (copy_to_user(query_ptr, &query, sizeof(query))) in query_engine_info() 476 total_length = sizeof(query); in query_memregion_info() 484 ret = copy_query_item(&query, sizeof(query), total_length, query_item); in query_memregion_info() 488 if (query.num_regions) in query_memregion_info() 492 if (query.rsvd[i]) in query_memregion_info() 522 query.num_regions++; in query_memregion_info() [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | gtk-immodules-cache.bbclass | 27 if [ ! -z `which gtk-query-immodules-2.0` ]; then 28 gtk-query-immodules-2.0 > ${libdir}/gtk-2.0/2.10.0/immodules.cache 30 if [ ! -z `which gtk-query-immodules-3.0` ]; then 32 gtk-query-immodules-3.0 > ${libdir}/gtk-3.0/3.0.0/immodules.cache 47 if [ ! -z `which gtk-query-immodules-2.0` ]; then 48 gtk-query-immodules-2.0 > ${libdir}/gtk-2.0/2.10.0/immodules.cache 50 if [ ! -z `which gtk-query-immodules-3.0` ]; then 51 gtk-query-immodules-3.0 > ${libdir}/gtk-3.0/3.0.0/immodules.cache
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | wacom_w8001.c | 190 memset(query, 0, sizeof(*query)); in parse_touchquery() 192 query->panel_res = data[1]; in parse_touchquery() 196 query->x = data[3] << 9; in parse_touchquery() 197 query->x |= data[4] << 2; in parse_touchquery() 200 query->y = data[5] << 9; in parse_touchquery() 201 query->y |= data[6] << 2; in parse_touchquery() 205 if (!query->x && !query->y) { in parse_touchquery() 206 query->x = 1024; in parse_touchquery() 207 query->y = 1024; in parse_touchquery() 208 if (query->panel_res) in parse_touchquery() [all …]
|
/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/linux/drivers/input/rmi4/ |
H A D | rmi_f11.c | 668 if (query->has_abs) { in f11_2d_construct_data() 673 if (query->has_rel) in f11_2d_construct_data() 681 if (query->query7_nonzero || query->query8_nonzero) in f11_2d_construct_data() 684 if (query->has_pinch || query->has_flick || query->has_rotate) { in f11_2d_construct_data() 686 if (!query->has_flick) in f11_2d_construct_data() 688 if (!query->has_rotate) in f11_2d_construct_data() 704 if (query->has_abs) { in f11_2d_construct_data() 709 if (query->has_rel) { in f11_2d_construct_data() 719 if (query->query7_nonzero || query->query8_nonzero) { in f11_2d_construct_data() 724 if (query->has_pinch) { in f11_2d_construct_data() [all …]
|
/openbmc/linux/arch/s390/hypfs/ |
H A D | hypfs_vm.c | 27 static int diag2fc(int size, char* query, void *addr) in diag2fc() argument 33 memcpy(parm_list.userid, query, DIAG2FC_NAME_LEN); in diag2fc() 58 void *diag2fc_store(char *query, unsigned int *count, int offset) in diag2fc_store() argument 64 size = diag2fc(0, query, NULL); in diag2fc_store() 70 if (diag2fc(size, query, data + offset) == 0) in diag2fc_store()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
H A D | core.c | 109 struct mlx5_fpga_query query; in mlx5_fpga_device_load_check() local 112 err = mlx5_fpga_query(fdev->mdev, &query); in mlx5_fpga_device_load_check() 118 fdev->last_admin_image = query.admin_image; in mlx5_fpga_device_load_check() 119 fdev->last_oper_image = query.oper_image; in mlx5_fpga_device_load_check() 122 query.status, query.admin_image, query.oper_image); in mlx5_fpga_device_load_check() 128 if (query.status != MLX5_FPGA_STATUS_SUCCESS) { in mlx5_fpga_device_load_check() 131 query.status); in mlx5_fpga_device_load_check()
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | rockchip-rk3399-flakes.txt | 17 kms_vblank@pipe-A-query-busy 18 kms_vblank@pipe-A-query-forked-busy 21 kms_vblank@pipe-B-query-busy 22 kms_vblank@pipe-B-query-forked-busy
|
/openbmc/linux/sound/virtio/ |
H A D | virtio_ctl_msg.c | 265 struct virtio_snd_query_info *query; in virtsnd_ctl_query_info() local 268 msg = virtsnd_ctl_msg_alloc(sizeof(*query), in virtsnd_ctl_query_info() 273 query = virtsnd_ctl_msg_request(msg); in virtsnd_ctl_query_info() 274 query->hdr.code = cpu_to_le32(command); in virtsnd_ctl_query_info() 275 query->start_id = cpu_to_le32(start_id); in virtsnd_ctl_query_info() 276 query->count = cpu_to_le32(count); in virtsnd_ctl_query_info() 277 query->size = cpu_to_le32(size); in virtsnd_ctl_query_info()
|
/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 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 644 auto query(_Tag) const noexcept = delete; [all …]
|
/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/linux/kernel/bpf/ |
H A D | mprog.c | 408 if (attr->query.query_flags || attr->query.attach_flags) in bpf_mprog_query() 414 if (copy_to_user(&uattr->query.attach_flags, &flags, sizeof(flags))) in bpf_mprog_query() 416 if (copy_to_user(&uattr->query.revision, &revision, sizeof(revision))) in bpf_mprog_query() 418 if (copy_to_user(&uattr->query.count, &count, sizeof(count))) in bpf_mprog_query() 420 uprog_id = u64_to_user_ptr(attr->query.prog_ids); in bpf_mprog_query() 421 uprog_flags = u64_to_user_ptr(attr->query.prog_attach_flags); in bpf_mprog_query() 422 ulink_id = u64_to_user_ptr(attr->query.link_ids); in bpf_mprog_query() 423 ulink_flags = u64_to_user_ptr(attr->query.link_attach_flags); in bpf_mprog_query() 424 if (attr->query.count == 0 || !uprog_id || !count) in bpf_mprog_query() 426 if (attr->query.count < count) { in bpf_mprog_query() [all …]
|