| /openbmc/qemu/hw/block/ |
| H A D | xen_blkif.h | 23 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 D | cache-uniphier.c | 95 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 D | rdma-migration-helper.sh | 87 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 D | dmtf_redfishtool_utils.robot | 16 [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/u-boot/lib/efi_loader/ |
| H A D | efi_gop.c | 87 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/qemu/include/hw/xen/interface/io/ |
| H A D | blkif.h | 639 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/qemu/hw/tpm/ |
| H A D | tpm_tis_i2c.c | 42 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 D | test_bmc_stress_buster.robot | 26 [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 D | test_redfish_bmc_code_update.robot | 170 [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 D | usercommands.cpp | 287 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 D | libxdamage_1.1.6.bb | 5 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 D | xen-block.c | 155 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/managers/ |
| H A D | test_managers_bmc.robot | 192 # 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/openbmc-test-automation/redfish/systems/ |
| H A D | test_power_operations.robot | 25 [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 D | test_systems_inventory.robot | 169 # 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 D | cros-ec.txt | 4 The device tree node which describes the operation of the CROS_EC interface 12 operation 14 operation
|
| /openbmc/bmcweb/scripts/ |
| H A D | parse_registries.py | 606 for operation, privilege_list in mapping["OperationMap"].items(): 615 for operation, privilege_list in subordinateOverride[ 638 for operation, privilege_list in mapping["OperationMap"].items(): 642 operation = operation.lower() 646 operation, entity, privilege_dict[privilege_string][1] 660 for operation, privilege_list in subordinateOverrides[ 666 operation = operation.lower() 669 operation,
|
| /openbmc/u-boot/doc/ |
| H A D | README.fuse | 7 (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 D | mxc_nand_spl.c | 122 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/qemu/docs/devel/ |
| H A D | atomics.rst | 306 - if a release operation in one thread *synchronizes with* an acquire operation 308 second thread. That is, everything before the release operation in the 310 acquire operation in the second thread. 347 a release operation and an acquire operation. Therefore, atomic operations 349 paired with another operation of the opposite kind: an acquire operation 350 will pair with a release operation and vice versa. This rule of thumb is 352 operation may actually be in a driver that runs in the guest! 359 it can pair with any other atomic operation. Here is an example: 376 synchronizes with any acquire operation. The following example shows 395 before a release operation will normally match the loads after [all …]
|
| /openbmc/bmcweb/test/redfish-core/lib/ |
| H A D | ethernet_test.cpp | 58 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 D | README.md | 17 associated with a dbus operation. 25 debug information for the complete operation.
|
| /openbmc/openbmc-test-automation/redfish/service_root/ |
| H A D | test_service_root.robot | 136 # 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 D | test_telemetry_report.robot | 110 # GET operation on Telemetry Service 114 # Put operation on Telemetry Service 118 # Post operation on Telemetry Service 122 # Delete operation on Telemetry Service 126 # Patch operation on Telemetry Service 176 [Documentation] Do test teardown operation.
|
| /openbmc/docs/designs/ |
| H A D | redfish-authorization.md | 22 operation-to-privilege mapping. 30 The operation-to-privilege mapping is defined for every resource type and 33 authenticated Redfish role are sufficient to complete the operation in the 35 official registry collection as a base operation-to-privilege mapping. It also 41 `GET` request to the `ChassisCollection`, since the `GET` operation on this 44 POST operation on certificates requires `ConfigureManager` privilege that the 54 2. <https://redfish.dmtf.org/schemas/DSP0266_1.15.1.html#redfish-service-operation-to-privilege-map… 114 At compile time, BMCWeb assigns each operation of each entity a set of required 119 In the following section, we refer a BMCWeb route as the handler of an operation 137 5. the operation-to-privilege mapping [all …]
|