Home
last modified time | relevance | path

Searched refs:backends (Results 1 – 25 of 131) sorted by relevance

123456

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/qad/qad/
H A D0001-Fix-warnings-found-by-clang-compiler.patch16 src/backends/input/input_common.h | 2 +-
38 diff --git a/src/backends/input/input_common.h b/src/backends/input/input_common.h
40 --- a/src/backends/input/input_common.h
41 +++ b/src/backends/input/input_common.h
/openbmc/qemu/chardev/
H A Dchar-mux.c131 CharBackend *be = d->backends[mux_nr]; in mux_chr_send_event()
203 CharBackend *be = d->backends[m]; in mux_chr_accept_input()
216 CharBackend *be = d->backends[m]; in mux_chr_can_read()
234 CharBackend *be = d->backends[m]; in mux_chr_read()
292 CharBackend *be = d->backends[bit]; in char_mux_finalize()
294 d->backends[bit] = NULL; in char_mux_finalize()
331 d->backends[bit] = b; in mux_chr_attach_frontend()
344 d->backends[tag] = NULL; in mux_chr_detach_frontend()
360 chr->be = d->backends[focus]; in mux_set_focus()
H A Dchardev-internal.h38 CharBackend *backends[MAX_MUX]; member
/openbmc/linux/drivers/block/zram/
H A Dzcomp.c17 static const char * const backends[] = { variable
83 for (i = 0; i < ARRAY_SIZE(backends); i++) { in zcomp_available_show()
84 if (!strcmp(comp, backends[i])) { in zcomp_available_show()
87 "[%s] ", backends[i]); in zcomp_available_show()
90 "%s ", backends[i]); in zcomp_available_show()
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/
H A Dcreate_config_directory.patch16 Index: GConf-3.2.6/backends/markup-backend.c
18 --- GConf-3.2.6.orig/backends/markup-backend.c
19 +++ GConf-3.2.6/backends/markup-backend.c
/openbmc/qemu/docs/interop/
H A Ddbus-vmstate.rst28 .. dbus-doc:: backends/dbus-vmstate1.xml
35 This is the content of ``backends/dbus-vmstate1.xml``:
37 .. literalinclude:: ../../backends/dbus-vmstate1.xml
H A Dvhost-user.json78 # Capabilities reported by vhost user "block" backends
109 # Capabilities reported by vhost user "input" backends
140 # Capabilities reported by vhost user "gpu" backends.
156 # Capabilities reported by vhost user backends.
/openbmc/qemu/docs/devel/
H A Dtracing.rst25 ``./configure --enable-trace-backends=BACKENDS`` was not explicitly specified.
142 of backends to adapt line ending for proper logging.
177 Note that some of the backends do not provide an implementation for some parts
205 Trace backends
211 SystemTap. Support for trace backends can be added by extending the "tracetool"
214 The trace backends are chosen at configure time::
216 ./configure --enable-trace-backends=simple,dtrace
218 For a list of supported trace backends, try ./configure --help or see below.
219 If multiple backends are enabled, the trace is sent to them all.
221 If no backends are explicitly selected, configure will default to the
[all …]
H A Dindex-internals.rst23 virtio-backends
/openbmc/qemu/scripts/tracetool/
H A D__init__.py410 def generate(events, group, format, backends, argument
438 if len(backends) == 0:
440 for backend in backends:
443 backend = tracetool.backend.Wrapper(backends, format)
/openbmc/qemu/scripts/tracetool/backend/
H A D__init__.py101 def __init__(self, backends, format): argument
102 self._backends = [backend.replace("-", "_") for backend in backends]
/openbmc/qemu/docs/system/
H A Dvm-templating.rst52 If multiple memory backends are used (vNUMA, DIMMs), configure all
53 memory backends accordingly.
76 If multiple memory backends are used (vNUMA, DIMMs), configure all
77 memory backends accordingly.
/openbmc/qemu/
H A DKconfig2 source backends/Kconfig
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-eth-keys_0.5.0.bb1 SUMMARY = "A common API for Ethereum key operations with pluggable backends."
/openbmc/qemu/tests/docker/
H A Dtest-mingw22 --enable-trace-backends=simple \
/openbmc/linux/Documentation/i2c/
H A Dslave-interface.rst34 I2C slave backends behave like standard I2C clients. So, you can instantiate
36 difference is that i2c slave backends have their own address space. So, you
52 drivers and writing backends will be given.
130 Software backends
194 * For backends simulating hardware registers, buffers are largely not helpful
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-pyproject-hooks_1.2.0.bb1 SUMMARY = "A low-level library for calling build-backends in pyproject.toml-based projects"
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/
H A Delfutils_0.192.bb101 cp -r ${B}/backends ${D}${PTEST_PATH}
117 # "License. The libraries and backends are dual GPLv2+/LGPLv3+. The utilities
173 ${PKGD}${PTEST_PATH}/backends/libebl_i386.so \
174 ${PKGD}${PTEST_PATH}/backends/libebl_x86_64.so \
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/
H A Dcogl-1.0.inc28 # This has to be explictly listed, because cogl dlopens the backends
46 # EGL backends
/openbmc/qemu/qapi/
H A Dchar.json81 # @query-chardev-backends:
83 # Returns information about character device backends.
109 { 'command': 'query-chardev-backends', 'returns': ['ChardevBackendInfo'] }
195 # Configuration shared across all chardev backends
406 # GTK, Spice, VNC and D-Bus display backends.
581 # @data: Configuration shared across all chardev backends
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c1380 } backends[] = { in igt_ppgtt_smoke_huge() local
1393 for (i = 0; i < ARRAY_SIZE(backends); ++i) { in igt_ppgtt_smoke_huge()
1394 u32 min = backends[i].min; in igt_ppgtt_smoke_huge()
1395 u32 max = backends[i].max; in igt_ppgtt_smoke_huge()
1401 obj = backends[i].fn(i915, size, 0); in igt_ppgtt_smoke_huge()
1464 } backends[] = { in igt_ppgtt_sanity_check() local
1497 for (i = 0; i < ARRAY_SIZE(backends); ++i) { in igt_ppgtt_sanity_check()
1503 obj = backends[i].fn(i915, size, backends[i].flags); in igt_ppgtt_sanity_check()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/
H A Dcups-filters_2.0.0.bb1 DESCRIPTION = "CUPS backends, filters, and other software"
/openbmc/linux/fs/ecryptfs/
H A DKconfig23 backends, like OpenSSL.
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/
H A Dxdg-desktop-portal-wlr_0.7.0.bb1 SUMMARY = "This provides screenshot/screencast xdg-desktop-portal backends for wlroots."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/
H A Dopenldap_2.6.9.bb67 # Note that multiple backends can be built. The ldbm backend requires a
201 PACKAGES_DYNAMIC += "^${PN}-backends.* ^${PN}-backend-.*"
217 metapkg = "${PN}-backends"
226 d.setVar('DESCRIPTION:' + metapkg, 'OpenLDAP backends meta package')

123456