Home
last modified time | relevance | path

Searched refs:query (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/openbmc/linux/drivers/infiniband/core/
H A Dsa_query.c920 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 Dexport-to-postgresql.py323 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 Dexport-to-sqlite.py160 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 Dexported-sql-viewer.py1188 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 Dquery_param_test.cpp39 Query query{ in TEST() local
52 Query query{ in TEST() local
69 Query query{ in TEST() local
82 Query query{ in TEST() local
92 Query query{ in TEST() local
102 Query query{ in TEST() local
115 Query query{ in TEST() local
125 Query query{ in TEST() local
206 Query query; in TEST() local
212 Query query; in TEST() local
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtp_attach_query.c10 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 Dpragma.json31 'query-tpm-models',
32 'query-tpm-types',
40 'BlockDeviceInfo', # query-block
41 'BlockDeviceStats', # query-blockstats
44 'BlockInfo', # query-block
57 'PciBusInfo', # query-pci
58 'PciDeviceInfo', # query-pci
59 'PciMemoryRegion', # query-pci
63 'SysEmuTarget', # query-cpu-fast, query-target
64 'UuidInfo', # query-uuid
[all …]
H A Dmisc-target.json25 # An enumeration of SEV state information used during @query-sev.
84 # @query-sev:
99 { 'command': 'query-sev', 'returns': 'SevInfo',
115 # @query-sev-launch-measure:
159 # @query-sev-capabilities:
175 { 'command': 'query-sev-capabilities', 'returns': 'SevCapability',
210 # @query-sev-attestation-report:
228 { 'command': 'query-sev-attestation-report',
280 # @query-gic-capabilities:
339 # @query-sgx:
[all …]
H A Dtpm.json26 # @query-tpm-models:
39 { 'command': 'query-tpm-models', 'returns': ['TpmModel'],
57 # @query-tpm-types:
70 { 'command': 'query-tpm-types', 'returns': ['TpmType'],
161 # @query-tpm:
187 { 'command': 'query-tpm', 'returns': ['TPMInfo'],
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp214 query.isOnly = false; in delegate()
243 query.skip = 0; in delegate()
278 query.expandLevel = 1; in getExpandType()
700 if (query.expandLevel <= 1) in formatQueryForExpand()
705 switch (query.expandType) in formatQueryForExpand()
844 query.expandType, query.expandLevel, delegated.expandLevel, in startQuery()
892 if (!query.skip && !query.top) in processTopAndSkip()
927 if (query.skip) in processTopAndSkip()
934 if (query.top) in processTopAndSkip()
1027 if (query.isOnly) in processAllParams()
[all …]
/openbmc/linux/lib/
H A Ddynamic_debug.c135 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 Dwctablet.c73 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 Dtypeahead.jquery.js520 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 D0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch4 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 Di915_query.c148 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 Dgtk-immodules-cache.bbclass27 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 Dwacom_w8001.c190 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 Dupdate_gtk_immodules_cache8 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 Drmi_f11.c668 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 Dhypfs_vm.c27 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 Dcore.c109 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 Drockchip-rk3399-flakes.txt17 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 Dvirtio_ctl_msg.c265 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/qemu/hw/ufs/
H A Dtrace-events26 ufs_err_query_flag_not_readable(uint8_t idn) "query flag idn 0x%"PRIx8" is denied to read"
27 ufs_err_query_flag_not_writable(uint8_t idn) "query flag idn 0x%"PRIx8" is denied to write"
28 ufs_err_query_attr_not_readable(uint8_t idn) "query attribute idn 0x%"PRIx8" is denied to read"
29 ufs_err_query_attr_not_writable(uint8_t idn) "query attribute idn 0x%"PRIx8" is denied to write"
30 ufs_err_query_invalid_opcode(uint8_t opcode) "query request has invalid opcode. opcode: 0x%"PRIx8""
31 ufs_err_query_invalid_idn(uint8_t opcode, uint8_t idn) "query request has invalid idn. opcode: 0x%"…
32 ufs_err_query_invalid_index(uint8_t opcode, uint8_t index) "query request has invalid index. opcode…
/openbmc/qemu/docs/devel/
H A Ds390-cpu-topology.rst21 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" }

12345678910>>...24