/openbmc/entity-manager/src/entity_manager/ |
H A D | expression.cpp | 11 std::optional<Operation> parseOperation(std::string& op) in parseOperation() 15 return Operation::addition; in parseOperation() 19 return Operation::subtraction; in parseOperation() 23 return Operation::multiplication; in parseOperation() 27 return Operation::modulo; in parseOperation() 31 return Operation::division; in parseOperation() 37 int evaluate(int a, Operation op, int b) in evaluate() 41 case Operation::addition: in evaluate() 45 case Operation::subtraction: in evaluate() 49 case Operation::multiplication: in evaluate() [all …]
|
H A D | expression.hpp | 12 enum class Operation enum 21 std::optional<Operation> parseOperation(const std::string& op); 22 int evaluate(int a, Operation op, int b);
|
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/ |
H A D | cache-uniphier.c | 29 /* operation registers */ 30 #define UNIPHIER_SSCOPE 0x506c0244 /* Cache Operation Primitive Entry */ 56 #define UNIPHIER_SSCOQAD 0x506c024c /* Cache Operation Queue Address */ 57 #define UNIPHIER_SSCOQSZ 0x506c0250 /* Cache Operation Queue Size */ 58 #define UNIPHIER_SSCOQMASK 0x506c0254 /* Cache Operation Queue Address Mask */ 59 #define UNIPHIER_SSCOQWN 0x506c0258 /* Cache Operation Queue Way Number */ 60 #define UNIPHIER_SSCOPPQSEF 0x506c025c /* Cache Operation Queue Set Complete */ 63 #define UNIPHIER_SSCOLPQS 0x506c0260 /* Cache Operation Queue Status */ 87 * uniphier_cache_maint_common - run a queue operation 89 * @start: start address of range operation (don't care for "all" operation) [all …]
|
/openbmc/u-boot/include/ |
H A D | tpm_api.h | 19 * Return: return code of the operation 27 * Return: return code of the operation 35 * Return: return code of the operation 48 * Return: return code of the operation 61 * Return: return code of the operation 74 * Return: return code of the operation 90 * Return: return code of the operation 102 * Return: return code of the operation 112 * Return: return code of the operation 122 * Return: return code of the operation [all …]
|
H A D | tpm-v1.h | 290 * Return: return code of the operation 298 * Return: return code of the operation 306 * Return: return code of the operation 319 * Return: return code of the operation 332 * Return: return code of the operation 345 * Return: return code of the operation 359 * Return: return code of the operation 371 * Return: return code of the operation 381 * Return: return code of the operation 391 * Return: return code of the operation [all …]
|
/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 173 [Template] Verify Redfish Code Update With Different Interrupted Operation 174 [Teardown] Code Update Interrupted Operation Teardown 176 # operation count 181 [Documentation] Ensure firmware update is successful when interrupted operation performed like 184 [Template] Verify Redfish Code Update With Different Interrupted Operation 185 [Teardown] Code Update Interrupted Operation Teardown 187 # operation count 192 [Documentation] Ensure firmware update is successful when interrupted operation performed like 195 [Template] Verify Redfish Code Update With Different Interrupted Operation [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ |
H A D | OriginatedBy.interface.yaml | 8 Unique Id of the originator that initiated the respective operation. 17 Type of the originator that initiated the respective operation. 22 Indicates the type of the originator that initiated the operation. 26 Client of the service that initiated the operation. 29 A process running on the service initiated the operation. 33 service initiated the operation.
|
H A D | Progress.interface.yaml | 13 Indicate the state of the operation, whether in progress, completed 34 Requested operation is not started. 37 Requested operation is in progress. 40 The operation is completed. 43 The operation encountered a failure. 46 The operation is aborted.
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | base_message_registry.hpp | 109 … "Indicates that the action supplied with the `POST` operation is not supported by the resource.", 129 …ction with only one instance of the action parameter in the request body if the operation failed.", 155 "Remove the parameter supplied and resubmit the request if the operation failed.", 168 … "Correct the invalid action parameter and resubmit the request if the operation failed.", 194 …the value for the parameter in the request body and resubmit the request if the operation failed.", 208 …the value for the parameter in the request body and resubmit the request if the operation failed.", 222 …ration list that the implementation can support and resubmit the request if the operation failed.", 236 …the value for the parameter in the request body and resubmit the request if the operation failed.", 250 …the value for the parameter in the request body and resubmit the request if the operation failed.", 337 …"Indicates that a create operation was attempted on a resource but that properties that are requir… [all …]
|
/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/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | PrivilegeRegistry.v1_1_5.json | 133 "description": "The privilege required to complete an HTTP `DELETE` operation.", 137 …ion": "This property shall contain the privilege required to complete an HTTP `DELETE` operation.", 141 "description": "The privilege required to complete an HTTP `GET` operation.", 145 …iption": "This property shall contain the privilege required to complete an HTTP `GET` operation.", 149 "description": "The privilege required to complete an HTTP `HEAD` operation.", 153 …ption": "This property shall contain the privilege required to complete an HTTP `HEAD` operation.", 157 "description": "The privilege required to complete an HTTP `PATCH` operation.", 161 …tion": "This property shall contain the privilege required to complete an HTTP `PATCH` operation.", 165 "description": "The privilege required to complete an HTTP `POST` operation.", 169 …ption": "This property shall contain the privilege required to complete an HTTP `POST` operation.", [all …]
|
/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/openbmc-test-automation/gui/gui_test/operations_menu/ |
H A D | test_server_power_operations_sub_menu.robot | 10 Test Setup Navigate to Server Power Operation Page 61 [Documentation] Verify Save button On Server Power Operation page with readonly user. 64 ... AND Navigate to Server Power Operation Page 77 ... AND Navigate to Server Power Operation Page 90 ... AND Navigate to Server Power Operation Page 103 ... AND Navigate to Server Power Operation Page 112 ... AND Navigate to Server Power Operation Page 122 ... AND Navigate to Server Power Operation Page 137 ... AND Navigate to Server Power Operation Page 153 ... AND Navigate to Server Power Operation Page [all …]
|
H A D | test_reboot_bmc_sub_menu.robot | 3 Documentation Test OpenBMC GUI "Reboot BMC" sub-menu of "Operation" menu. 44 Verify Canceling Operation On BMC Reboot Operation 45 [Documentation] Verify Canceling Operation On BMC Reboot operation 57 Verify BMC Reboot Operation 58 [Documentation] Verify BMC Reboot operation
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
H A D | Common.errors.yaml | 2 description: Operation timed out. 4 description: The operation failed internally. 8 description: Insufficient permission to perform operation 10 description: The operation is not allowed
|
/openbmc/qemu/hw/acpi/ |
H A D | tpm.c | 68 * operation region inside of a method for getting FUNC[op]. in tpm_build_ppi_acpi() 148 * PPI 1.0: 2.1.3 Submit TPM Operation Request to Pre-OS Environment in tpm_build_ppi_acpi() 152 * Operation Value of the Request in tpm_build_ppi_acpi() 155 * 1: Operation Value of the Request Not Supported in tpm_build_ppi_acpi() 175 /* 1: Operation Value of the Request Not Supported */ in tpm_build_ppi_acpi() 188 * PPI 1.0: 2.1.4 Get Pending TPM Operation Requested By the OS in tpm_build_ppi_acpi() 196 * Integer 2: Pending operation requested by the OS in tpm_build_ppi_acpi() 198 * >0: Operation Value of the Pending Request in tpm_build_ppi_acpi() 199 * Integer 3: Optional argument to pending operation in tpm_build_ppi_acpi() 221 * operation 23 with argument 1 is pending. in tpm_build_ppi_acpi() [all …]
|
/openbmc/openbmc-test-automation/extended/ |
H A D | test_bmc_stress_buster.robot | 24 [Documentation] Execute maximum allowed REST operation. 35 [Documentation] Execute maximum allowed SSH operation. 46 [Documentation] Execute maximum allowed IPMI operation. 57 [Documentation] Execute REST GET operation. 75 [Documentation] Execute SSH command execution operation. 80 [Documentation] Execute IPMI command execution operation.
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | PrivilegeRegistry_v1.xml | 37 …OData.Description" String="The `PrivilegeRegistry` schema describes the operation-to-privilege map… 38 …<Annotation Term="OData.LongDescription" String="This resource shall contain operation-to-privileg… 113 …iption" String="The mapping between the HTTP operation and the privilege required to complete the … 114 …y shall contain the mapping between the HTTP operation and the privilege required to complete the … 123 …ion Term="OData.Description" String="The privilege required to complete an HTTP `GET` operation."/> 124 … String="This property shall contain the privilege required to complete an HTTP `GET` operation."/> 127 …on Term="OData.Description" String="The privilege required to complete an HTTP `HEAD` operation."/> 128 …String="This property shall contain the privilege required to complete an HTTP `HEAD` operation."/> 131 …n Term="OData.Description" String="The privilege required to complete an HTTP `PATCH` operation."/> 132 …tring="This property shall contain the privilege required to complete an HTTP `PATCH` operation."/> [all …]
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | seq_exec.h | 17 /* Operation types */ 24 /* Operation parameters */ 50 * A generic function type for executing an operation (write, poll or delay) 55 /* Specific functions for executing each operation */
|
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/ |
H A D | seq_exec.h | 17 /* Operation types */ 24 /* Operation parameters */ 50 * A generic function type for executing an operation (write, poll or delay) 55 /* Specific functions for executing each operation */
|
/openbmc/u-boot/arch/nios2/include/asm/bitops/ |
H A D | non-atomic.h | 13 * may be that only one operation succeeds. 42 * may be that only one operation succeeds. 57 * This operation is non-atomic and can be reordered. 58 * If two examples of this operation race, one can appear to succeed 76 * This operation is non-atomic and can be reordered. 77 * If two examples of this operation race, one can appear to succeed
|
/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/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.h | 128 /* Set FCMD to 1, rest to 0 for Command operation */ 131 /* Set FADD to 1, rest to 0 for Address operation */ 134 /* Set FDI to 1, rest to 0 for Input operation */ 137 /* Set FDO to 001, rest to 0 for Data Output operation */ 140 /* Set FDO to 010, rest to 0 for Read ID operation */ 143 /* Set FDO to 100, rest to 0 for Read Status operation */ 199 #define operation config2 macro 203 #define operation launch macro
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/ |
H A D | Proxy.interface.yaml | 7 Perform an asynchronous operation of mounting to HOST on given object. 17 Perform an asynchronous operation of unmount from HOST on given 35 operation completes.
|