Home
last modified time | relevance | path

Searched refs:query (Results 26 – 50 of 577) sorted by relevance

12345678910>>...24

/openbmc/qemu/util/
H A Duri.c1337 uri->query = NULL; in uri_clean()
1807 res->query = g_strdup(ref->query); in uri_resolve()
1809 res->query = g_strdup(bas->query); in uri_resolve()
1827 res->query = g_strdup(ref->query); in uri_resolve()
2249 if (!query || query[0] == '\0') { in query_params_parse()
2253 while (*query) { in query_params_parse()
2277 name = uri_string_unescape(query, end - query, NULL); in query_params_parse()
2284 name = uri_string_unescape(query, eq - query, NULL); in query_params_parse()
2296 name = uri_string_unescape(query, eq - query, NULL); in query_params_parse()
2306 query = end; in query_params_parse()
[all …]
/openbmc/u-boot/board/cavium/thunderx/
H A DKconfig20 bool "Enable ATF query commands"
23 Enable vendor specific ATF query commands such as SPI and SD/MMC
24 devices access, low level environment query, boot device layout
/openbmc/linux/kernel/bpf/
H A Dmprog.c408 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 …]
H A Dnet_namespace.c251 __u32 __user *prog_ids = u64_to_user_ptr(attr->query.prog_ids); in __netns_bpf_prog_query()
260 if (copy_to_user(&uattr->query.attach_flags, &flags, sizeof(flags))) in __netns_bpf_prog_query()
262 if (copy_to_user(&uattr->query.prog_cnt, &prog_cnt, sizeof(prog_cnt))) in __netns_bpf_prog_query()
264 if (!attr->query.prog_cnt || !prog_ids || !prog_cnt) in __netns_bpf_prog_query()
268 attr->query.prog_cnt); in __netns_bpf_prog_query()
278 if (attr->query.query_flags) in netns_bpf_prog_query()
281 type = to_netns_bpf_attach_type(attr->query.attach_type); in netns_bpf_prog_query()
285 net = get_net_ns_by_fd(attr->query.target_fd); in netns_bpf_prog_query()
/openbmc/linux/Documentation/networking/
H A Ddns_resolver.rst32 (*) Dns query support for AFSDB resource record.
58 To direct a query for query type 'foo', a line of the following should be added
77 This is the basic access function. It looks for a cached DNS query and if
78 it doesn't find it, it upcalls to userspace to make a new DNS query, which
85 and thus the type of query to do, and <name> specifies the string to be
86 looked up. The default query type is a straight hostname to IP address
93 appropriate to the query type.
95 The return value is a string appropriate to the query type. For instance,
96 for the default query type it is just a list of comma-separated IPv4 and
/openbmc/qemu/docs/system/
H A Dcpu-hotplug.rst28 (QEMU) query-hotpluggable-cpus
30 "execute": "query-hotpluggable-cpus",
58 (4) The ``query-hotpluggable-cpus`` command returns an object for CPUs
81 (5) Optionally, run QMP ``query-cpus-fast`` for some details about the
84 (QEMU) query-cpus-fast
86 "execute": "query-cpus-fast",
H A Dmanaged-startup.rst17 This paused state is typically used by users to query machine state and/or
32 - ``query-qmp-schema``
33 - ``query-commands``
34 - ``query-status``
/openbmc/qemu/qapi/
H A Dmachine-target.json142 # query-cpu-definitions.)
145 # query-cpu-definitions.)
149 # query-cpu-definitions.)
173 # @query-cpu-model-baseline:
189 # query-cpu-definitions.)
192 # query-cpu-definitions.)
196 # query-cpu-definitions.)
251 # query-cpu-definitions.)
254 # query-cpu-definitions.)
258 # query-cpu-definitions.)
[all …]
H A Dmachine.json99 # @query-cpus-fast:
179 # @query-machines:
226 # @query-target:
251 # @query-uuid:
408 # @query-kvm:
866 # @query-memdev:
1647 # @x-query-irq:
1664 # @x-query-jit:
1682 # @x-query-numa:
1734 # @x-query-rdma:
[all …]
H A Drocker.json25 # @query-rocker:
38 { 'command': 'query-rocker',
93 # @query-rocker-ports:
110 { 'command': 'query-rocker-ports',
230 # @query-rocker-of-dpa-flows:
256 { 'command': 'query-rocker-of-dpa-flows',
305 # @query-rocker-of-dpa-groups:
336 { 'command': 'query-rocker-of-dpa-groups',
H A Dreplay.json47 # @query-replay:
62 { 'command': 'query-replay',
73 # current instruction count can be observed with @query-replay.
109 # obtained with @query-replay command.
/openbmc/linux/drivers/media/rc/
H A Dbpf-lirc.c297 __u32 __user *prog_ids = u64_to_user_ptr(attr->query.prog_ids); in lirc_prog_query()
303 if (attr->query.query_flags) in lirc_prog_query()
306 rcdev = rc_dev_get_from_fd(attr->query.target_fd, false); in lirc_prog_query()
322 if (copy_to_user(&uattr->query.prog_cnt, &cnt, sizeof(cnt))) { in lirc_prog_query()
327 if (copy_to_user(&uattr->query.attach_flags, &flags, sizeof(flags))) { in lirc_prog_query()
332 if (attr->query.prog_cnt != 0 && prog_ids && cnt) in lirc_prog_query()
334 attr->query.prog_cnt); in lirc_prog_query()
/openbmc/phosphor-settingsd/
H A DREADME.txt1 How to use 'query' in the YAML file
2 'query' contains information for settings_manager.py to search for
5 query:
/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp.c485 uint8_t index, struct mod_hdcp_display_query *query) in mod_hdcp_query_display() argument
498 query->link = &hdcp->connection.link; in mod_hdcp_query_display()
499 query->display = display; in mod_hdcp_query_display()
500 query->trace = &hdcp->connection.trace; in mod_hdcp_query_display()
501 query->encryption_status = MOD_HDCP_ENCRYPTION_STATUS_HDCP_OFF; in mod_hdcp_query_display()
505 query->encryption_status = MOD_HDCP_ENCRYPTION_STATUS_HDCP1_ON; in mod_hdcp_query_display()
507 if (query->link->adjust.hdcp2.force_type == MOD_HDCP_FORCE_TYPE_0) in mod_hdcp_query_display()
508 query->encryption_status = MOD_HDCP_ENCRYPTION_STATUS_HDCP2_TYPE0_ON; in mod_hdcp_query_display()
510 query->encryption_status = MOD_HDCP_ENCRYPTION_STATUS_HDCP2_TYPE1_ON; in mod_hdcp_query_display()
512 query->encryption_status = MOD_HDCP_ENCRYPTION_STATUS_HDCP2_ON; in mod_hdcp_query_display()
[all …]
/openbmc/linux/drivers/gpu/drm/ci/xfails/
H A Dvirtio_gpu-none-fails.txt28 kms_vblank@pipe-A-query-busy,Fail
29 kms_vblank@pipe-A-query-forked,Fail
30 kms_vblank@pipe-A-query-forked-busy,Fail
31 kms_vblank@pipe-A-query-idle,Fail
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Diommu.c1082 struct ddw_query_response *query, in query_ddw() argument
1118 query->windows_available = query_out[0]; in query_ddw()
1120 query->page_size = query_out[2]; in query_ddw()
1127 query->page_size = query_out[3]; in query_ddw()
1135 query->page_size, query->windows_available); in query_ddw()
1304 struct ddw_query_response query; in enable_ddw() local
1371 if (query.windows_available == 0) { in enable_ddw()
1396 if (query.windows_available == 0) { in enable_ddw()
1406 query.page_size); in enable_ddw()
1419 if (query.largest_available_block >= in enable_ddw()
[all …]
/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/
H A Dgdk-pixbuf_2.42.10.bb56 FILES:${PN} += "${libdir}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders"
85 # Copy gdk-pixbuf-query-loaders into libdir so it is always available
87 cp ${D}/${bindir}/gdk-pixbuf-query-loaders ${D}/${libdir}/gdk-pixbuf-2.0/
109 create_wrapper ${D}/${libdir}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders \
114 create_wrapper ${D}/${bindir}/gdk-pixbuf-query-loaders \
/openbmc/qemu/tests/qapi-schema/
H A Dreturns-bad-type.json4 'human-monitor-command', 'query-tpm-models', 'guest-get-time' ] } }
10 { 'command': 'query-tpm-models', 'returns': ['TpmModel'] }
/openbmc/qemu/include/qemu/
H A Duri.h71 char *query; /* the query string (as it appears in the URI) */ member
100 QueryParams *query_params_parse(const char *query);
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-coalesce.sh7 local query="${SETTINGS_MAP[$1]}"
10 awk -F':' -v pattern="$query:" '$0 ~ pattern {gsub(/[ \t]/, "", $2); print $2}')
H A Dethtool-ring.sh7 local query="${SETTINGS_MAP[$1]}"
11 awk -F':' -v pattern="$query:" '$0 ~ pattern {gsub(/[\t ]/, "", $2); print $2}')
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbiosattr-interface.c119 int hp_wmi_perform_query(int query, enum hp_wmi_command command, void *buffer, in hp_wmi_perform_query() argument
144 args->commandtype = query; in hp_wmi_perform_query()
160 pr_warn("query 0x%x returned wrong type or too small buffer\n", query); in hp_wmi_perform_query()
169 pr_warn("query 0x%x returned error 0x%x\n", query, ret); in hp_wmi_perform_query()
/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/
H A Ddump-gerrit.py39 query = list(
55 for change in query:
/openbmc/qemu/tests/qemu-iotests/
H A D307.out7 {"execute": "query-block-exports", "arguments": {}}
13 {"execute": "query-block-exports", "arguments": {}}
36 {"execute": "query-block-exports", "arguments": {}}
42 {"execute": "query-block-exports", "arguments": {}}
74 {"execute": "query-block-exports", "arguments": {}}
110 {"execute": "query-block-exports", "arguments": {}}
132 {"execute": "query-block-exports", "arguments": {}}
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-system-ibm-rtl7 ability to query the current state.
19 Description: The version file provides a means by which to query

12345678910>>...24