Home
last modified time | relevance | path

Searched full:engine (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0003-engine-Define-discover-const-String-path-in-base-cla.patch4 Subject: [PATCH 3/4] engine: Define discover(const String &path) in base class
16 lib/engine/storage_object.h | 3 +++
17 lib/engine/vmd_raid_info.h | 2 --
20 diff --git a/lib/engine/storage_object.h b/lib/engine/storage_object.h
22 --- a/lib/engine/storage_object.h
23 +++ b/lib/engine/storage_object.h
34 diff --git a/lib/engine/vmd_raid_info.h b/lib/engine/vmd_raid_info.h
36 --- a/lib/engine/vmd_raid_info.h
37 +++ b/lib/engine/vmd_raid_info.h
H A D0002-Use-stangard-int-types.patch15 lib/engine/end_device.cpp | 13 +++++++------
18 diff --git a/lib/engine/end_device.cpp b/lib/engine/end_device.cpp
20 --- a/lib/engine/end_device.cpp
21 +++ b/lib/engine/end_device.cpp
H A D0003-replace-canonicalize_file_name-with-realpath.patch16 lib/engine/filesystem.cpp | 2 +-
20 diff --git a/lib/engine/filesystem.cpp b/lib/engine/filesystem.cpp
22 --- a/lib/engine/filesystem.cpp
23 +++ b/lib/engine/filesystem.cpp
H A D0005-enable-out-of-source-tree-builds.patch11 lib/engine/Makefile.am | 2 +-
29 --- a/lib/engine/Makefile.am
30 +++ b/lib/engine/Makefile.am
80 - ../lib/engine/libengine.la \
87 + $(top_builddir)/lib/engine/libengine.la \
217 -iquote $(top_srcdir)/lib/engine \
226 -iquote $(top_srcdir)/lib/engine \
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dxor_regs.h19 /* XOR Engine Control Register Map */
26 /* XOR Engine Interrupt Register Map */
32 /* XOR Engine Descriptor Register Map */
40 /* XOR Engine ECC/Mem_init Register Map */
51 /* XOR Engine Debug Register Map */
56 /* XOR Engine Channel Arbiter Register */
60 /* XOR Engine [0..1] Configuration Registers */
82 /* XOR Engine [0..1] Activation Registers */
97 /* XOR Engine Interrupt Cause Register (XEICR) */
105 /* XOR Engine Error Cause Register (XEECR) */
[all …]
H A Dxor.c110 * mv_xor_hal_init - Initialize XOR engine
155 /* update the XOR Engine [0..1] Configuration Registers (XEx_c_r) */ in mv_xor_ctrl_set()
191 * update the start_ptr field in XOR Engine [0..1] Destination Pointer in mv_xor_mem_init()
197 * update the Block_size field in the XOR Engine[0..1] Block Size in mv_xor_mem_init()
204 * update the field Init_val_l in the XOR Engine Initial Value Register in mv_xor_mem_init()
210 * update the field Init_val_h in the XOR Engine Initial Value Register in mv_xor_mem_init()
236 * XOR_CHANNEL_IDLE - If the engine is idle.
237 * XOR_CHANNEL_ACTIVE - If the engine is busy.
238 * XOR_CHANNEL_PAUSED - If the engine is paused.
239 * MV_UNDEFINED_STATE - If the engine state is undefind or there is no
[all …]
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss-engine/files/
H A D0002-Fix-mismatch-of-OpenSSL-function-signatures-that-cau.patch10 src/tpm2-tss-engine-rsa.c:805:46: error: passing argument 2 of 'EVP_PKEY_meth_set_copy' from incomp…
28 src/tpm2-tss-engine-ecc.c | 4 ++--
29 src/tpm2-tss-engine-rsa.c | 4 ++--
32 diff --git a/src/tpm2-tss-engine-ecc.c b/src/tpm2-tss-engine-ecc.c
34 --- a/src/tpm2-tss-engine-ecc.c
35 +++ b/src/tpm2-tss-engine-ecc.c
54 diff --git a/src/tpm2-tss-engine-rsa.c b/src/tpm2-tss-engine-rsa.c
56 --- a/src/tpm2-tss-engine-rsa.c
57 +++ b/src/tpm2-tss-engine-rsa.c
/openbmc/u-boot/drivers/crypto/
H A DKconfig4 bool "ASPEED Hash and Crypto Engine (V1)"
12 Select this option to enable a driver for using the SHA engine in
23 bool "ASPEED Hash and Crypto Engine"
29 Select this option to enable a driver for using the SHA engine in
36 bool "ASPEED ECC/RSA Engine"
39 Select this option to enable a driver for using the ECC/RSA engine in
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DOperatingSystem.v1_0_2.json36 "description": "A container engine running in an operating system.",
37 … "longDescription": "This type shall contain a container engine running in an operating system.",
54 "description": "The URIs to manage this container engine.",
62 …nagement interfaces for this container engine. This is typically a web UI or API provided by the …
67 "description": "The supported image types for this container engine.",
78 …ngDescription": "This property shall contain the supported image types for this container engine.",
91 "description": "The type of container engine.",
92 … "longDescription": "This property shall contain the type for this container engine.",
96 "description": "The version of this container engine.",
97 … "longDescription": "This property shall contain the version of this container engine.",
[all …]
/openbmc/u-boot/lib/rsa/
H A Drsa-sign.c17 #include <openssl/engine.h>
114 * rsa_engine_get_pub_key() - read a public key from given engine
118 * @engine Engine to use
123 ENGINE *engine, RSA **rsap) in rsa_engine_get_pub_key() argument
133 engine_id = ENGINE_get_id(engine); in rsa_engine_get_pub_key()
145 fprintf(stderr, "Engine not supported\n"); in rsa_engine_get_pub_key()
149 key = ENGINE_load_public_key(engine, key_id, NULL, NULL); in rsa_engine_get_pub_key()
151 return rsa_err("Failure loading public key from engine"); in rsa_engine_get_pub_key()
174 * @keydir: Directory containing the key (PEM file) or key prefix (engine)
176 * @engine Engine to use
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DOperatingSystem_v1.xml198 …<Annotation Term="OData.Description" String="A virtual machine engine running in an operating syst…
199 …OData.LongDescription" String="This type shall contain a virtual machine engine running in an oper…
202 <Annotation Term="OData.Description" String="The type of virtual machine engine."/>
203 …a.LongDescription" String="This property shall contain the type for this virtual machine engine."/>
207 … <Annotation Term="OData.Description" String="The version of this virtual machine engine."/>
208 …LongDescription" String="This property shall contain the version of this virtual machine engine."/>
212 …Annotation Term="OData.Description" String="The supported image types for this container engine."/>
213 …iption" String="This property shall contain the supported image types for this container engine."/>
217 … <Annotation Term="OData.Description" String="The URIs to manage this virtual machine engine."/>
218 …interfaces for this virtual machine engine. This is typically a web UI or API provided by the vir…
[all …]
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dxor_regs.h19 /* XOR Engine Control Register Map */
24 /* XOR Engine Interrupt Register Map */
30 /* XOR Engine Descriptor Register Map */
45 /* XOR Engine [0..1] Configuration Registers (XExCR) */
67 /* XOR Engine [0..1] Activation Registers (XExACTR) */
82 /* XOR Engine [0..1] Destination Pointer Register (XExDPR0) */
89 /* XOR Engine[0..1] Block Size Registers (XExBSR) */
95 /* XOR Engine Address Decoding Register Map */
H A Dxor.c98 * mv_xor_hal_init - Initialize XOR engine
144 /* Update the XOR Engine [0..1] Configuration Registers (XExCR) */ in mv_xor_ctrl_set()
177 * Update the start_ptr field in XOR Engine [0..1] Destination Pointer in mv_xor_mem_init()
183 * Update the BlockSize field in the XOR Engine[0..1] Block Size in mv_xor_mem_init()
190 * Update the field InitValL in the XOR Engine Initial Value Register in mv_xor_mem_init()
196 * Update the field InitValH in the XOR Engine Initial Value Register in mv_xor_mem_init()
217 * 1) Selected engine is available (not busy).
219 * In order for the XOR engine to access the appropreate source
306 * Update the NextDescPtr field in the XOR Engine [0..1] Next Descriptor in mv_xor_transfer()
333 * XOR_CHANNEL_IDLE - If the engine is idle.
[all …]
/openbmc/qemu/hw/adc/
H A Daspeed_adc.c117 qemu_log_mask(LOG_GUEST_ERROR, "%s: engine[%u]: " in aspeed_adc_engine_read()
125 qemu_log_mask(LOG_GUEST_ERROR, "%s: engine[%u]: " in aspeed_adc_engine_read()
143 qemu_log_mask(LOG_GUEST_ERROR, "%s: engine[%u]: " in aspeed_adc_engine_read()
158 qemu_log_mask(LOG_UNIMP, "%s: engine[%u]: 0x%" HWADDR_PRIx "\n", in aspeed_adc_engine_read()
192 qemu_log_mask(LOG_GUEST_ERROR, "%s: engine[%u]: " in aspeed_adc_engine_write()
200 qemu_log_mask(LOG_GUEST_ERROR, "%s: engine[%u]: " in aspeed_adc_engine_write()
212 qemu_log_mask(LOG_GUEST_ERROR, "%s: engine[%u]: " in aspeed_adc_engine_write()
228 qemu_log_mask(LOG_UNIMP, "%s: engine[%u]: " in aspeed_adc_engine_write()
290 DEFINE_PROP_UINT32("engine-id", AspeedADCEngineState, engine_id, 0),
301 dc->desc = "Aspeed Analog-to-Digital Engine"; in aspeed_adc_engine_class_init()
[all …]
/openbmc/u-boot/drivers/qe/
H A DKconfig2 # QUICC Engine Drivers
5 bool "Enable support for U QUICC Engine"
12 Choose this option to add support for U QUICC Engine.
/openbmc/u-boot/arch/x86/include/asm/
H A Dme_common.h25 * Management Engine PCI registers
143 * Management Engine MEI registers
318 * intel_me_status() - Check Intel Management Engine status
320 * @me_dev: Management engine PCI device
325 * intel_early_me_init() - Early Intel Management Engine init
327 * @me_dev: Management engine PCI device
333 * intel_early_me_uma_size() - Get UMA size from the Intel Management Engine
335 * @me_dev: Management engine PCI device
341 * intel_early_me_init_done() - Complete Intel Management Engine init
344 * @me_dev: Management engine PCI device
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_mpc83xx.h47 "QUICC Engine 00",
48 "QUICC Engine 01",
49 "QUICC Engine 10",
50 "QUICC Engine 11",
/openbmc/u-boot/tools/binman/etype/
H A Dintel_me.py5 # Entry-type module for Intel Management Engine binary blob
12 """Entry containing an Intel Management Engine (ME) file
18 The Management Engine is like a background task that runs things that are
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/geos/
H A Dgeos_3.13.1.bb1 DESCRIPTION = "GEOS - Geometry Engine, Open Source"
15 DESCRIPTION:${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library"
18 DESCRIPTION:${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library"
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DZend-2.01 The Zend Engine License, version 2.00
10 …3. The names "Zend" and "Zend Engine" must not be used to endorse or promote products derived from…
14 …ust retain the following acknowledgment: "This product includes the Zend Engine, freely available …
16 …se of this software must display the following acknowledgment: "The Zend Engine is freely availabl…
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss-engine/
H A Dtpm2-tss-engine_1.2.0.bb1 SUMMARY = "The tpm2-tss-engine project implements a cryptographic engine for OpenSSL."
2 DESCRIPTION = "The tpm2-tss-engine project implements a cryptographic engine for OpenSSL for Truste…
/openbmc/qemu/tests/qtest/
H A Dpnv-host-i2c-test.c35 int engine; member
48 (PNV10_XSCOM_I2CM_SIZE * ctlr->engine) + reg); in pnv_i2c_xscom_addr()
370 int engine; in check_i2cm_por_regs() local
371 for (engine = 0; engine < chip->num_i2c; engine++) { in check_i2cm_por_regs()
375 ctlr.engine = engine; in check_i2cm_por_regs()
391 int engine; in reset_all() local
392 for (engine = 0; engine < chip->num_i2c; engine++) { in reset_all()
396 ctlr.engine = engine; in reset_all()
440 ctlr.engine = 2; in test_host_i2c()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libxklavier/libxklavier/
H A D0001-xklavier_config_xkb.c-Fix-keyboard-layout-settings-f.patch26 @@ -403,10 +403,6 @@ xkl_config_get_keyboard(XklEngine * engine,
28 xkl_engine_priv(engine, critical_section) = FALSE;
31 - xkl_config_set_group_by_description(engine,
/openbmc/openbmc/poky/scripts/
H A Dwic57 from wic import engine
109 by image.engine.wic_create()
134 if options.build_check and not engine.verify_build_env():
176 wks_file = engine.find_canned_image(scripts_path, wks_file)
222 engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir,
229 The real work is done by image.engine.wic_list()
231 if not engine.wic_list(args, scripts_path):
238 The real work is done by engine.wic_ls()
240 engine.wic_ls(args, args.native_sysroot)
245 The real work is done by engine.wic_cp()
[all …]
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Dwic57 from wic import engine
109 by image.engine.wic_create()
134 if options.build_check and not engine.verify_build_env():
176 wks_file = engine.find_canned_image(scripts_path, wks_file)
222 engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir,
229 The real work is done by image.engine.wic_list()
231 if not engine.wic_list(args, scripts_path):
238 The real work is done by engine.wic_ls()
240 engine.wic_ls(args, args.native_sysroot)
245 The real work is done by engine.wic_cp()
[all …]

12345678910>>...17