Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/openbmc/qemu/hw/block/
H A Dxen_blkif.h23 uint8_t operation; /* BLKIF_OP_??? */ member
31 uint8_t operation; /* BLKIF_OP_DISCARD */ member
40 uint8_t operation; /* copied from request */ member
49 uint8_t operation; /* BLKIF_OP_??? */ member
57 uint8_t operation; /* BLKIF_OP_DISCARD */ member
66 uint8_t operation; /* copied from request */ member
98 dst->operation = src->operation; in blkif_get_x86_32_req()
105 if (dst->operation == BLKIF_OP_DISCARD) { in blkif_get_x86_32_req()
124 dst->operation = src->operation; in blkif_get_x86_64_req()
131 if (dst->operation == BLKIF_OP_DISCARD) { in blkif_get_x86_64_req()
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/
H A Dcache-uniphier.c95 u32 operation) in uniphier_cache_maint_common() argument
102 writel(UNIPHIER_SSCOQM_CE | operation, UNIPHIER_SSCOQM); in uniphier_cache_maint_common()
105 if (likely(UNIPHIER_SSCOQAD_IS_NEEDED(operation))) { in uniphier_cache_maint_common()
111 if (unlikely(UNIPHIER_SSCOQWM_IS_NEEDED(operation))) in uniphier_cache_maint_common()
121 static void uniphier_cache_maint_all(u32 operation) in uniphier_cache_maint_all() argument
123 uniphier_cache_maint_common(0, 0, 0, UNIPHIER_SSCOQM_S_ALL | operation); in uniphier_cache_maint_all()
129 u32 operation) in uniphier_cache_maint_range() argument
143 uniphier_cache_maint_all(operation); in uniphier_cache_maint_range()
157 UNIPHIER_SSCOQM_S_RANGE | operation); in uniphier_cache_maint_range()
/openbmc/qemu/scripts/
H A Drdma-migration-helper.sh87 operation=${1:-detect}
94 if [ "$operation" == "setup" ] || [ "$operation" == "clean" ]; then
99 if [ "$operation" == "setup" ]; then
105 elif [ "$operation" == "detect" ]; then
/openbmc/openbmc-test-automation/lib/
H A Ddmtf_redfishtool_utils.robot16 [Documentation] Execute redfishtool for GET operation.
20 # uri URI for GET operation (e.g. /redfish/v1/AccountService/Accounts/).
34 [Documentation] Execute redfishtool for Patch operation.
38 # payload Payload with POST operation (e.g. data for user name, role, etc. ).
39 # uri URI for PATCH operation (e.g. /redfish/v1/AccountService/Accounts/ ).
53 [Documentation] Execute redfishtool for Post operation.
57 # payload Payload with POST operation (e.g. data for user name, password, role,
59 # uri URI for POST operation (e.g. /redfish/v1/AccountService/Accounts/).
73 [Documentation] Execute redfishtool for Post operation.
77 # uri URI for DELETE operation.
[all …]
/openbmc/qemu/include/hw/xen/interface/io/
H A Dblkif.h639 uint8_t operation; /* BLKIF_OP_??? */ member
653 uint8_t operation; /* BLKIF_OP_DISCARD */ member
664 uint8_t operation; /* BLKIF_OP_INDIRECT */ member
679 uint8_t operation; /* copied from request */ member
/openbmc/u-boot/lib/efi_loader/
H A Defi_gop.c87 u32 operation, efi_uintn_t sx, in gop_blt_int() argument
111 switch (operation) { in gop_blt_int()
129 switch (operation) { in gop_blt_int()
144 switch (operation) { in gop_blt_int()
159 switch (operation) { in gop_blt_int()
179 switch (operation) { in gop_blt_int()
198 switch (operation) { in gop_blt_int()
331 u32 operation, efi_uintn_t sx, in gop_blt() argument
340 buffer, operation, sx, sy, dx, dy, width, height, delta); in gop_blt()
345 switch (operation) { in gop_blt()
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_logservices.robot41 # GET operation on logservices.
45 # Put operation on logservices.
49 # Post operation on logservices.
53 # Delete operation on logservices.
57 # Patch operation on logservices.
H A Dtest_managers_bmc.robot192 # Put operation on Managers Collection
196 # Post operation on Managers Collection
200 # Delete operation on Managers Collection
204 # Patch operation on Managers Collection
212 # Put operation on BMC Manager
216 # Post operation on BMC Manager
220 # Delete operation on BMC Manager
229 # Put operation on BMC Manager ResetActionInfo
233 # Patch operation on BMC Manager ResetActionInfo
237 # Post operation on BMC Manager ResetActionInfo
[all …]
/openbmc/qemu/hw/tpm/
H A Dtpm_tis_i2c.c42 uint8_t operation; /* OP_SEND & OP_RECV */ member
130 VMSTATE_UINT8(operation, TPMStateI2C),
209 i2cst->operation = 0; in tpm_tis_i2c_clear_data()
223 if ((i2cst->operation == OP_SEND) && (i2cst->offset > 1)) { in tpm_tis_i2c_tpm_send()
317 if (i2cst->operation == OP_SEND) { in tpm_tis_i2c_event()
344 if (i2cst->operation == OP_RECV) { in tpm_tis_i2c_recv()
354 } else if ((i2cst->operation == OP_SEND) && (i2cst->offset < 2)) { in tpm_tis_i2c_recv()
357 i2cst->operation = OP_RECV; in tpm_tis_i2c_recv()
426 i2cst->operation = OP_RECV; in tpm_tis_i2c_recv()
463 i2cst->operation = OP_SEND; in tpm_tis_i2c_send()
/openbmc/openbmc-test-automation/extended/
H A Dtest_bmc_stress_buster.robot26 [Documentation] Execute maximum allowed REST operation.
37 [Documentation] Execute maximum allowed SSH operation.
48 [Documentation] Execute maximum allowed IPMI operation.
59 [Documentation] Execute REST GET operation.
77 [Documentation] Execute SSH command execution operation.
82 [Documentation] Execute IPMI command execution operation.
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_redfish_bmc_code_update.robot170 [Documentation] Ensure firmware update is successful when interrupted operation performed like
176 # operation count
181 [Documentation] Ensure firmware update is successful when interrupted operation performed like
187 # operation count
192 [Documentation] Ensure firmware update is successful when interrupted operation performed like
198 # operation count
216 [Documentation] Code update interrupted operation teardown.
348 [Documentation] Run operation on BMC.
349 [Arguments] ${operation} ${count}
352 # operation Supports different variables.
[all …]
/openbmc/phosphor-host-ipmid/user_channel/
H A Dusercommands.cpp287 bool reserved1, bool pwLen20, uint2_t operation, in ipmiSetUserPassword() argument
303 if (((operation == opSetPassword) || (operation == opTestPassword)) && in ipmiSetUserPassword()
322 if (operation == opSetPassword) in ipmiSetUserPassword()
330 else if (operation == opEnableUser || operation == opDisableUser) in ipmiSetUserPassword()
333 ipmiUserUpdateEnabledState(userId, static_cast<bool>(operation)); in ipmiSetUserPassword()
336 else if (operation == opTestPassword) in ipmiSetUserPassword()
495 uint6_t userId, uint2_t operation, in ipmiSetUserPayloadAccess() argument
521 if ((operation != enableOperation && operation != disableOperation)) in ipmiSetUserPayloadAccess()
538 chNum, static_cast<uint8_t>(operation), static_cast<uint8_t>(userId), in ipmiSetUserPayloadAccess()
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxdamage_1.1.6.bb5 in the drawable. Each drawing operation 'damages' one or more \
7 include the set of pixels modified by each operation, but may include \
12 the repaint operation has started."
/openbmc/qemu/hw/block/dataplane/
H A Dxen-block.c155 switch (request->req.operation) { in xen_block_parse_request()
169 error_report("error: unknown operation (%d)", request->req.operation); in xen_block_parse_request()
173 if (request->req.operation != BLKIF_OP_READ && in xen_block_parse_request()
216 bool to_domain = (request->req.operation == BLKIF_OP_READ); in xen_block_copy_request()
265 request->req.operation == BLKIF_OP_READ ? in xen_block_complete_aio()
280 switch (request->req.operation) { in xen_block_complete_aio()
295 switch (request->req.operation) { in xen_block_complete_aio()
359 (request->req.operation == BLKIF_OP_WRITE || in xen_block_do_aio()
360 request->req.operation == BLKIF_OP_FLUSH_DISKCACHE) && in xen_block_do_aio()
372 switch (request->req.operation) { in xen_block_do_aio()
[all …]
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_power_operations.robot25 [Documentation] Verify Redfish host graceful shutdown operation.
32 [Documentation] Verify Redfish host power on operation.
42 [Documentation] Verify Redfish host power on operation.
55 [Documentation] Verify Redfish host graceful restart operation.
62 [Documentation] Verify Redfish host power off operation.
H A Dtest_systems_inventory.robot169 # Get operation on Systems Collection
173 # Put operation on Systems Collection
177 # Post operation on Systems Collection
181 # Delete operation on Systems Collection
185 # Patch operation on Systems Collection
193 # Get operation on Systems Instance Collection
197 # Put operation on Systems Instance Collection
201 # Post operation on Systems Instance Collection
205 # Delete operation on Systems Instance Collection
/openbmc/u-boot/doc/device-tree-bindings/misc/
H A Dcros-ec.txt4 The device tree node which describes the operation of the CROS_EC interface
12 operation
14 operation
/openbmc/bmcweb/scripts/
H A Dparse_registries.py587 for operation, privilege_list in mapping["OperationMap"].items():
596 for operation, privilege_list in subordinateOverride[
619 for operation, privilege_list in mapping["OperationMap"].items():
623 operation = operation.lower()
627 operation, entity, privilege_dict[privilege_string][1]
641 for operation, privilege_list in subordinateOverrides[
647 operation = operation.lower()
650 operation,
/openbmc/u-boot/doc/
H A DREADME.fuse7 (i.e. blown, set to 1) only once. The programming operation is irreversible. A
34 fuse words. This operation does not update the shadow cache.
41 Program fuse words. This operation directly affects the fusebox and is
49 hardware programming operation on these fuse bits).
55 The fusebox is unaffected, so following this operation, the shadow cache
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand_spl.c122 writenfc(NFC_CMD, &nfc->operation); in nfc_nand_command()
129 writenfc(NFC_ADDR, &nfc->operation); in nfc_nand_address()
170 writenfc(NFC_OUTPUT, &nfc->operation); in nfc_nand_data_output()
179 writenfc(NFC_OUTPUT, &nfc->operation); in nfc_nand_data_output()
/openbmc/bmcweb/test/redfish-core/lib/
H A Dethernet_test.cpp58 EXPECT_EQ(addrOut[0].operation, AddrChange::Update); in TEST()
83 EXPECT_EQ(addrOut[0].operation, AddrChange::Update); in TEST()
185 EXPECT_EQ(addrOut[0].operation, AddrChange::Delete); in TEST()
207 EXPECT_EQ(addrOut[0].operation, AddrChange::Delete); in TEST()
/openbmc/sdbusplus/include/sdbusplus/server/
H A DREADME.md17 associated with a dbus operation.
25 debug information for the complete operation.
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root.robot136 # Put operation on Service Root
140 # Post operation on Service Root
144 # Delete operation on Service Root
148 # Patch operation on Service Root
/openbmc/openbmc-test-automation/redfish/telemetry_service/
H A Dtest_telemetry_report.robot111 # GET operation on Telemetry Service
115 # Put operation on Telemetry Service
119 # Post operation on Telemetry Service
123 # Delete operation on Telemetry Service
127 # Patch operation on Telemetry Service
177 [Documentation] Do test teardown operation.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-defusedxml_0.7.1.bb3 parsers that prevent any potentially malicious operation."

12345678910>>...18